automatic version update by autodist [release 1.29-1mamba;Sun May 23 2021]
This commit is contained in:
parent
d2b25270aa
commit
924e0ec058
@ -1,19 +1,19 @@
|
|||||||
%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)
|
||||||
%define with_MinimumVersion 0
|
%define with_MinimumVersion 0
|
||||||
Name: perl-Test-Script
|
Name: perl-Test-Script
|
||||||
Version: 1.07
|
Version: 1.29
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Test::Script - Basic cross-platform tests for scripts
|
Summary: Test::Script - Basic cross-platform tests for scripts
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Script-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-IPC-Run3
|
BuildRequires: perl-Capture-Tiny
|
||||||
BuildRequires: perl-Probe-Perl
|
BuildRequires: perl-Probe-Perl
|
||||||
BuildRequires: perl-Test-Simple
|
BuildRequires: perl-Test-Simple
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
@ -29,9 +29,9 @@ BuildRequires: perl(Test::Pod)
|
|||||||
BuildRequires: perl(Perl::MinimumVersion)
|
BuildRequires: perl(Perl::MinimumVersion)
|
||||||
BuildRequires: perl(Test::MinimumVersion)
|
BuildRequires: perl(Test::MinimumVersion)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: perl-Test2-Suite
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution.
|
The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution.
|
||||||
@ -62,9 +62,12 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorlib}/
|
%{perl_vendorlib}/
|
||||||
#%{_mandir}/man3/*.3pm.gz
|
%{_mandir}/man3/Test::Script.3pm*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 23 2021 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.07-1mamba
|
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.07-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user