rpms/perl-Module-Build/devel perl-Module-Build.spec,1.17,1.18

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed May 17 19:33:47 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Build/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10230

Modified Files:
	perl-Module-Build.spec 
Log Message:
Call this version 0.2800 to avoid an epoch bump.


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- perl-Module-Build.spec	13 May 2006 15:39:54 -0000	1.17
+++ perl-Module-Build.spec	17 May 2006 19:33:47 -0000	1.18
@@ -1,12 +1,13 @@
+%define module_version 0.28
+
 Name:           perl-Module-Build
-Version:        0.28
-Release:        2%{?dist}
-Epoch:          1
+Version:        0.2800
+Release:        1%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Build/
-Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Archive::Tar) >= 1.08
@@ -32,7 +33,7 @@
 works fine on perl 5.005 if you can install a few additional modules.
 
 %prep
-%setup -q -n Module-Build-%{version}
+%setup -q -n Module-Build-%{module_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -61,12 +62,8 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
-* Sat May 13 2006 Steven Pritchard <steve at kspei.com> - 1:0.28-2
-- Rebuild.
-
-* Fri May 12 2006 Steven Pritchard <steve at kspei.com> - 1:0.28-1
-- Update to 0.28.
-- Epoch bump to make 0.28 > 0.2612.
+* Wed May 17 2006 Steven Pritchard <steve at kspei.com> 0.2800-1
+- Update to 0.28, but call it 0.2800 to avoid an epoch bump.
 - Various spec cleanups to closer match cpanspec output.
 
 * Wed Mar 15 2006 Steven Pritchard <steve at kspei.com> - 0.2612-2




More information about the fedora-extras-commits mailing list