Name: perl-Petal-Utils Version: 0.06 Release: 1%{?dist} Summary: Useful template modifiers for Petal License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Petal-Utils/ Source0: http://www.cpan.org/modules/by-module/Petal/Petal-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Date::Format) >= 0.01 BuildRequires: perl(Module::Build) BuildRequires: perl(Petal) >= 1.06 BuildRequires: perl(URI::Escape) >= 3.0 Requires: perl(Date::Format) >= 0.01 Requires: perl(Petal) >= 1.06 Requires: perl(URI::Escape) >= 3.0 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Petal::Utils package contains commonly used Petal modifiers (or plugins), and bundles them with an easy-to-use installation interface. By default, a set of modifiers are installed into Petal when you use this module. You can change which modifiers are installed by naming them after the use statement: %prep %setup -q -n Petal-Utils-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 30 2008 Dave Cross 0.06-1 - Specfile autogenerated by cpanspec 1.74.