From 8343f0dcdb095042effd8e56b83817eaa827a9d8 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 31 Mar 2005 09:28:28 +0000 Subject: [PATCH] remove brp-compress --- perl-Parse-RecDescent.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index aa276d3..598c4cf 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -2,7 +2,7 @@ Name: perl-Parse-RecDescent Version: 1.94 -Release: 4 +Release: 5 Summary: Parse-RecDescent Perl module License: distributable Group: Development/Libraries @@ -51,8 +51,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 -fv {} \; find $RPM_BUILD_ROOT \( -name '*Balanced*' \) -exec rm -fv {} \; @@ -67,6 +65,9 @@ fi %defattr(-,root,root) %changelog +* Wed Mar 30 2005 Warren Togami +- remove brp-compress + * Wed Sep 22 2004 Chip Turner 1.94-4 - rebuild