This commit is contained in:
Ville Skyttä 2005-04-16 12:31:28 +00:00
parent abba9c6d94
commit b053725a03
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
Module-Build-0.2608.tar.gz
Module-Build-0.2610.tar.gz

View File

@ -1,7 +1,7 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Module-Build
Version: 0.2608
Version: 0.2610
Release: 1
Epoch: 0
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
License: GPL or Artistic
URL: http://search.cpan.org/dist/Module-Build/
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2608.tar.gz
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -33,7 +33,7 @@ ExtUtils::MakeMaker.
%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
chmod -R u+w $RPM_BUILD_ROOT/*
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2610-1
- 0.2610.
* 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.

View File

@ -1 +1 @@
edb30a062bfca5570d412d1576787648 Module-Build-0.2608.tar.gz
a21addf2dbd1725b6b035fbfe65cb30f Module-Build-0.2610.tar.gz