diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-01 13:56:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-01 13:56:35 +0000 |
commit | 2ea078a3d6e502dec58a227690b8b8d3cda70496 (patch) | |
tree | 25f9d7d24bfcbb59406200d49830f527ba224a57 | |
parent | 73cf7586446a875bade0c4706b424ddb29d97352 (diff) | |
download | spec-helper-2ea078a3d6e502dec58a227690b8b8d3cda70496.tar spec-helper-2ea078a3d6e502dec58a227690b8b8d3cda70496.tar.gz spec-helper-2ea078a3d6e502dec58a227690b8b8d3cda70496.tar.bz2 spec-helper-2ea078a3d6e502dec58a227690b8b8d3cda70496.tar.xz spec-helper-2ea078a3d6e502dec58a227690b8b8d3cda70496.zip |
remove file alike /usr/lib/perl5/5.8.*/i386-linux-thread-multi/perllocal.pod
-rwxr-xr-x | clean_perl | 3 | ||||
-rw-r--r-- | spec-helper.spec | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -7,6 +7,9 @@ d=$RPM_BUILD_ROOT/usr/lib/perl5 find $d -name ".packlist" | xargs rm -f +# remove file alike /usr/lib/perl5/5.8.*/i386-linux-thread-multi/perllocal.pod +perl -MConfig -e 'unlink "$ENV{RPM_BUILD_ROOT}$Config{installarchlib}/perllocal.pod"' + for i in $(find $d -name "*.bs"); do if [ -s $i ]; then echo "non empty *.bs file, please mail pixel@mandrakesoft.com about this!" diff --git a/spec-helper.spec b/spec-helper.spec index 9938efc..cf6d311 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,5 +1,5 @@ %define name spec-helper -%define version 0.9.1 +%define version 0.9.2 %define release 1mdk Summary: Tools to ease the creation of rpm packages @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/spec-helper %changelog +* Fri Aug 1 2003 Pixel <pixel@mandrakesoft.com> 0.9.2-1mdk +- remove file alike /usr/lib/perl5/5.8.*/i386-linux-thread-multi/perllocal.pod + * Fri Jul 25 2003 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.9.1-1mdk - handle amd64 in main spec-helper script |