Update to 0.2611.

This commit is contained in:
Steven Pritchard 2006-01-10 21:26:54 +00:00
parent b053725a03
commit 61752aa3a0
3 changed files with 29 additions and 20 deletions

View File

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

View File

@ -1,62 +1,71 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Module-Build
Version: 0.2610
Release: 1
Epoch: 0
Version: 0.2611
Release: 2%{?dist}
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-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
Requires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Perl module for building and installing Perl modules, a replacement to
ExtUtils::MakeMaker.
%prep
%setup -q -n Module-Build-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
chmod -R u+w $RPM_BUILD_ROOT/*
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
%check || :
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic
%check
./Build test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%doc Changes README COPYING Artistic
%{_bindir}/config_data
%{perl_vendorlib}/Module
%{_mandir}/man1/config_data.1*
%{_mandir}/man3/Module::Build*.3*
%changelog
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2610-1
* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> - 0.2611-2
- Minor spec cleanup.
- Add COPYING and Artistic.
* Wed Jul 06 2005 Steven Pritchard <steve@kspei.com> - 0.2611-1
- Update to 0.2611.
* Sat May 7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.2610-3
- Rebuild.
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.2610-2
- 0.2610.
- Trust that %%{perl_vendorlib} is defined.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* 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 @@
a21addf2dbd1725b6b035fbfe65cb30f Module-Build-0.2610.tar.gz
d0fa9a7917ed43d1c1f8b707e86b6061 Module-Build-0.2611.tar.gz