automatic version update by autodist [release 2.00-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:47:28 +01:00
parent 2d15ba5182
commit 4eb7a90c0f

View File

@ -1,19 +1,18 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Text-CSV
Version: 1.33
Version: 2.00
Release: 1mamba
Summary: Text::CSV - comma-separated values manupulator (using XS or PurePerl)
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Text/Text-CSV-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl-Text-CSV_XS
%description
@ -49,6 +48,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 2.00-1mamba
- automatic version update by autodist
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
- automatic update by autodist