Name: perl-CGI-Session Version: 4.20 Release: 2%{?dist} Summary: Persistent session data in CGI applications License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Session/ Source0: http://www.cpan.org/modules/by-module/CGI/CGI-Session-%{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(FreezeThaw), perl(ExtUtils::MakeMaker) %description CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data across HTTP requests. CGI::Session does that and many more. %prep %setup -q -n CGI-Session-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} chmod 644 examples/* %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 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes examples README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Mar 17 2007 Andreas Thienemann 4.20-2 - Fixed perl-devel req * Sat Mar 10 2007 Andreas Thienemann 4.20-1 - Cleaned up for FE - Specfile autogenerated by cpanspec 1.69.1.