Call this version 0.2800 to avoid an epoch bump.
This commit is contained in:
parent
a1654eea68
commit
f06f777aa8
@ -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 <steve@kspei.com> - 1:0.28-2
|
||||
- Rebuild.
|
||||
|
||||
* Fri May 12 2006 Steven Pritchard <steve@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@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@kspei.com> - 0.2612-2
|
||||
|
Loading…
Reference in New Issue
Block a user