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
|
Name: perl-Module-Build
|
||||||
Version: 0.28
|
Version: 0.2800
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Perl module for building and installing Perl modules
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-Build/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Archive::Tar) >= 1.08
|
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.
|
works fine on perl 5.005 if you can install a few additional modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-%{version}
|
%setup -q -n Module-Build-%{module_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@ -61,12 +62,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 13 2006 Steven Pritchard <steve@kspei.com> - 1:0.28-2
|
* Wed May 17 2006 Steven Pritchard <steve@kspei.com> 0.2800-1
|
||||||
- Rebuild.
|
- Update to 0.28, but call it 0.2800 to avoid an epoch bump.
|
||||||
|
|
||||||
* 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.
|
|
||||||
- Various spec cleanups to closer match cpanspec output.
|
- Various spec cleanups to closer match cpanspec output.
|
||||||
|
|
||||||
* Wed Mar 15 2006 Steven Pritchard <steve@kspei.com> - 0.2612-2
|
* Wed Mar 15 2006 Steven Pritchard <steve@kspei.com> - 0.2612-2
|
||||||
|
Loading…
Reference in New Issue
Block a user