automatic version update by autodist [release 0.46-1mamba;Sat Apr 01 2023]
This commit is contained in:
parent
79cb058fcd
commit
93b71dc24a
@ -1,14 +1,14 @@
|
|||||||
%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-Clone
|
Name: perl-Clone
|
||||||
Version: 0.42
|
Version: 0.46
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Clone - recursively copy Perl datatypes
|
Summary: Clone - recursively copy Perl datatypes
|
||||||
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/G/GA/GARU/Clone-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
@ -18,8 +18,8 @@ BuildRequires: perl(Test::More)
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-B-COW
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and
|
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and
|
||||||
@ -55,6 +55,9 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%doc Changes
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 0.46-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 01 2020 Automatic Build System <autodist@mambasoft.it> 0.42-1mamba
|
* Fri May 01 2020 Automatic Build System <autodist@mambasoft.it> 0.42-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user