rpms/cpanspec/F-7 .cvsignore, 1.14, 1.15 cpanspec.spec, 1.15, 1.16 sources, 1.14, 1.15

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jul 13 16:07:39 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/cpanspec/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27219

Modified Files:
	.cvsignore cpanspec.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cpanspec/F-7/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	13 Mar 2007 00:08:26 -0000	1.14
+++ .cvsignore	13 Jul 2007 16:07:07 -0000	1.15
@@ -1 +1 @@
-cpanspec-1.70.tar.gz
+cpanspec-1.72.tar.gz


Index: cpanspec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cpanspec/F-7/cpanspec.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cpanspec.spec	13 Mar 2007 00:08:26 -0000	1.15
+++ cpanspec.spec	13 Jul 2007 16:07:07 -0000	1.16
@@ -1,5 +1,5 @@
 Name:           cpanspec
-Version:        1.70
+Version:        1.72
 Release:        1%{?dist}
 Summary:        RPM spec file generation utility
 License:        GPL or Artistic
@@ -14,18 +14,17 @@
 Requires:       /usr/bin/repoquery
 
 %description
-cpanspec generates spec files for Perl modules from CPAN for Fedora
-Extras.  The quality of the spec file is our primary concern.  It is
-assumed that maintainers will need to do some (hopefully small) amount
-of work to clean up the generated spec file to make the package build
-and to verify that all of the information contained in the spec file
-is correct.
+cpanspec generates spec files for Perl modules from CPAN for Fedora.  The
+quality of the spec file is our primary concern.  It is assumed that
+maintainers will need to do some (hopefully small) amount of work to clean
+up the generated spec file to make the package build and to verify that all
+of the information contained in the spec file is correct.
 
 %prep
 %setup -q
 
 %build
-perl Build.PL installdirs=vendor
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 %install
@@ -47,11 +46,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic Changes COPYING BUGS TODO
+%doc Artistic BUGS Changes COPYING TODO
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jul 13 2007 Steven Pritchard <steve at kspei.com> 1.72-1
+- Update to 1.72.
+
+* Fri Jun 29 2007 Steven Pritchard <steve at kspei.com> 1.71-1
+- Update to 1.71.
+- Remove "Extras" from the description.
+- Use the __perl macro instead of calling perl directly.
+
 * Mon Mar 12 2007 Steven Pritchard <steve at kspei.com> 1.70-1
 - Update to 1.70.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cpanspec/F-7/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	13 Mar 2007 00:08:26 -0000	1.14
+++ sources	13 Jul 2007 16:07:07 -0000	1.15
@@ -1 +1 @@
-2761b7525cfe0bf6d2067a8772b5802a  cpanspec-1.70.tar.gz
+4c16ef9a0eafd8209542fee467ef6d47  cpanspec-1.72.tar.gz




More information about the scm-commits mailing list