rpms/perl-IPC-ShareLite/EL-5 perl-IPC-ShareLite.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jan 30 19:09:29 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-IPC-ShareLite/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27076/EL-5

Modified Files:
	perl-IPC-ShareLite.spec 
Log Message:

sync



Index: perl-IPC-ShareLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-ShareLite/EL-5/perl-IPC-ShareLite.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-IPC-ShareLite.spec	28 Aug 2006 20:53:25 -0000	1.10
+++ perl-IPC-ShareLite.spec	30 Jan 2008 19:08:46 -0000	1.11
@@ -1,12 +1,13 @@
 Name:           perl-IPC-ShareLite
 Version:        0.09
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Light-weight interface to shared memory
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-ShareLite/
 Source0:        http://www.cpan.org/authors/id/M/MA/MAURICE/IPC-ShareLite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,7 +30,7 @@
 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 \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -45,6 +46,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.09-9
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.09-8
 - Rebuild.
 - Fix find option order.




More information about the fedora-extras-commits mailing list