remove brp-compress

This commit is contained in:
Warren Togami 2005-03-31 09:28:26 +00:00
parent 34be52d59d
commit aca2ee76f2

View File

@ -2,7 +2,7 @@
Name: perl-Net-DNS
Version: 0.48
Release: 3
Release: 4
Summary: Net-DNS Perl module
License: Distributable
Group: Development/Libraries
@ -42,8 +42,6 @@ eval `perl '-V:installarchlib'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
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 | \
@ -59,6 +57,9 @@ fi
%defattr(-,root,root)
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Thu Mar 17 2005 Warren Togami <wtogami@redhat.com> 0.48-3
- reinclude ia64, thanks jvdias