Changeset 391 in ProjectBuilder for projects/dploy


Ignore:
Timestamp:
Apr 16, 2008, 3:24:40 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • pb: pod content for Distribution.pm and man page delivery
  • dploy: improved pb setup in progress
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  
    2525%setup -q
    2626
     27%build
     28%{__perl} Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR
     29make
     30
    2731%install
    2832%{__rm} -rf $RPM_BUILD_ROOT
     
    3034export PREFIX=%{_exec_prefix}
    3135export CONFDIR=%{_sysconfdir}/PBPROJ
     36make DESTDIR=$RPM_BUILD_ROOT install
    3237./install.sh
     38find ${RPM_BUILD_ROOT} -name perllocal.pod | xargs rm -f
     39
    3340
    3441%clean
     
    3845%defattr(-,dploy,dploy)
    3946%doc ChangeLog
    40 #%doc INSTALL COPYING README AUTHORS NEWS
    4147%config(noreplace) %{_sysconfdir}/PBPROJ
     48%doc NEWS AUTHORS
     49%doc INSTALL COPYING README
     50
     51%{perlvendorlib}/*
     52#%{_bindir}/*
     53#%{_mandir}/man1/*
     54%{_mandir}/man3/*
    4255
    4356%pre
  • projects/dploy/pbconf/devel/dploy.pb

    r388 r391  
    55# $Id$
    66#
    7 
    87#
    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
     8pburl dploy = svn+ssh://dploy@svn.dploy.org@HEAD/
    149
    1510#
    1611# Packager label
    1712#
    18 packager dploy = "Bruno Cornec <bruno@dploy.org>"
     13pbpackager dploy = "Bruno Cornec <bruno@dploy.org>"
    1914#
    2015
     
    3429# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    3530#
    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.10
     31vmlist 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
    3732
    3833#
     
    8782# Files are mentioned relatively to pbroot/defpkgdir
    8883filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp
    89 filteredfiles dploy-common = install.sh
     84filteredfiles dploy-pxe = bin/dploy-add2pxe
     85filteredfiles dploy-common = install.sh,Makefile.PL
    9086#filteredfiles pkg1-doc = configure.in
  • projects/dploy/pbconf/devel/pbfilter/rpm.pbf

    r388 r391  
    1818filter PBOBS =
    1919
     20# Special for pb : MakeMaker has various variable for the dest dir
     21filter PBKEYWORD = destdir
     22filter PBFINALDIR =
     23
Note: See TracChangeset for help on using the changeset viewer.