- 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
|
Summary: A MySQL interface for perl
|
||||||
Name: perl-DBD-MySQL
|
Name: perl-DBD-MySQL
|
||||||
Version: 2.9004
|
Version: 2.9004
|
||||||
Release: 1
|
Release: 2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Source: DBD-mysql-%{version}.tar.gz
|
Source: DBD-mysql-%{version}.tar.gz
|
||||||
@ -35,6 +35,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/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
|
[ -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 {} \;
|
||||||
@ -53,6 +57,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user