[perl-File-NFSLock] 1.23 bump; Update BRs

Jitka Plesnikova jplesnik at fedoraproject.org
Tue Jul 29 12:59:00 UTC 2014


commit 02211ca071c2e9127c0b5457844e8689e403afc6
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Tue Jul 29 14:58:51 2014 +0200

    1.23 bump; Update BRs

 .gitignore             |    1 +
 perl-File-NFSLock.spec |   22 ++++++++++++++--------
 sources                |    2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60d57aa..faa874b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 File-NFSLock-1.20.tar.gz
 /File-NFSLock-1.21.tar.gz
+/File-NFSLock-1.23.tar.gz
diff --git a/perl-File-NFSLock.spec b/perl-File-NFSLock.spec
index 021720d..88f9ef3 100644
--- a/perl-File-NFSLock.spec
+++ b/perl-File-NFSLock.spec
@@ -1,6 +1,6 @@
 Name:           perl-File-NFSLock
-Version:        1.21
-Release:        10%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        Perl module to do NFS (or not) locking
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -8,14 +8,18 @@ URL:            http://search.cpan.org/dist/File-NFSLock
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BB/BBB/File-NFSLock-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Hostname)
 BuildRequires:  perl(Test::More)
-Requires:   perl(Exporter)
-Requires:   perl(Sys::Hostname)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(warnings)
+Requires:       perl(Sys::Hostname)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Program based of concept of hard linking of files being atomic across NFS. 
@@ -31,13 +35,12 @@ File::NFSLock was written to be light, generic, and fast.
 %setup -q -n File-NFSLock-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 chmod a-x examples/lock_test
 
@@ -50,6 +53,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jul 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.23-1
+- 1.23 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.21-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 15f2b61..307a4f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8067802ce7247d0697d6203e26cb7bd7  File-NFSLock-1.21.tar.gz
+c675e608449d329a063b9b86ca59af54  File-NFSLock-1.23.tar.gz



More information about the perl-devel mailing list