22 Commits

Author SHA1 Message Date
5d051ad1b1 automatic version update by autodist [release 1.61-1mamba;Sun Jul 27 2025] 2025-07-28 11:35:07 +02:00
3b40126228 automatic version update by autodist [release 1.60-1mamba;Sun Feb 02 2025] 2025-02-03 10:15:31 +01:00
2481dd7716 automatic version update by autodist [release 1.59-1mamba;Mon Jan 06 2025] 2025-01-06 10:02:22 +01:00
3181233d90 automatic version update by autodist [release 1.57-1mamba;Mon Dec 16 2024] 2024-12-17 17:57:57 +01:00
22d158ed7b automatic version update by autodist [release 1.56-1mamba;Sat Aug 10 2024] 2024-08-10 09:22:44 +02:00
31cc6885f4 automatic version update by autodist [release 1.55-1mamba;Tue Jun 18 2024] 2024-06-19 11:49:19 +02:00
9802aa05b0 automatic version update by autodist [release 1.54-1mamba;Thu Apr 18 2024] 2024-04-19 09:14:54 +02:00
c27fd2eda6 automatic version update by autodist [release 1.53-1mamba;Fri Nov 24 2023] 2024-01-06 09:47:39 +01:00
a828a7b37a automatic version update by autodist [release 1.52-1mamba;Fri Sep 22 2023] 2024-01-06 09:47:39 +01:00
ebaa67c240 automatic version update by autodist [release 1.51-1mamba;Tue Aug 08 2023] 2024-01-06 09:47:39 +01:00
c0e9870521 rebuilt with perl 5.36.0 [release 1.50-2mamba;Sat Apr 15 2023] 2024-01-06 09:47:38 +01:00
8454d9dc8b automatic version update by autodist [release 1.50-1mamba;Thu Mar 02 2023] 2024-01-06 09:47:38 +01:00
684b3a9f1f automatic version update by autodist [release 1.49-1mamba;Sun Jan 15 2023] 2024-01-06 09:47:38 +01:00
45e545e188 automatic version update by autodist [release 1.48-1mamba;Wed May 25 2022] 2024-01-06 09:47:38 +01:00
dbd4d2ee24 automatic version update by autodist [release 1.47-1mamba;Wed Dec 22 2021] 2024-01-06 09:47:38 +01:00
9b04f9c159 automatic version update by autodist [release 1.46-1mamba;Thu Mar 25 2021] 2024-01-06 09:47:37 +01:00
da2aeada49 automatic version update by autodist [release 1.45-1mamba;Sun Feb 21 2021] 2024-01-06 09:47:37 +01:00
2e3bc823db automatic update by autodist [release 1.41-1mamba;Sun May 03 2020] 2024-01-06 09:47:37 +01:00
2f5c412153 automatic update by autodist [release 1.34-1mamba;Thu Nov 23 2017] 2024-01-06 09:47:37 +01:00
dd9eb5d227 automatic update by autodist [release 1.33-1mamba;Sat Oct 28 2017] 2024-01-06 09:47:37 +01:00
d739e9eeee rebuilt with perl 5.24 [release 1.21-2mamba;Wed Nov 09 2016] 2024-01-06 09:47:37 +01:00
1b19c98087 automatic update by autodist [release 1.21-1mamba;Tue Feb 02 2016] 2024-01-06 09:47:37 +01:00
2 changed files with 76 additions and 8 deletions

View File

@ -1,6 +1,5 @@
# perl-Text-CSV_XS # perl-Text-CSV_XS
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. 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.
The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV.

View File

@ -1,30 +1,28 @@
%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-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.18 Version: 1.61
Release: 1mamba Release: 1mamba
Summary: Text::CSV_XS - comma-separated values manipulation routines Summary: Text::CSV_XS - comma-separated values manipulation routines
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@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/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz Source: https://cpan.metacpan.org/modules/by-module/Text/Text-CSV_XS-%{version}.tgz
License: GPL, Artistic License: GPL, Artistic
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl >= 2:5.36.0
%description %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. 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.
The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV.
%prep %prep
%setup -q -n Text-CSV_XS-%{version} %setup -q -n Text-CSV_XS-%{version}
%build %build
@ -45,6 +43,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -53,6 +53,75 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Jul 27 2025 Automatic Build System <autodist@openmamba.org> 1.61-1mamba
- automatic version update by autodist
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 1.60-1mamba
- automatic version update by autodist
* Mon Jan 06 2025 Automatic Build System <autodist@openmamba.org> 1.59-1mamba
- automatic version update by autodist
* Mon Dec 30 2024 Automatic Build System <autodist@openmamba.org> 1.58-1mamba
- automatic version update by autodist
* Mon Dec 16 2024 Automatic Build System <autodist@openmamba.org> 1.57-1mamba
- automatic version update by autodist
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 1.56-1mamba
- automatic version update by autodist
* Tue Jun 18 2024 Automatic Build System <autodist@openmamba.org> 1.55-1mamba
- automatic version update by autodist
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 1.54-1mamba
- automatic version update by autodist
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 1.53-1mamba
- automatic version update by autodist
* Fri Sep 22 2023 Automatic Build System <autodist@mambasoft.it> 1.52-1mamba
- automatic version update by autodist
* Tue Aug 08 2023 Automatic Build System <autodist@mambasoft.it> 1.51-1mamba
- automatic version update by autodist
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 1.50-2mamba
- rebuilt with perl 5.36.0
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 1.50-1mamba
- automatic version update by autodist
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 1.49-1mamba
- automatic version update by autodist
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 1.48-1mamba
- automatic version update by autodist
* 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
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
- automatic update by autodist
* Sat Oct 28 2017 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
- automatic update by autodist
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21-2mamba
- rebuilt with perl 5.24
* Tue Feb 02 2016 Automatic Build System <autodist@mambasoft.it> 1.21-1mamba
- automatic update by autodist
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba * Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
- automatic update by autodist - automatic update by autodist