Accepting request 72100 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-CPAN-Meta?expand=0&rev=3
This commit is contained in:
commit
be2a073b7e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3463d98b9bd4064ba37e4c5ebcab6be5e371029c0796e6834b6cdfb50c441d2
|
||||
size 16903
|
3
Test-CPAN-Meta-0.18.tar.gz
Normal file
3
Test-CPAN-Meta-0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63729082374d3e7dde4c412fb776ed72fb1d4ca3614e2502ea49967318a7f78
|
||||
size 15779
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user