diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index 27a1d2c..9e9e8a4 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -6,7 +6,7 @@
Summary: A Perl module for parsing HTML.
Name: %{name}
Version: 3.35
-Release: 7
+Release: 8
License: GPL or Artistic
Group: System Environment/Libraries
Source: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/HTML/%{real_name}-%{version}.tar.gz
@@ -36,8 +36,6 @@ file=$RPM_BUILD_ROOT%{_mandir}/man3/HTML::Entities.3pm
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_"
mv -f "${file}_" "$file"
-[ -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 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Mar 30 2005 Warren Togami
+- remove brp-compress
+
* Thu Nov 25 2004 Miloslav Trmac - 3.35-7
- Convert man page to UTF-8