Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9253/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-TT.spec Log Message: initial commit --- NEW FILE perl-Catalyst-View-TT.spec --- Name: perl-Catalyst-View-TT Version: 0.26 Release: 1%{?dist} Summary: Template Toolkit View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-TT/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-View-TT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.5 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Path::Class) BuildRequires: perl(Template) BuildRequires: perl(Template::Timer) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # either not auto-pickedup, or to get rpmlint to stop complaining :) Requires: perl(Path::Class) Requires: perl(Catalyst) Requires: perl(warnings) %description This is the Catalyst view base class for the Template Toolkit. %prep %setup -q -n Catalyst-View-TT-%{version} find . -type f -exec chmod -x -c {} + # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(TestApp.*)/d' EOF %define __perl_provides %{_builddir}/Catalyst-View-TT-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(FindBin)/d' EOF %define __perl_requires %{_builddir}/Catalyst-View-TT-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Mar 17 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.26-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Mar 2008 16:12:58 -0000 1.1 +++ .cvsignore 19 Mar 2008 16:33:00 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-TT-0.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Mar 2008 16:12:58 -0000 1.1 +++ sources 19 Mar 2008 16:33:00 -0000 1.2 @@ -0,0 +1 @@ +653f58f818a1b0b3d0ad28b62c13241b Catalyst-View-TT-0.26.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list