rpms/cpanspec/devel cpanspec.spec,1.23,1.24

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jun 12 18:21:52 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/cpanspec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23476

Modified Files:
	cpanspec.spec 
Log Message:
Require rpm-build.


Index: cpanspec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cpanspec/devel/cpanspec.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- cpanspec.spec	6 May 2008 02:26:07 -0000	1.23
+++ cpanspec.spec	12 Jun 2008 18:20:53 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           cpanspec
 Version:        1.75
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM spec file generation utility
 License:        GPL+ or Artistic
 Group:          Development/Tools
@@ -12,6 +12,7 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       /usr/bin/curl
 Requires:       /usr/bin/repoquery
+Requires:       rpm-build
 
 %description
 cpanspec generates spec files (and, optionally, source or even binary
@@ -52,6 +53,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jun 12 2008 Steven Pritchard <steve at kspei.com> 1.75-2
+- Require rpm-build.
+
 * Mon May 05 2008 Steven Pritchard <steve at kspei.com> 1.75-1
 - Update to 1.75 (which really fixes BZ#437804).
 - Require curl instead of wget (BZ#438245).




More information about the fedora-extras-commits mailing list