Blame SPECS/perl-CGI-Session.spec

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