Update to 0.2608.
This commit is contained in:
parent
5da7e2a523
commit
abba9c6d94
@ -1 +1 @@
|
|||||||
Module-Build-0.2606.tar.gz
|
Module-Build-0.2608.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
Version: 0.2606
|
Version: 0.2608
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Perl module for building and installing Perl modules
|
||||||
@ -9,7 +9,7 @@ Summary: Perl module for building and installing Perl modules
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
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-0.2606.tar.gz
|
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2608.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -24,11 +24,6 @@ ExtUtils::MakeMaker.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-%{version}
|
%setup -q -n Module-Build-%{version}
|
||||||
# See 2004-12-01 changelog entry for rationale for this hack:
|
|
||||||
%{__perl} -MTest::Harness::Straps -e \
|
|
||||||
'$Test::Harness::Straps::VERSION < 0.20 &&
|
|
||||||
system("%{__perl} -pi -e \"s/have_yaml = .*/have_yaml = 0;/\" \\
|
|
||||||
t/runthrough.t")'
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -60,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2608-1
|
||||||
|
- Update to 0.2608, Test::Harness kludge no longer needed.
|
||||||
|
|
||||||
* Sun Dec 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2606-1
|
* Sun Dec 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2606-1
|
||||||
- Update to 0.2606.
|
- Update to 0.2606.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user