diff --git a/Module-Build-0.3607.tar.bz2 b/Module-Build-0.3607.tar.bz2 deleted file mode 100644 index 946dfd9..0000000 --- a/Module-Build-0.3607.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c701d35d16a5a8a1f717be6ff15ab2b9b35195b9a7439910eb7ca5c30edf2ab -size 187068 diff --git a/Module-Build-0.3800.tar.gz b/Module-Build-0.3800.tar.gz deleted file mode 100644 index 328c8cb..0000000 --- a/Module-Build-0.3800.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb82170deb541445a3b7e4203662668ea17b5e13f9269d4b0c021a28bed60be -size 305459 diff --git a/Module-Build-0.4003.tar.gz b/Module-Build-0.4003.tar.gz new file mode 100644 index 0000000..a4c52da --- /dev/null +++ b/Module-Build-0.4003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42831046366bba16bf0dbac2225cf2612c04009b30002381b4ce49eb9e11fdc7 +size 307352 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 0158e92..64a72ad 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 19 21:44:29 UTC 2012 - opensuse@dstoecker.de + +- update to 0.4003 + ------------------------------------------------------------------- Wed Aug 17 17:42:00 UTC 2011 - chris@computersalat.de diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 7ff6f29..1aea154 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Module-Build (Version 0.36) +# spec file for package perl-Module-Build # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,30 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Module-Build %define cpan_name Module-Build Summary: Build and install Perl modules -Version: 0.36.07 -%define _version 0.3607 -Release: 1 -License: GPL+ or Artistic +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Version: 0.4003 +Release: 0 Url: http://search.cpan.org/dist/Module-Build/ -#Source: http://www.cpan.org/modules/by-module/Module/Module-Build-%{version}.tar.gz -Source: %{cpan_name}-%{_version}.tar.bz2 +Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{_version}-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} # for rename -BuildRequires: util-linux BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros +BuildRequires: util-linux BuildRequires: perl(File::Temp) >= 0.15 -BuildRequires: perl(Test::More) >= 0.49 +BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Harness) >= 3.16 +BuildRequires: perl(Test::More) >= 0.49 # BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) @@ -89,12 +86,12 @@ Recommends: perl(Module::Signature) >= 0.21 #BuildRequires: perl(YAML::Tiny) >= 1.38 #Requires: perl(YAML::Tiny) >= 1.38 # manpage_support -Requires: perl(Pod::Man) +Requires: perl(Pod::Man) # HTML_support -Requires: perl(Pod::Html) +Requires: perl(Pod::Html) # not mentioned in Build.PL BuildRequires: perl(PAR::Dist) >= 0.17 -Requires: perl(PAR::Dist) >= 0.17 +Requires: perl(PAR::Dist) >= 0.17 ################################################## %description @@ -113,7 +110,7 @@ Authors: Ken Williams %prep -%setup -q -n %{cpan_name}-%{_version} +%setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL installdirs=vendor @@ -135,6 +132,6 @@ rename config_data config_data-%{_version} %{buildroot}/%{_mandir}/man1/config_d %files -f %{name}.files %defattr(-,root,root,-) -%doc Changes contrib LICENSE README scripts +%doc Changes contrib LICENSE README %changelog