Accepting request 637159 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/637159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=4
This commit is contained in:
2018-09-22 20:27:21 +00:00
committed by Git OBS Bridge
parent 0024a3dfde
commit cd3008ec6f
4 changed files with 29 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV-Unicode
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,34 +12,34 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Text-CSV-Unicode
Version: 0.115
Version: 0.200
Release: 0
%define cpan_name Text-CSV-Unicode
Summary: with Potentially Wide Character Data
License: Artistic-1.0 or GPL-1.0+
Summary: Comma-Separated Values Manipulation Routines
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-CSV-Unicode/
Source0: http://www.cpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Text::CSV) >= 1
Requires: perl(Text::CSV) >= 1
%{perl_requires}
%description
Text::CSV::Unicode provides facilities for the composition and
decomposition of comma-separated values, based on Text::CSV 0.01.
Text::CSV::Unicode allows for input with wide character data.
An instance of the Text::CSV::Unicode class can combine fields into a CSV
string and parse a CSV string into fields.
decomposition of comma-separated values, based on Text::CSV.
Text::CSV::Unicode allows for input with wide character data but does not
permit control characters (by default).
%prep
%setup -q -n %{cpan_name}-%{version}