rpms/perl-IPC-SharedCache/EL-4 perl-IPC-SharedCache.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 14 01:50:32 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-IPC-SharedCache/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22420/EL-4

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

EPEL sync



Index: perl-IPC-SharedCache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-SharedCache/EL-4/perl-IPC-SharedCache.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-IPC-SharedCache.spec	10 Dec 2004 22:03:08 -0000	1.4
+++ perl-IPC-SharedCache.spec	14 Apr 2008 01:49:55 -0000	1.5
@@ -1,20 +1,18 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-IPC-SharedCache
 Version:        1.3
-Release:        4
-Epoch:          0
+Release:        8%{?dist}
 Summary:        Perl module to manage a cache in SysV IPC shared memory
 
 Group:          Development/Libraries
-License:        GPL
+License:        GPLv2+
 URL:            http://search.cpan.org/dist/IPC-SharedCache/
-Source0:        http://www.cpan.org/authors/id/S/SA/SAMTREGAR/IPC-SharedCache-1.3.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SA/SAMTREGAR/IPC-SharedCache-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(IPC::ShareLite) >= 0:0.06, perl(Storable)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(IPC::ShareLite) >= 0.06
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module provides a shared memory cache accessed as a tied hash.
@@ -45,7 +43,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -56,11 +54,28 @@
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE Changes LICENSE README
-%{perl_vendorlib}/IPC
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/IPC/
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-8
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-7.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3-7
+- Rebuild for FC6.
+
+* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3-6
+- Rebuild for FC5 (perl 5.8.8).
+- Dist tag and specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3-5
+- rebuilt
+
 * Sat Jun 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3-0.fdr.4
 - Fix license (bug 1783).
 - BuildReq perl(Storable) (bug 1783).




More information about the fedora-extras-commits mailing list