Accepting request 503761 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/503761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Print?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-06-20 06:27:36 +00:00
committed by Git OBS Bridge
parent 2279052c7f
commit cb8fc198c9
5 changed files with 54 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Print
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -17,20 +17,23 @@
Name: perl-String-Print
Version: 0.15
Version: 0.90
Release: 0
%define cpan_name String-Print
Summary: printf alternative
Summary: Printf Alternative
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Print/
Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Test::More) >= 0.86
BuildRequires: perl(Unicode::GCString)
Requires: perl(HTML::Entities)
Requires: perl(Test::More) >= 0.86
Requires: perl(Unicode::GCString)
%{perl_requires}
@@ -40,9 +43,9 @@ This module inserts values into (translated) strings. It provides 'printf'
and 'sprintf' alternatives via both an object oriented and a functional
interface.
Read in the the /DETAILS manpage chapter below, why this module provides a
better alternative for 'printf()'. Also, some extended *examples* can be
found there. Take a look at them first, when you start using this module!
Read in the DETAILS chapter below, why this module provides a better
alternative for 'printf()'. Also, some extended *examples* can be found
there. Take a look at them first, when you start using this module!
%prep
%setup -q -n %{cpan_name}-%{version}