Blame SPECS/perl-CGI-Session.spec

a01c53
Name:           perl-CGI-Session
a01c53
Version:        4.35
a01c53
Release:        16%{?dist}
a01c53
Summary:        Persistent session data in CGI applications
a01c53
License:        GPL+ or Artistic
a01c53
Group:          Development/Libraries
a01c53
URL:            http://search.cpan.org/dist/CGI-Session/
a01c53
Source0:        http://www.cpan.org/modules/by-module/CGI/CGI-Session-%{version}.tar.gz
a01c53
# Fix deprecated use of qw//, RHBZ #754689, CPAN RT #69048
a01c53
Patch0:         CGI-Session-4.35-qw.patch
a01c53
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a01c53
BuildArch:      noarch
a01c53
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
a01c53
Requires:       perl(CGI)
a01c53
a01c53
BuildRequires:  perl
a01c53
BuildRequires:  perl(ExtUtils::MakeMaker)
a01c53
BuildRequires:  perl(File::Spec)
a01c53
BuildRequires:  perl(lib)
a01c53
BuildRequires:  perl(strict)
a01c53
BuildRequires:  perl(Text::Wrap)
a01c53
# Run-time:
a01c53
BuildRequires:  perl(base)
a01c53
BuildRequires:  perl(Carp)
a01c53
BuildRequires:  perl(CGI)
a01c53
BuildRequires:  perl(Class::Struct)
a01c53
BuildRequires:  perl(Data::Dumper)
a01c53
BuildRequires:  perl(Digest::MD5)
a01c53
BuildRequires:  perl(DBD::Pg)
a01c53
BuildRequires:  perl(DB_File)
a01c53
BuildRequires:  perl(DBI)
a01c53
BuildRequires:  perl(Fcntl)
a01c53
BuildRequires:  perl(File::Basename)
a01c53
BuildRequires:  perl(File::Path)
a01c53
BuildRequires:  perl(FreezeThaw)
a01c53
BuildRequires:  perl(overload)
a01c53
BuildRequires:  perl(Safe)
a01c53
BuildRequires:  perl(Scalar::Util)
a01c53
BuildRequires:  perl(Storable)
a01c53
BuildRequires:  perl(Test::More)
a01c53
BuildRequires:  perl(Text::Abbrev)
a01c53
BuildRequires:  perl(vars)
a01c53
# Tests:
a01c53
BuildRequires:  perl(diagnostics)
a01c53
BuildRequires:  perl(Env)
a01c53
a01c53
%description
a01c53
CGI-Session is a Perl5 library that provides an easy, reliable and modular
a01c53
session management system across HTTP requests. Persistency is a key
a01c53
feature for such applications as shopping carts, login/authentication
a01c53
routines, and application that need to carry data across HTTP requests.
a01c53
CGI::Session does that and many more.
a01c53
a01c53
%prep
a01c53
%setup -q -n CGI-Session-%{version}
a01c53
%patch0 -p1
a01c53
a01c53
%build
a01c53
%{__perl} Makefile.PL INSTALLDIRS=vendor
a01c53
make %{?_smp_mflags}
a01c53
chmod 644 examples/*
a01c53
a01c53
%install
a01c53
rm -rf %{buildroot}
a01c53
a01c53
make pure_install PERL_INSTALL_ROOT=%{buildroot}
a01c53
a01c53
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
a01c53
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
a01c53
a01c53
%{_fixperms} %{buildroot}/*
a01c53
a01c53
%check
a01c53
make test
a01c53
a01c53
%clean
a01c53
rm -rf %{buildroot}
a01c53
a01c53
%files
a01c53
%defattr(-,root,root,-)
a01c53
%doc Changes examples README
a01c53
%{perl_vendorlib}/*
a01c53
%{_mandir}/man3/*
a01c53
a01c53
%changelog
a01c53
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.35-16
a01c53
- Mass rebuild 2013-12-27
a01c53
a01c53
* Mon Sep  9 2013 Petr Pisar <ppisar@redhat.com> - 4.35-15
a01c53
- Specify all dependencies
a01c53
a01c53
* Tue Aug 21 2012 Petr Pisar <ppisar@redhat.com> - 4.35-14
a01c53
- Fix deprecated use of qw// (bug #754689)
a01c53
a01c53
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-13
a01c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a01c53
a01c53
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 4.35-12
a01c53
- Perl 5.16 rebuild
a01c53
- Specify all dependencies
a01c53
a01c53
* Tue Jan 17 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 4.35-11
a01c53
- Add BR: perl(Digest::MD5) (Fix mass rebuild FTBS).
a01c53
a01c53
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-10
a01c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a01c53
a01c53
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4.35-9
a01c53
- Perl mass rebuild
a01c53
a01c53
* Sun May 29 2011 Iain Arnell <iarnell@gmail.com> 4.35-8
a01c53
- explicitly require perl(CGI)
a01c53
a01c53
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-7
a01c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a01c53
a01c53
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 4.35-6
a01c53
- 661697 rebuild for fixing problems with vendorach/lib
a01c53
- add BR CGI
a01c53
a01c53
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 4.35-5
a01c53
- Mass rebuild with perl-5.12.0
a01c53
a01c53
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 4.35-4
a01c53
- rebuild against perl 5.10.1
a01c53
a01c53
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-3
a01c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a01c53
a01c53
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-2
a01c53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a01c53
a01c53
* Fri Aug  1 2008 Andreas Thienemann <athienem@redhat.com> 4.35-1
a01c53
- update to current 4.35, 4.31 release was broken.
a01c53
a01c53
* Fri Aug  1 2008 Andreas Thienemann <athienem@redhat.com> 4.31-1
a01c53
- update to 4.31
a01c53
a01c53
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.20-4
a01c53
- rebuild for new perl
a01c53
a01c53
* Sun Jan 27 2008 Andreas Thienemann <andreas@bawue.net> 4.20-3
a01c53
- Added Test::More to the BuildReqs
a01c53
a01c53
* Sat Mar 17 2007 Andreas Thienemann <andreas@bawue.net> 4.20-2
a01c53
- Fixed perl-devel req
a01c53
a01c53
* Sat Mar 10 2007 Andreas Thienemann <andreas@bawue.net> 4.20-1
a01c53
- Cleaned up for FE
a01c53
- Specfile autogenerated by cpanspec 1.69.1.