remove brp-compress

This commit is contained in:
Warren Togami 2005-03-31 09:27:50 +00:00
parent 91544cc388
commit dcb9a91301

View File

@ -3,7 +3,7 @@
Summary: A Perl module for inspecting Perl's symbol table.
Name: perl-Devel-Symdump
Version: 2.03
Release: 19
Release: 20
License: distributable
Group: Applications/CPAN
Source0: Devel-Symdump-%{version}.tar.gz
@ -36,8 +36,6 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
make install
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
find $RPM_BUILD_ROOT/usr -type f -print |
@ -54,6 +52,9 @@ fi
%dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/Devel/Symdump
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt