Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-MessageStack/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5971/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-MessageStack.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-MessageStack-0_34-1_fc12:F-11:perl-CGI-Application-Plugin-MessageStack-0.34-1.fc12.src.rpm:1265580044 --- NEW FILE perl-CGI-Application-Plugin-MessageStack.spec --- Name: perl-CGI-Application-Plugin-MessageStack Version: 0.34 Release: 1%{?dist} Summary: Message stack for your CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-MessageStack/ Source0: http://www.cpan.org/authors/id/P/PU/PURDY/CGI-Application-Plugin-MessageStack-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(CGI::Application::Plugin::Session) BuildRequires: perl(CGI::Application::Plugin::TT) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This plugin gives you a few support methods that you can call within your cgiapp to pass along messages between requests for a given user. It's recommended that you use this in conjunction with CGI::Application::Plugin::Session. You can opt to not have the messages persist and thereby, not use CAP-Session by using an option in the capms_config method. %prep %setup -q -n CGI-Application-Plugin-MessageStack-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 16 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.34-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-MessageStack/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 7 Feb 2010 21:27:59 -0000 1.1 +++ .cvsignore 7 Feb 2010 22:03:43 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-MessageStack-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-MessageStack/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 7 Feb 2010 21:27:59 -0000 1.1 +++ sources 7 Feb 2010 22:03:43 -0000 1.2 @@ -0,0 +1 @@ +95f844365b3e8eb1082a8683a356fa97 CGI-Application-Plugin-MessageStack-0.34.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel