From 365f84786821ba92b05e07e3e0b97686d9db2217a4415c0bd3995bdc076ec20d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 30 Apr 2011 15:32:52 +0000 Subject: [PATCH] - updated to 0.18 - documentation clean up OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-CPAN-Meta?expand=0&rev=2 --- Test-CPAN-Meta-0.17.tar.bz2 | 3 --- Test-CPAN-Meta-0.18.tar.gz | 3 +++ perl-Test-CPAN-Meta.changes | 6 ++++++ perl-Test-CPAN-Meta.spec | 31 +++++++++++++++++-------------- 4 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 Test-CPAN-Meta-0.17.tar.bz2 create mode 100644 Test-CPAN-Meta-0.18.tar.gz diff --git a/Test-CPAN-Meta-0.17.tar.bz2 b/Test-CPAN-Meta-0.17.tar.bz2 deleted file mode 100644 index f757883..0000000 --- a/Test-CPAN-Meta-0.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3463d98b9bd4064ba37e4c5ebcab6be5e371029c0796e6834b6cdfb50c441d2 -size 16903 diff --git a/Test-CPAN-Meta-0.18.tar.gz b/Test-CPAN-Meta-0.18.tar.gz new file mode 100644 index 0000000..7c61fee --- /dev/null +++ b/Test-CPAN-Meta-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63729082374d3e7dde4c412fb776ed72fb1d4ca3614e2502ea49967318a7f78 +size 15779 diff --git a/perl-Test-CPAN-Meta.changes b/perl-Test-CPAN-Meta.changes index d0cc154..f9e0e79 100644 --- a/perl-Test-CPAN-Meta.changes +++ b/perl-Test-CPAN-Meta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 30 15:25:11 UTC 2011 - coolo@opensuse.org + +- updated to 0.18 + - documentation clean up + ------------------------------------------------------------------- Fri Jan 21 20:32:55 UTC 2011 - coolo@novell.com diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec index db0a4ba..f061b14 100644 --- a/perl-Test-CPAN-Meta.spec +++ b/perl-Test-CPAN-Meta.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Test-CPAN-Meta +# spec file for package perl-Test-CPAN-Meta (Version 0.18) # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,26 +15,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: perl-Test-CPAN-Meta -Version: 0.17 +Version: 0.18 Release: 1 License: GPL+ or Artistic %define cpan_name Test-CPAN-Meta Summary: Validation of the META.yml file in a CPAN distribution. Url: http://search.cpan.org/dist/Test-CPAN-Meta/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::Pod::Coverage) >= 0.08 +Source: http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Requires: perl(Test::Pod) >= 1.00 -Requires: perl(Test::Pod::Coverage) >= 0.08 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +BuildRequires: perl(Parse::CPAN::Meta) >= 0.02 +BuildRequires: perl(Test::More) >= 0.70 +Requires: perl(Parse::CPAN::Meta) >= 0.02 +Requires: perl(Test::More) >= 0.7 +Recommends: perl(Test::More) >= 0.70 +Recommends: perl(Test::Pod) >= 1.00 +Recommends: perl(Test::Pod::Coverage) >= 0.08 %{perl_requires} %description @@ -44,6 +44,9 @@ slowly being introduced to module uploads, via the use of package makers and installers such as the ExtUtils::MakeMaker manpage, the Module::Build manpage and the Module::Install manpage. +See the CPAN::Meta manpage for further details of the CPAN Meta +Specification. + %prep %setup -q -n %{cpan_name}-%{version} @@ -63,7 +66,7 @@ manpage and the Module::Install manpage. %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) -%doc Artistic Changes LICENSE README +%defattr(-,root,root,755) +%doc Changes examples LICENSE README %changelog