|
|
@ -1,15 +1,16 @@
|
|
|
|
Name: perl-String-Format
|
|
|
|
Name: perl-String-Format
|
|
|
|
Version: 1.14
|
|
|
|
Version: 1.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
Summary: Sprintf-like string formatting capabilities with arbitrary format definitions
|
|
|
|
Summary: Sprintf-like string formatting capabilities with arbitrary format definitions
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://search.cpan.org/dist/String-Format/
|
|
|
|
URL: http://search.cpan.org/dist/String-Format/
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -52,5 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.1
|
|
|
|
|
|
|
|
- correct license tag
|
|
|
|
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
|
|
|
|
* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
|
|
|
|
- First build.
|
|
|
|
- First build.
|
|
|
|