Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Structured-Tools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16932/devel Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Structured-Tools.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Structured-Tools-0_007-1_fc12:HEAD:perl-CGI-Application-Structured-Tools-0.007-1.fc12.src.rpm:1260826636 --- NEW FILE perl-CGI-Application-Structured-Tools.spec --- Name: perl-CGI-Application-Structured-Tools Version: 0.007 Release: 1%{?dist} Summary: Tools to generate and maintain CGI::Application::Structured based web apps License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Structured-Tools/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Structured-Tools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application::Structured) BuildRequires: perl(DBIx::Class::Schema::Loader) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(HTML::Template) BuildRequires: perl(Module::Signature) BuildRequires: perl(Module::Starter) BuildRequires: perl(Module::Starter::Plugin::Template) BuildRequires: perl(Module::Starter::Simple) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::WWW::Mechanize::CGIApp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A simple, medium-weight, MVC, DB web micro-framework built on CGI::Application. The framework combines tested, well known plugins, templates and helper scripts to provide a rapid development environment. %prep %setup -q -n CGI-Application-Structured-Tools-%{version} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(<tmpl_var)/d' EOF %global __perl_requires %{_builddir}/CGI-Application-Structured-Tools-%{version}/%{name}-req chmod +x %{__perl_requires} cd lib/CGI/Application/Structured/Tools/templates for i in create_dbic_schema.pl create_controller.pl \ boilerplate.t perl-critic.t pod.t pod-coverage.t \ test-app.t 00-signature.t 01-load.t; do chmod 755 $i; sed -i 's#!perl#!\/usr\/bin\/perl#' $i; done %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$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 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README Todo %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %{_bindir}/cas-starter.pl %changelog * Thu Oct 15 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.007-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Structured-Tools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 14 Dec 2009 17:38:33 -0000 1.1 +++ .cvsignore 14 Dec 2009 21:38:08 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Structured-Tools-0.007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Structured-Tools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 14 Dec 2009 17:38:33 -0000 1.1 +++ sources 14 Dec 2009 21:38:09 -0000 1.2 @@ -0,0 +1 @@ +d290b1e7a5c3a0418a162f41ce9f1895 CGI-Application-Structured-Tools-0.007.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