remove brp-compress

This commit is contained in:
Warren Togami 2005-03-31 09:28:10 +00:00
parent 1ea40c0db4
commit 335c1fd243

View File

@ -1,7 +1,7 @@
Summary: HTML::Tagset - data tables useful in parsing HTML.
Name: perl-HTML-Tagset
Version: 3.04
Release: 1
Release: 2
License: Artistic or GPL
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/HTML-Tagset-%{version}.tar.gz
@ -27,8 +27,6 @@ make test
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 -fv {} \;
%clean
@ -41,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man?/HTML::Tagset*.gz
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Tue Mar 29 2005 Robert Scheck <redhat@linuxnetz.de> 3.04-1
- upgrade to 3.04 and spec file cleanup (#140914, #150360)