Changeset 959 in ProjectBuilder
- Timestamp:
- Feb 5, 2010, 7:14:41 PM (15 years ago)
- Location:
- projects/mondorescue/pbconf/devel
- Files:
-
- 1 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/devel/MondoRescue/rpm/perl-MondoRescue.spec
r689 r959 5 5 %define srcname PBPKG 6 6 7 Summary: PB DESC7 Summary: PBSUMMARY 8 8 Summary(fr): Une bibliotheque de fonction de bas niveau pour le projet MondoRescue 9 9 … … 35 35 rm -rf $RPM_BUILD_ROOT 36 36 make DESTDIR=$RPM_BUILD_ROOT install 37 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/PBPROJ38 37 find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f 39 38 find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty 39 40 # Finalyse instalation 41 export HEAD=${RPM_BUILD_ROOT} 42 export PREFIX=%{_exec_prefix} 43 export CONFDIR=%{_sysconfdir} 44 export CACHEDIR=%{_var}/cache/%{name} 45 export PERLDIR=%{perlvendorlib} 46 post-install.sh 40 47 41 48 %check -
projects/mondorescue/pbconf/devel/mindi/rpm/mindi.spec
r689 r959 4 4 %define perlvendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) 5 5 6 Summary: PB DESC6 Summary: PBSUMMARY 7 7 Name: PBPKG 8 8 Version: PBVER … … 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 17 17 BuildArch: noarch 18 Requires: bzip2 >= 0.9, mkisofs, binutils, gawk, dosfstools, parted, perl, mtools, perl-MondoRescue,PBDEP18 Requires: perl >= 5.8.4,perl-ProjectBuilder,PBDEP 19 19 20 20 %description 21 Mindi takes your kernel, modules, tools and libraries, and puts them on N 22 bootable disks (or 1 bootable CD image). You may then boot from the disks/CD 23 and do system maintenance - e.g. format partitions, backup/restore data, 24 verify packages, etc. 21 PBDESC 25 22 26 23 %prep … … 34 31 rm -rf $RPM_BUILD_ROOT 35 32 make DESTDIR=$RPM_BUILD_ROOT install 33 find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f 34 find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty 36 35 37 36 # Finalyse instalation … … 43 42 ./post-install.sh 44 43 45 find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f46 find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty47 48 44 %check 49 45 make test … … 53 49 54 50 %files 55 %defattr(-,root,root )51 %defattr(-,root,root,-) 56 52 %config(noreplace) %{_sysconfdir}/%{name} 57 53 %doc ChangeLog INSTALL COPYING README README.* NEWS 58 54 %{_mandir}/man1/* 59 %{_mandir}/man3/*55 #%{_mandir}/man3/* 60 56 %{_bindir}/* 61 57 %{_libdir}/%{name} 62 %{perlvendorlib}/*58 #%{perlvendorlib}/* 63 59 %{_var}/cache/%{name} 64 %{_datadir}/ PBPROJ/*60 %{_datadir}/%{name} 65 61 66 62 %changelog -
projects/mondorescue/pbconf/devel/mondorescue.pb
r689 r959 33 33 34 34 # Hash of default package/package directory 35 defpkgdir MondoRescue = m ondorescue-base35 defpkgdir MondoRescue = mr 36 36 namingtype MondoRescue = perl 37 37 # Not ready yet … … 60 60 filteredfiles mondo = configure.in 61 61 filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8 62 filteredfiles mindi = sbin/mindi,Makefile.PL, sbin/mranalyze-lvm,sbin/mrprepare-lvm63 filteredfiles MondoRescue = Makefile.PL 62 filteredfiles mindi = sbin/mindi,Makefile.PL,post-install.sh,sbin/mrprepare-lvm 63 filteredfiles MondoRescue = Makefile.PL,sbin/mranalyze-lvm,post-install.sh 64 64 filteredfiles website = top.shtml
Note:
See TracChangeset
for help on using the changeset viewer.