|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Unicode-Map
|
|
|
|
|
Version: 0.112
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
|
|
|
|
|
Summary: Perl module for mapping charsets from and to utf16 unicode
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ URL: http://search.cpan.org/dist/Unicode-Map/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-0.112.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module converts strings from and to 2-byte Unicode UCS2
|
|
|
|
@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 13 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.112-9
|
|
|
|
|
- BR: perl-devel
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Aurelien Bompard <abompard@fedoraproject.org> 0.112-8
|
|
|
|
|
- Add support for perl-Spreadsheet-ParseExcel (bug 191387)
|
|
|
|
|
|
|
|
|
|