automatic update by autodist [release 0.25-1mamba;Thu May 07 2015]
This commit is contained in:
parent
65c4f56fcb
commit
b451f556e2
@ -1,6 +1,4 @@
|
|||||||
# perl-Test-CPAN-Meta
|
# perl-Test-CPAN-Meta
|
||||||
|
|
||||||
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN,
|
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
|
||||||
meets the specifications that are slowly being introduced to module uploads, via the use of package makers and
|
|
||||||
installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
|
|
||||||
|
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Test-CPAN-Meta
|
Name: perl-Test-CPAN-Meta
|
||||||
Version: 0.24
|
Version: 0.25
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Test::CPAN::Meta - Validation of the META.yml file in a CPAN distribution.
|
Summary: Test::CPAN::Meta - Validation of the META.yml file in a CPAN distribution.
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
|
||||||
|
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: perl-Test-Simple
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Parse::CPAN::Meta)
|
BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
BuildRequires: perl(Test::Builder)
|
BuildRequires: perl(Test::Builder)
|
||||||
@ -24,9 +27,7 @@ Requires: perl >= %perl_major_ver
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN,
|
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
|
||||||
meets the specifications that are slowly being introduced to module uploads, via the use of package makers and
|
|
||||||
installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Test-CPAN-Meta-%{version}
|
%setup -q -n Test-CPAN-Meta-%{version}
|
||||||
@ -52,11 +53,15 @@ chmod -R u+w %{buildroot}/*
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorlib}/
|
%dir %{perl_vendorlib}/Test/CPAN
|
||||||
%{_mandir}/man3/*.3pm.gz
|
%{perl_vendorlib}/Test/CPAN/*
|
||||||
%doc Changes LICENSE README examples/
|
#%{_mandir}/man3/*.3pm.gz
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 0.25-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Sun Jan 25 2015 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
* Sun Jan 25 2015 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user