diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index 6beb5a3..a77bda6 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -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 - 2.9004-2 +- Convert man page to UTF-8 + * Tue Jun 15 2004 Elliot Lee - rebuilt