From c6ca76bed328a4c0b71a1dafdee143133374c561 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Nov 25 2004 21:20:25 +0000 Subject: - Convert man page to UTF-8 --- diff --git a/perl-PDL.spec b/perl-PDL.spec index 4fd23e5..b7bfef1 100644 --- a/perl-PDL.spec +++ b/perl-PDL.spec @@ -2,7 +2,7 @@ Name: perl-PDL Version: 2.4.1 -Release: 5 +Release: 6 Summary: PDL Perl module License: distributable Group: Development/Libraries @@ -41,6 +41,10 @@ eval `perl '-V:installarchlib'` mkdir -p $RPM_BUILD_ROOT/$installarchlib make install +file=$RPM_BUILD_ROOT%{_mandir}/man3/PDL::Func.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 -o -name Demos \) > t.$$ @@ -61,6 +65,9 @@ fi %defattr(-,root,root) %changelog +* Thu Nov 25 2004 Miloslav Trmac - 2.4.1-6 +- Convert man page to UTF-8 + * Tue Jun 15 2004 Elliot Lee - rebuilt