rpms/perl-File-NFSLock/EL-5 perl-File-NFSLock.spec,1.2,1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Dec 28 08:03:45 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/perl-File-NFSLock/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19638/EL-5

Modified Files:
	perl-File-NFSLock.spec 
Log Message:
sync with devel


Index: perl-File-NFSLock.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-NFSLock/EL-5/perl-File-NFSLock.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-File-NFSLock.spec	15 Oct 2007 20:34:44 -0000	1.2
+++ perl-File-NFSLock.spec	28 Dec 2007 08:03:05 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-File-NFSLock
 Version:        1.20
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        Perl module to do NFS (or not) locking
 
 Group:          Development/Libraries
@@ -11,6 +11,7 @@
 
 BuildArch:      noarch
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -36,7 +37,6 @@
 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 -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -58,6 +58,10 @@
 
 
 %changelog
+* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.20-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Tue Jul 18 2006 Patrice Dumas <pertusus at free.fr> 1.20-2
 - add examples/ to %%doc
 




More information about the fedora-extras-commits mailing list