ppisar pushed to perl-Library-CallNumber-LC (master). "0.23 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Sep 17 12:23:55 UTC 2015


From fbb4c992a4814777c2271e45151150f2475859ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 17 Sep 2015 14:22:49 +0200
Subject: 0.23 bump


diff --git a/.gitignore b/.gitignore
index 9847497..6fb2490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Library-CallNumber-LC-0.22.tar.gz
+/Library-CallNumber-LC-0.23.tar.gz
diff --git a/perl-Library-CallNumber-LC.spec b/perl-Library-CallNumber-LC.spec
index 48b2e00..3bf49c6 100644
--- a/perl-Library-CallNumber-LC.spec
+++ b/perl-Library-CallNumber-LC.spec
@@ -1,6 +1,6 @@
 Name:           perl-Library-CallNumber-LC
-Version:        0.22
-Release:        10%{?dist}
+Version:        0.23
+Release:        1%{?dist}
 Summary:        Normalize Library of Congress call numbers for sorting
 
 Group:          Development/Libraries
@@ -9,12 +9,15 @@ URL:            http://search.cpan.org/dist/Library-CallNumber-LC/
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Run-time:
+BuildRequires:  perl(Math::BigInt)
+# Tests:
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module takes Library of Congress (LC) call numbers and normalizes them so
@@ -26,12 +29,11 @@ call numbers.
 %setup -q -n Library-CallNumber-LC-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %check
 ./Build test
@@ -43,6 +45,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Thu Sep 17 2015 Petr Pisar <ppisar at redhat.com> - 0.23-1
+- 0.23 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 600fd63..40ee822 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b25acaa6354e38b7623e084a1f9ce40a  Library-CallNumber-LC-0.22.tar.gz
+9b077cc9fc75f7142cd3f78ad91bb000  Library-CallNumber-LC-0.23.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Library-CallNumber-LC.git/commit/?h=master&id=fbb4c992a4814777c2271e45151150f2475859ec


More information about the perl-devel mailing list