automatic version update by autodist [release 1.49-1mamba;Sun Jan 15 2023]

This commit is contained in:
Automatic Build System 2024-01-06 09:47:38 +01:00
parent 45e545e188
commit 684b3a9f1f
2 changed files with 7 additions and 5 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,13 +1,13 @@
%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.48 Version: 1.49
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: https://www.cpan.org URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Text/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
@ -19,11 +19,9 @@ BuildRequires: perl-devel
%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
@ -44,6 +42,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
@ -52,6 +52,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* 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 * Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 1.48-1mamba
- automatic version update by autodist - automatic version update by autodist