rpms/perl-Cache/devel perl-Cache.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Oct 15 15:02:37 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-Cache/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv432/devel

Modified Files:
	perl-Cache.spec 
Log Message:

Fix license, fix BR



Index: perl-Cache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache/devel/perl-Cache.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Cache.spec	24 May 2007 17:53:37 -0000	1.2
+++ perl-Cache.spec	15 Oct 2007 15:02:03 -0000	1.3
@@ -1,16 +1,17 @@
 Name:           perl-Cache
 Version:        2.04
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        The Cache interface
 
 Group:          Development/Libraries
-License:        Artistic or GPL
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Cache
 Source0:        http://search.cpan.org/CPAN/authors/id/C/CL/CLEISHMAN/Cache-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::String) perl(File::NFSLock)
 BuildRequires:  perl(Date::Parse) perl(Heap::Fibonacci) perl(Digest::SHA1)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -57,6 +58,10 @@
 
 
 %changelog
+* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.04-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Wed Sep 20 2006 Patrice Dumas <pertusus at free.fr> 2.04-2
 - add missing BuildRequires
 




More information about the fedora-extras-commits mailing list