Changeset 391 in ProjectBuilder for projects/dploy
- Timestamp:
- Apr 16, 2008, 3:24:40 PM (17 years ago)
- Location:
- projects/dploy/pbconf/devel
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/dploy/pbconf/devel/dploy-common/rpm/dploy-common.spec
r388 r391 25 25 %setup -q 26 26 27 %build 28 %{__perl} Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR 29 make 30 27 31 %install 28 32 %{__rm} -rf $RPM_BUILD_ROOT … … 30 34 export PREFIX=%{_exec_prefix} 31 35 export CONFDIR=%{_sysconfdir}/PBPROJ 36 make DESTDIR=$RPM_BUILD_ROOT install 32 37 ./install.sh 38 find ${RPM_BUILD_ROOT} -name perllocal.pod | xargs rm -f 39 33 40 34 41 %clean … … 38 45 %defattr(-,dploy,dploy) 39 46 %doc ChangeLog 40 #%doc INSTALL COPYING README AUTHORS NEWS41 47 %config(noreplace) %{_sysconfdir}/PBPROJ 48 %doc NEWS AUTHORS 49 %doc INSTALL COPYING README 50 51 %{perlvendorlib}/* 52 #%{_bindir}/* 53 #%{_mandir}/man1/* 54 %{_mandir}/man3/* 42 55 43 56 %pre -
projects/dploy/pbconf/devel/dploy.pb
r388 r391 5 5 # $Id$ 6 6 # 7 8 7 # 9 # Which CMS system is used (Subversion, CVS or tar file content extracted) 10 # 11 cms dploy = svn 12 #cms dploy = cvs 13 #cms dploy = flat 8 pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/ 14 9 15 10 # 16 11 # Packager label 17 12 # 18 p ackager dploy = "Bruno Cornec <bruno@dploy.org>"13 pbpackager dploy = "Bruno Cornec <bruno@dploy.org>" 19 14 # 20 15 … … 34 29 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu 35 30 # 36 vmlist dploy = mandrake _10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.1031 vmlist dploy = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64 37 32 38 33 # … … 87 82 # Files are mentioned relatively to pbroot/defpkgdir 88 83 filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp 89 filteredfiles dploy-common = install.sh 84 filteredfiles dploy-pxe = bin/dploy-add2pxe 85 filteredfiles dploy-common = install.sh,Makefile.PL 90 86 #filteredfiles pkg1-doc = configure.in -
projects/dploy/pbconf/devel/pbfilter/rpm.pbf
r388 r391 18 18 filter PBOBS = 19 19 20 # Special for pb : MakeMaker has various variable for the dest dir 21 filter PBKEYWORD = destdir 22 filter PBFINALDIR = 23
Note:
See TracChangeset
for help on using the changeset viewer.