From aca2ee76f2c5b8ed5f8cd99d1cd39a8d3f3205ce Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 31 Mar 2005 09:28:26 +0000 Subject: [PATCH] remove brp-compress --- perl-Net-DNS.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index f5326bb..b41342a 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -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 +- remove brp-compress + * Thu Mar 17 2005 Warren Togami 0.48-3 - reinclude ia64, thanks jvdias