Compare commits
3 Commits
1.41-1mamb
...
1.47-1mamb
Author | SHA1 | Date | |
---|---|---|---|
dbd4d2ee24 | |||
9b04f9c159 | |||
da2aeada49 |
@ -1,22 +1,21 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Text-CSV_XS
|
||||
Version: 1.41
|
||||
Version: 1.47
|
||||
Release: 1mamba
|
||||
Summary: Text::CSV_XS - comma-separated values manipulation routines
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Text/Text-CSV_XS-%{version}.tgz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields.
|
||||
@ -53,6 +52,15 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Dec 22 2021 Automatic Build System <autodist@mambasoft.it> 1.47-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 25 2021 Automatic Build System <autodist@mambasoft.it> 1.46-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.45-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 1.41-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user