- Convert man page to UTF-8
This commit is contained in:
parent
c32f0fc14b
commit
c7fac0310e
@ -6,7 +6,7 @@
|
||||
Summary: A Perl module for parsing HTML.
|
||||
Name: %{name}
|
||||
Version: 3.35
|
||||
Release: 6
|
||||
Release: 7
|
||||
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
|
||||
@ -32,6 +32,10 @@ make test
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install
|
||||
|
||||
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 {} \;
|
||||
@ -55,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 25 2004 Miloslav Trmac <mitr@redhat.com> - 3.35-7
|
||||
- Convert man page to UTF-8
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user