commit c9dedebeaf712bab3967203326326101f17686f3 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Aug 22 13:34:50 2014 +0200 0.15 bump .gitignore | 1 + .rpmlint | 2 ++ perl-Unicode-Casing.spec | 28 ++++++++++++++++++---------- sources | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) --- diff --git a/.gitignore b/.gitignore index 2ab05bc..cc79a99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Unicode-Casing-0.07.tar.gz /Unicode-Casing-0.08.tar.gz /Unicode-Casing-0.12.tar.gz +/Unicode-Casing-0.15.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..bd4acd0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (lc|lcfirst|uc)"); diff --git a/perl-Unicode-Casing.spec b/perl-Unicode-Casing.spec index dea49b1..5079b6d 100644 --- a/perl-Unicode-Casing.spec +++ b/perl-Unicode-Casing.spec @@ -1,21 +1,27 @@ # This file is licensed under the terms of GNU GPLv2+. Name: perl-Unicode-Casing -Version: 0.12 -Release: 4%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Perl extension to override system case changing functions License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Unicode-Casing/ Source0: http://www.cpan.org/authors/id/K/KH/KHW/Unicode-Casing-%{version}.tar.gz -BuildRequires: perl(B::Hooks::OP::Check) -BuildRequires: perl(B::Hooks::OP::PPAddr) +BuildRequires: perl BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::MakeMaker) -# Tests: +# Run-time: +BuildRequires: perl(B::Hooks::OP::Check) +BuildRequires: perl(B::Hooks::OP::PPAddr) +BuildRequires: perl(Carp) BuildRequires: perl(Exporter) -BuildRequires: perl(Test::More) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# Tests: +BuildRequires: perl(if) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -31,14 +37,13 @@ regular expressions. %setup -q -n Unicode-Casing-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -51,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Aug 22 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.15-1 +- 0.15 bump + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 9481b6b..0b6c36b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f674a2564a4129daa076eb3185a0557 Unicode-Casing-0.12.tar.gz +d4cb03d4826562e0d6891bf03c615438 Unicode-Casing-0.15.tar.gz -- 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