8
0

Accepting request 823121 from devel:languages:perl:autoupdate

- updated to 1.31
   see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/request/show/823121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=4
This commit is contained in:
2020-07-28 13:48:16 +00:00
committed by Git OBS Bridge
parent 6d3bf41892
commit 54cdf17c3e
4 changed files with 25 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f49a94f37c146c55211e3f87f3271b74ae4eaee416a519144e923dc0b433fa2d
size 19212

3
String-Util-1.31.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbbc9a7ea40c83294e042bb3b9deb1ef52cc91a0d48327b5442e1c4f80dfd26d
size 23401

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 28 09:53:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.31
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
Sat Oct 8 16:47:51 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Util
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,51 +12,49 @@
# 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-String-Util
Version: 1.26
Version: 1.31
Release: 0
%define cpan_name String-Util
Summary: String processing utilities
License: Artistic-1.0 or GPL-1.0+
Summary: String processing utility functions
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Util/
Source0: http://www.cpan.org/authors/id/M/MI/MIKO/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BA/BAKERSCOT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Number::Misc) >= 1.2
BuildRequires: perl(Test::Toolbox) >= 0.2
Requires: perl(Number::Misc) >= 1.2
Requires: perl(Test::Toolbox) >= 0.2
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
%description
String::Util provides a collection of small, handy utilities for processing
strings.
String::Util provides a collection of small, handy functions for processing
strings in various ways.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes docs README
%license LICENSE
%changelog