From f06f777aa8371a23b9219aee0eecf3b51c073709 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: May 17 2006 19:33:47 +0000 Subject: Call this version 0.2800 to avoid an epoch bump. --- diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 232d525..06bd3bf 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -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 @@ only prerequisites are modules that are included with perl 5.6.0, and it 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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Module::Build*.3* %changelog -* Sat May 13 2006 Steven Pritchard - 1:0.28-2 -- Rebuild. - -* Fri May 12 2006 Steven Pritchard - 1:0.28-1 -- Update to 0.28. -- Epoch bump to make 0.28 > 0.2612. +* Wed May 17 2006 Steven Pritchard 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 - 0.2612-2