remove brp-compress
This commit is contained in:
parent
c7fac0310e
commit
ac58470023
@ -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 <wtogami@redhat.com>
|
||||
- remove brp-compress
|
||||
|
||||
* Thu Nov 25 2004 Miloslav Trmac <mitr@redhat.com> - 3.35-7
|
||||
- Convert man page to UTF-8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user