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
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.