From 2d8c0cef22701a2786c868876155112d4f38a5e8 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 21 2012 15:24:44 +0000 Subject: import perl-String-Format-1.16-10.el7.src.rpm --- diff --git a/.perl-String-Format.metadata b/.perl-String-Format.metadata new file mode 100644 index 0000000..cdaa175 --- /dev/null +++ b/.perl-String-Format.metadata @@ -0,0 +1 @@ +7919d902c3bd69323fd4a6b2a459b7431d18510e SOURCES/String-Format-1.16.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-String-Format.spec b/SPECS/perl-String-Format.spec new file mode 100644 index 0000000..4fb7532 --- /dev/null +++ b/SPECS/perl-String-Format.spec @@ -0,0 +1,106 @@ +Name: perl-String-Format +Version: 1.16 +Release: 10%{?dist} +Summary: Sprintf-like string formatting capabilities with arbitrary format definitions + +Group: Development/Libraries +License: GPLv2 +URL: http://search.cpan.org/dist/String-Format/ +Source0: http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(base) +BuildRequires: perl(Exporter) +# Tests: +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%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. + + +%prep +%setup -q -n String-Format-%{version} + + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check +make test + + +%files +%doc Changes COPYING +%{perl_vendorlib}/String/ +%{_mandir}/man3/*.3pm* + + +%changelog +* Wed Nov 21 2012 Petr Pisar - 1.16-10 +- Specify all dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 1.16-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 1.16-8 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.16-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Jun 15 2011 Marcela Mašláňová - 1.16-6 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.16-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 22 2010 Marcela Maslanova - 1.16-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu May 06 2010 Marcela Maslanova - 1.16-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.16-2 +- rebuild against perl 5.10.1 + +* Wed Oct 7 2009 Stepan Kasal - 1.16-1 +- new upstream release + +* Sun Jul 26 2009 Fedora Release Engineering - 1.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 27 2009 Ralf Corsépius - 1.15-1 +- Upstream update. + +* Thu Feb 26 2009 Fedora Release Engineering - 1.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 +- Rebuild for perl 5.10 (again) + +* Sun Jan 13 2008 Tom "spot" Callaway - 1.14-2 +- rebuild for new perl + +* Tue Oct 16 2007 Tom "spot" Callaway - 1.14-1.2 +- add BR: perl(Test::More) + +* Tue Oct 16 2007 Tom "spot" Callaway - 1.14-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + +* Sat Sep 16 2006 Jose Pedro Oliveira - 1.14-1 +- First build.