Accepting request 177510 from devel:languages:perl

- updated to 0.23
       - updated INSTALL instructions.
       - added minimum perl version (5.006).
       - reworked Makefile.PL for clarity.
       - implemented Perl::Critic suggestions.
       - added meta_yaml_ok test and example.
       - several Version.pm updates, including new() parameter name change:
         'yaml' is now 'data'.
       - RT#76609: further spelling fix. (Florian Schlichting).
       - removed DSLIP info.
       - RT#76609: spelling fix. (Florian Schlichting & Gregor Herrmann).
       - RT#74317: imported url validation from CPAN::Meta (Alex Hartmaier).
       - RT#66692: updated license type (Paul Howarth).
       - updates to examples. (forwarded request 177483 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-CPAN-Meta?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-06-06 10:45:38 +00:00 committed by Git OBS Bridge
commit 5ab2cd1daa
4 changed files with 33 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b63729082374d3e7dde4c412fb776ed72fb1d4ca3614e2502ea49967318a7f78
size 15779

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dda70c5cb61eddc6d3148cb66b6ff5eb4546a065257f4c104112a8a8a3575116
size 15855

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jun 4 14:58:02 UTC 2013 - coolo@suse.com
- updated to 0.23
- updated INSTALL instructions.
- added minimum perl version (5.006).
- reworked Makefile.PL for clarity.
- implemented Perl::Critic suggestions.
- added meta_yaml_ok test and example.
- several Version.pm updates, including new() parameter name change:
'yaml' is now 'data'.
- RT#76609: further spelling fix. (Florian Schlichting).
- removed DSLIP info.
- RT#76609: spelling fix. (Florian Schlichting & Gregor Herrmann).
- RT#74317: imported url validation from CPAN::Meta (Alex Hartmaier).
- RT#66692: updated license type (Paul Howarth).
- updates to examples.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 30 15:25:11 UTC 2011 - coolo@opensuse.org Sat Apr 30 15:25:11 UTC 2011 - coolo@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-CPAN-Meta # spec file for package perl-Test-CPAN-Meta
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,15 +16,14 @@
# #
Name: perl-Test-CPAN-Meta Name: perl-Test-CPAN-Meta
Version: 0.18 Version: 0.23
Release: 1 Release: 0
License: GPL-1.0+ or Artistic-1.0
%define cpan_name Test-CPAN-Meta %define cpan_name Test-CPAN-Meta
Summary: Validation of the META.yml file in a CPAN distribution. Summary: Validate your CPAN META.yml files.
Url: http://search.cpan.org/dist/Test-CPAN-Meta/ License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-CPAN-Meta/
Source: http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -32,16 +31,18 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Parse::CPAN::Meta) >= 0.02 BuildRequires: perl(Parse::CPAN::Meta) >= 0.02
BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::More) >= 0.70
#BuildRequires: perl(MyDistro)
#BuildRequires: perl(Test::CPAN::Meta)
#BuildRequires: perl(Test::CPAN::Meta::Version)
Requires: perl(Parse::CPAN::Meta) >= 0.02 Requires: perl(Parse::CPAN::Meta) >= 0.02
Requires: perl(Test::More) >= 0.7 Requires: perl(Test::More) >= 0.70
Recommends: perl(Test::More) >= 0.70
Recommends: perl(Test::Pod) >= 1.00 Recommends: perl(Test::Pod) >= 1.00
Recommends: perl(Test::Pod::Coverage) >= 0.08 Recommends: perl(Test::Pod::Coverage) >= 0.08
%{perl_requires} %{perl_requires}
%description %description
This module was written to ensure that a META.yml file, provided with a This distribution was written to ensure that a META.yml file, provided with
standard distribution uploaded to CPAN, meets the specifications that are a standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of package makers slowly being introduced to module uploads, via the use of package makers
and installers such as the ExtUtils::MakeMaker manpage, the Module::Build and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
manpage and the Module::Install manpage. manpage and the Module::Install manpage.
@ -64,9 +65,6 @@ Specification.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples LICENSE README %doc Changes examples LICENSE README