forked from pool/perl-Text-CSV_XS
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
1620c46531 | |||
d9cb0a58a7 | |||
da5d57b01e | |||
b9a3ad3578 | |||
75f64ba072 | |||
eb7907d3b1 | |||
15d6859a5e | |||
99a5023419 |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
BIN
Text-CSV_XS-1.60.tgz
(Stored with Git LFS)
Normal file
BIN
Text-CSV_XS-1.60.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Text-CSV_XS-1.61.tgz
(Stored with Git LFS)
BIN
Text-CSV_XS-1.61.tgz
(Stored with Git LFS)
Binary file not shown.
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 13:00:44 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 1.610.0 (1.61)
|
||||
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 05:29:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,16 +18,15 @@
|
||||
|
||||
%define cpan_name Text-CSV_XS
|
||||
Name: perl-Text-CSV_XS
|
||||
Version: 1.610.0
|
||||
Version: 1.600.0
|
||||
Release: 0
|
||||
# 1.61 -> normalize -> 1.610.0
|
||||
%define cpan_version 1.61
|
||||
# 1.60 -> normalize -> 1.600.0
|
||||
%define cpan_version 1.60
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Comma-Separated Values manipulation routines
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Text::CSV_XS) = %{version}
|
||||
@@ -44,7 +43,7 @@ The module accepts either strings or files as input and support the use of
|
||||
user-specified characters for delimiters, separators, and escapes.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
# MANUAL BEGIN
|
||||
@@ -64,6 +63,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc ChangeLog CONTRIBUTING.md examples LOVE_LETTER.md README SECURITY.md
|
||||
%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user