epel9
Tom Callaway 17 years ago
parent ace85071a2
commit 52e4ca2df1

@ -1,6 +1,6 @@
Name: perl-String-Format Name: perl-String-Format
Version: 1.14 Version: 1.14
Release: 1%{?dist}.1 Release: 1%{?dist}.2
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
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.2
- add BR: perl(Test::More)
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.1 * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.1
- correct license tag - correct license tag
- add BR: perl(ExtUtils::MakeMaker) - add BR: perl(ExtUtils::MakeMaker)

Loading…
Cancel
Save