commit 20cae9676ed0807520131121df78b34ec39b5673 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Mon Oct 3 16:39:57 2011 +0200 initial import (rhbz#742548) .gitignore | 1 + perl-Catalyst-Plugin-Session-Store-Delegate.spec | 53 ++++++++++++++++++++++ sources | 1 + 3 files changed, 55 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..79d8779 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Catalyst-Plugin-Session-Store-Delegate-0.06.tar.gz diff --git a/perl-Catalyst-Plugin-Session-Store-Delegate.spec b/perl-Catalyst-Plugin-Session-Store-Delegate.spec new file mode 100644 index 0000000..4b6e0b5 --- /dev/null +++ b/perl-Catalyst-Plugin-Session-Store-Delegate.spec @@ -0,0 +1,53 @@ +Name: perl-Catalyst-Plugin-Session-Store-Delegate +Version: 0.06 +Release: 1%{?dist} +Summary: Delegate session storage to an application model object +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Delegate/ +Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-Store-Delegate-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(Catalyst::Plugin::Session) >= 0.27 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Moose) +BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) +BuildRequires: perl(MRO::Compat) +BuildRequires: perl(namespace::clean) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::use::ok) +Requires: perl(Catalyst::Plugin::Session) >= 0.27 +Requires: perl(MooseX::Emulate::Class::Accessor::Fast) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +This store plugins makes delegating session storage to a first class object +model easy. + +%prep +%setup -q -n Catalyst-Plugin-Session-Store-Delegate-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Sep 30 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.06-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..2cfe251 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +daa73e910e3ec47fd7abc31642cc65aa Catalyst-Plugin-Session-Store-Delegate-0.06.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