rpms/perl-Pod-Simple/devel perl-Pod-Simple.spec,1.11,1.12

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Oct 17 02:37:00 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-Pod-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21152/devel

Modified Files:
	perl-Pod-Simple.spec 
Log Message:

fix br, license



Index: perl-Pod-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-Simple/devel/perl-Pod-Simple.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Pod-Simple.spec	30 May 2007 21:04:33 -0000	1.11
+++ perl-Pod-Simple.spec	17 Oct 2007 02:36:27 -0000	1.12
@@ -1,10 +1,10 @@
 Name:           perl-Pod-Simple
 Version:        3.05
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Framework for parsing POD documentation
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Pod-Simple/
 Source0:        http://www.cpan.org/authors/id/A/AR/ARANDAL/Pod-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -12,6 +12,7 @@
 BuildArch:      noarch
 BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  perl(Pod::Escapes)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,6 +56,10 @@
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 3.05-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Wed May 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.05-1
 - Update to 3.05.
 




More information about the scm-commits mailing list