update to 1.01

This commit is contained in:
Iain Arnell 2011-05-14 09:12:55 +02:00
parent cc3cb9a7e5
commit 707ca8a7a2
3 changed files with 7 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Module-Install-0.95.tar.gz
/Module-Install-1.00.tar.gz
/Module-Install-1.01.tar.gz

View File

@ -1,12 +1,11 @@
Name: perl-Module-Install
Version: 1.00
Version: 1.01
Release: 1%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Install/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# Note, Makefile.PL is going to complain about having lower versions of
@ -37,10 +36,8 @@ BuildRequires: perl(YAML::Tiny) >= 1.38
Requires: perl(Archive::Tar)
Requires: perl(ExtUtils::ParseXS)
Requires: perl(Module::Build)
Requires: perl(Module::CoreList)
Requires: perl(Module::ScanDeps)
Requires: perl(PAR::Dist) >= 0.29
Requires: perl(YAML::Tiny)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -57,8 +54,6 @@ version 5.005 or newer.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@ -70,16 +65,16 @@ find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
%check
make test AUTOMATED_TESTING=1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.01-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Thu Mar 10 2011 Steven Pritchard <steve@kspei.com> 1.00-1
- Update to 1.00.
- Update build dependencies:

View File

@ -1 +1 @@
09067a39ba0330257f216effcf7f827c Module-Install-1.00.tar.gz
cfce2464f29d4fe7ab53939a94434064 Module-Install-1.01.tar.gz