|
|
@ -1,16 +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)
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Task-Weaken
|
|
|
|
Name: perl-Task-Weaken
|
|
|
|
Version: 1.04
|
|
|
|
Version: 1.06
|
|
|
|
Release: 1mamba
|
|
|
|
Release: 1mamba
|
|
|
|
Summary: Task::Weaken - Ensure that a platform has weaken support
|
|
|
|
Summary: Task::Weaken - Ensure that a platform has weaken support
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: gil <puntogil@libero.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/A/AD/ADAMK/Task-Weaken-%{version}.tar.gz
|
|
|
|
Source: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Task-Weaken-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
License: GPL, Artistic
|
|
|
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-devel
|
|
|
@ -18,12 +21,8 @@ Requires: perl >= %perl_major_ver
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
One recurring problem in modules that use Scalar::Util's weaken function is
|
|
|
|
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant.
|
|
|
|
that it is not present in the pure-perl variant.
|
|
|
|
This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module.
|
|
|
|
|
|
|
|
|
|
|
|
This restores the functionality testing to a dependency you do once in
|
|
|
|
|
|
|
|
your Makefile.PL, rather than something you have to write extra tests
|
|
|
|
|
|
|
|
for each time you write a module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Task-Weaken-%{version}
|
|
|
|
%setup -q -n Task-Weaken-%{version}
|
|
|
@ -48,9 +47,12 @@ chmod -R u+w %{buildroot}/*
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{perl_vendorlib}/
|
|
|
|
%{perl_vendorlib}/
|
|
|
|
%{_mandir}/man3/*.3pm.gz
|
|
|
|
%{_mandir}/man3/*.3pm.gz
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-1mamba
|
|
|
|
|
|
|
|
- update to 1.06
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 02 2011 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba
|
|
|
|
* Mon May 02 2011 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
|
|
|
|