8
0

Accepting request 177587 from home:coolo:update-perl

- updated to 1.17
  * changed license

OBS-URL: https://build.opensuse.org/request/show/177587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Format?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2013-06-04 18:33:48 +00:00
committed by Git OBS Bridge
parent 2240e7d95d
commit 5d42c83a12
4 changed files with 21 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Format
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,36 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-String-Format
Version: 1.17
Release: 0
%define cpan_name String-Format
Summary: Sprintf-like string formatting capabilities with arbitrary format definitions
Version: 1.16
Release: 2
License: GPLv2
Summary: sprintf-like string formatting capabilities with
License: GPL-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Format/
#Source: http://www.cpan.org/modules/by-module/String/String-Format-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/D/DA/DARREN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
#BuildRequires: perl(String::Format)
%{perl_requires}
%description
String::Format lets you define arbitrary printf-like format sequences to be
expanded. This module would be most useful in configuration files and
reporting tools, where the results of a query need to be formatted in a
particular way. It was inspired by mutt's index_format and related
directives
(see <URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).
Authors:
Darren Chamberlain <darren@cpan.org>
directives (see
<URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -58,18 +52,11 @@ Authors:
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%defattr(-,root,root,755)
%doc Changes COPYING README
%changelog