commit 468cc72f5734d0a94f6cda0484d7399aaa7a4e76 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sun Dec 2 12:06:47 2012 +0100 Various cleanups perl-Unicode-MapUTF8.spec | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) --- diff --git a/perl-Unicode-MapUTF8.spec b/perl-Unicode-MapUTF8.spec index bd2b915..7c3530f 100644 --- a/perl-Unicode-MapUTF8.spec +++ b/perl-Unicode-MapUTF8.spec @@ -1,14 +1,12 @@ Name: perl-Unicode-MapUTF8 Version: 1.11 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Conversions to and from arbitrary character sets and UTF8 -Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Unicode-MapUTF8/ Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Jcode) @@ -17,6 +15,8 @@ BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl(Test::Distribution) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Unicode::MapUTF8 Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to @@ -37,7 +37,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -48,12 +47,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* make test -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc README %dir %{perl_vendorlib}/Unicode/ %doc %{perl_vendorlib}/Unicode/MapUTF8.pod @@ -62,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 02 2012 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 1.11-20 +- Add perl default filter +- Remove no-longer-used macros + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.11-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel