[perl-Text-Iconv] Convert README to UTF-8.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Nov 21 15:41:00 UTC 2012


commit de25faf520d1a2f2336fde08bb88e5af31d6b3dc
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Nov 21 16:40:45 2012 +0100

    Convert README to UTF-8.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Text-Iconv.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec
index 587fdd7..f9f8101 100644
--- a/perl-Text-Iconv.spec
+++ b/perl-Text-Iconv.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-Iconv
 Version:        1.7
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Perl interface to iconv() codeset conversion function
 
 Group:          Development/Libraries
@@ -30,6 +30,10 @@ documentation.
 %prep
 %setup -q -n Text-Iconv-%{version}
 
+# README is ISO-8859-1 encoded
+iconv -f iso-8859-1 -t utf8 < README > README.utf8
+mv README.utf8 README
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -62,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 21 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.7-16
+- Convert README to UTF-8
+
 * Fri Oct 26 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.7-15
 - Specify all dependencies.
 - Add default filter.



More information about the perl-devel mailing list