diff --git a/.gitignore b/.gitignore index f89c637..5445c6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Module-Install-0.95.tar.gz /Module-Install-1.00.tar.gz +/Module-Install-1.01.tar.gz diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 2ebf3ec..4075de2 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -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 1.01-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Thu Mar 10 2011 Steven Pritchard 1.00-1 - Update to 1.00. - Update build dependencies: diff --git a/sources b/sources index bd03914..b804bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09067a39ba0330257f216effcf7f827c Module-Install-1.00.tar.gz +cfce2464f29d4fe7ab53939a94434064 Module-Install-1.01.tar.gz