forked from pool/perl-String-Format
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:
committed by
Git OBS Bridge
parent
2240e7d95d
commit
5d42c83a12
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edb27dd055ad71012a439f262f9394517adb585a5c27ba72c1819bae2c23729a
|
|
||||||
size 12936
|
|
3
String-Format-1.17.tar.gz
Normal file
3
String-Format-1.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5306e5908c120e9b6085fb60c0f352fdf601931398baee94cb898ca5d956ae6b
|
||||||
|
size 12841
|
@@ -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
|
Fri Nov 18 11:10:19 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-String-Format
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,36 +15,30 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-String-Format
|
Name: perl-String-Format
|
||||||
|
Version: 1.17
|
||||||
|
Release: 0
|
||||||
%define cpan_name String-Format
|
%define cpan_name String-Format
|
||||||
Summary: Sprintf-like string formatting capabilities with arbitrary format definitions
|
Summary: sprintf-like string formatting capabilities with
|
||||||
Version: 1.16
|
License: GPL-2.0
|
||||||
Release: 2
|
|
||||||
License: GPLv2
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/String-Format/
|
Url: http://search.cpan.org/dist/String-Format/
|
||||||
#Source: http://www.cpan.org/modules/by-module/String/String-Format-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DA/DARREN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More)
|
#BuildRequires: perl(String::Format)
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
String::Format lets you define arbitrary printf-like format sequences to be
|
String::Format lets you define arbitrary printf-like format sequences to be
|
||||||
expanded. This module would be most useful in configuration files and
|
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
|
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
|
particular way. It was inspired by mutt's index_format and related
|
||||||
directives
|
directives (see
|
||||||
(see <URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).
|
<URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).
|
||||||
|
|
||||||
Authors:
|
|
||||||
Darren Chamberlain <darren@cpan.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -58,18 +52,11 @@ Authors:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# do not perl_process_packlist (noarch)
|
%perl_process_packlist
|
||||||
# remove .packlist file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
|
||||||
# remove perllocal.pod file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes COPYING README
|
%doc Changes COPYING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user