Name: perl-String-Errf Version: 0.006 Release: 1%{?dist} Summary: Simple sprintf-like dialect License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/String-Errf/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(autodie) BuildRequires: perl(Carp) BuildRequires: perl(Date::Format) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(Params::Util) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(String::Formatter) >= 0.102081 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Time::Piece) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description String::Errf provides errf, a simple string formatter that works something like sprintf. It is implemented using String::Formatter and Sub::Exporter. Their documentation may be useful in understanding or extending String::Errf. %prep %setup -q -n String-Errf-%{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 {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 17 2011 Iain Arnell 0.006-1 - Specfile autogenerated by cpanspec 1.79.