- Convert man page to UTF-8
This commit is contained in:
parent
d19ef01b73
commit
71d1545f80
@ -3,7 +3,7 @@
|
||||
Summary: A MySQL interface for perl
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 2.9004
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: distributable
|
||||
Group: Applications/Databases
|
||||
Source: DBD-mysql-%{version}.tar.gz
|
||||
@ -35,6 +35,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install
|
||||
|
||||
file=$RPM_BUILD_ROOT%{_mandir}/man3/DBD::mysql.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 {} \;
|
||||
@ -53,6 +57,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 25 2004 Miloslav Trmac <mitr@redhat.com> - 2.9004-2
|
||||
- Convert man page to UTF-8
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user