Name: perl-PHP-Session Version: 0.27 Release: 2%{?_dist_release} Summary: read / write PHP session files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PHP-Session/ Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/PHP-Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(UNIVERSAL::require) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Test::More) >= 0.32 Requires: perl(UNIVERSAL::require) >= 0.03 %description PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4. If you like Apache::Session interface for session management, there is a glue for Apache::Session of this module, Apache::Session::PHP. %prep %setup -q -n PHP-Session-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" PREFIX='/usr' make %{?_smp_mflags} %install rm -rf %{buildroot} 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 %clean rm -rf %{buildroot} %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Nov 25 2014 Ryoichi INAGAKI - 0.27-2 - rebuilt with perl 5.16.3 * Tue Mar 13 2012 MATSUBAYASHI Kohji - 0.27-1 - initial build for Vine Linux