- Convert man page to UTF-8
This commit is contained in:
parent
77f78426dd
commit
139ef61395
@ -3,7 +3,7 @@
|
|||||||
Summary: A Perl interface to the World-Wide Web.
|
Summary: A Perl interface to the World-Wide Web.
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 5.79
|
Version: 5.79
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Applications/CPAN
|
Group: Applications/CPAN
|
||||||
Source0: libwww-perl-%{version}.tar.gz
|
Source0: libwww-perl-%{version}.tar.gz
|
||||||
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
file=$RPM_BUILD_ROOT%{_mandir}/man3/LWP.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
|
[ -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 \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
||||||
@ -73,6 +77,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 25 2004 Miloslav Trmac <mitr@redhat.com> - 5.79-6
|
||||||
|
- Convert man page to UTF-8
|
||||||
|
|
||||||
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5.76-5
|
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5.76-5
|
||||||
- fix %%defattr
|
- fix %%defattr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user