[perl-Unicode-Casing] 0.15 bump

Petr Pisar ppisar at fedoraproject.org
Fri Aug 22 11:35:13 UTC 2014


commit 52c02fc5510a041710721a8d353d44f96a8f7c91
Author: Petr Písař <ppisar at redhat.com>
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 68511b5..44522c5 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:        8%{?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 at redhat.com> - 0.15-1
+- 0.15 bump
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_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



More information about the perl-devel mailing list