diff --git a/Module-Install-1.00.tar.bz2 b/Module-Install-1.00.tar.bz2 deleted file mode 100644 index 9bf5d85..0000000 --- a/Module-Install-1.00.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdb36893fd9c27f268e44f61199aec1bf91a1022f61e9c6e885ddb54ccf27a60 -size 94660 diff --git a/Module-Install-1.01.tar.gz b/Module-Install-1.01.tar.gz new file mode 100644 index 0000000..95263b0 --- /dev/null +++ b/Module-Install-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b081cefcaf63c474fe8b5d3b59cecc4350719c56953da2b78a506ed397ba40 +size 131406 diff --git a/perl-Module-Install.changes b/perl-Module-Install.changes index 8322d98..fd692ee 100644 --- a/perl-Module-Install.changes +++ b/perl-Module-Install.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 1 10:37:31 UTC 2011 - coolo@opensuse.org + +- updated to 1.01 + - Better error message in install_share (CHORNY) + - Compatibility with MYMETA.yml support in EUMM (CHORNY) + - Support for extraction of Artistic 2.0 license (CHORNY) + - Support https links when searching for bug trackers (CHORNY) + ------------------------------------------------------------------- Wed Dec 1 13:33:43 UTC 2010 - coolo@novell.com diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 0d033e4..6d5536e 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Module-Install (Version 1.00) +# spec file for package perl-Module-Install (Version 1.01) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Module-Install -%define cpan_name Module-Install -Summary: Standalone, extensible Perl module installer -Version: 1.00 +Version: 1.01 Release: 1 License: GPL+ or Artistic -Group: Development/Libraries/Perl +%define cpan_name Module-Install +Summary: Standalone, extensible Perl module installer Url: http://search.cpan.org/dist/Module-Install/ -#Source: http://www.cpan.org/modules/by-module/Module/Module-Install-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Archive::Tar) >= 1.44 @@ -40,17 +36,18 @@ BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Spec) >= 3.28 BuildRequires: perl(JSON) >= 2.14 BuildRequires: perl(LWP::UserAgent) >= 5.812 +BuildRequires: perl(Module::Build) >= 0.29 BuildRequires: perl(Module::CoreList) >= 2.17 BuildRequires: perl(Module::ScanDeps) >= 0.89 BuildRequires: perl(PAR::Dist) >= 0.29 BuildRequires: perl(Parse::CPAN::Meta) >= 1.39 -BuildRequires: perl(YAML::Tiny) >= 1.38 -# for test BuildRequires: perl(Test::Harness) >= 3.13 -BuildRequires: perl(Test::More) >= 0.84 -# +BuildRequires: perl(Test::More) >= 0.86 +BuildRequires: perl(YAML::Tiny) >= 1.33 Requires: perl(Archive::Tar) >= 1.44 Requires: perl(Devel::PPPort) >= 3.16 +Requires: perl(ExtUtils::Install) >= 1.52 +Requires: perl(ExtUtils::ParseXS) >= 2.19 Requires: perl(File::Remove) >= 1.42 Requires: perl(File::Spec) >= 3.28 Requires: perl(JSON) >= 2.14 @@ -61,24 +58,19 @@ Requires: perl(Module::ScanDeps) >= 0.89 Requires: perl(PAR::Dist) >= 0.29 Requires: perl(Parse::CPAN::Meta) >= 1.39 Requires: perl(YAML::Tiny) >= 1.38 +%{perl_requires} %description -Module::Install is a package for writing installers for CPAN (or CPAN-like) -distributions that are clean, simple, minimalist, act in a strictly correct -manner with ExtUtils::MakeMaker, and will run on any Perl installation -version 5.005 or newer. +*Module::Install* is a package for writing installers for CPAN (or +CPAN-like) distributions that are clean, simple, minimalist, act in a +strictly correct manner with the ExtUtils::MakeMaker manpage, and will run +on any Perl installation version 5.005 or newer. -The intent is to make it as easy as possible for CPAN authors (and especially -for first-time CPAN authors) to have installers that follow all the best -practices for distribution installation, but involve as much DWIM +The intent is to make it as easy as possible for CPAN authors (and +especially for first-time CPAN authors) to have installers that follow all +the best practices for distribution installation, but involve as much DWIM (Do What I Mean) as possible when writing them. -Authors: --------- - Adam Kennedy - Audrey Tang - Brian Ingerson - %prep %setup -q -n %{cpan_name}-%{version} @@ -91,18 +83,14 @@ Authors: %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog