Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28506/EL-4 Modified Files: perl-Crypt-RSA.spec Log Message: Recode Crypt::RSA manpage as UTF-8 Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4/perl-Crypt-RSA.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Crypt-RSA.spec 13 Mar 2009 15:36:04 -0000 1.12 +++ perl-Crypt-RSA.spec 13 May 2009 08:35:53 -0000 1.13 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.98 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 %setup -q -n Crypt-RSA-%{version} # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes -%{__mv} -f Changes.utf-8 Changes +for f in Changes lib/Crypt/RSA.pm; do + /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f} + %{__mv} -f ${f}.utf-8 ${f} +done %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -87,6 +89,12 @@ standard, it also provides PKCS #1 v1.5 %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Wed May 13 2009 Paul Howarth <paul@xxxxxxxxxxxx> 1.98-3 +- Recode Crypt::RSA manpage as UTF-8 + +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.98-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jul 8 2008 Paul Howarth <paul@xxxxxxxxxxxx> 1.98-1 - Update to 1.98 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list