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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edb27dd055ad71012a439f262f9394517adb585a5c27ba72c1819bae2c23729a
size 12936

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 4 18:28:26 UTC 2013 - coolo@suse.com
- updated to 1.17
* changed license
-------------------------------------------------------------------
Fri Nov 18 11:10:19 UTC 2011 - coolo@suse.com

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