Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 271e7e61923ace272bb57fc42c8d95f3 > files > 2

perl-CGI-Session-3.95-4mdk.src.rpm

%define module  CGI-Session
%define version 3.95
%define release 4mdk

Summary: 	%{module} module for perl
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License: 	GPL or Artistic
Group: 		Development/Perl
Source: 	http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/%{module}-%{version}.tar.bz2
Url:            http://www.cpan.org
BuildRequires:	perl-devel >= 5.8.0
BuildArch: 	noarch
BuildRoot: 	%{_tmppath}/%{name}-buildroot

%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
accross HTTP requests. CGI::Session does that and many more 

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%{__rm} -rf $RPM_BUILD_ROOT
%makeinstall_std
%{__rm} -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod

%clean 
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Changes README rfc2965.txt
%{perl_vendorlib}/CGI
%{perl_vendorlib}/auto/CGI
%{_mandir}/*/*

%changelog
* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 3.95-4mdk
- fix buildrequires in a backward compatible way

* Wed Jul 21 2004 Guillaume Rousse <guillomovitch@mandrake.org> 3.95-3mdk 
- rpmbuildupdate aware

* Wed Feb 25 2004 Guillaume Rousse <guillomovitch@mandrake.org> 3.95-2mdk
- fixed dir ownership (distlint)

* Wed Aug 27 2003 François Pons <fpons@mandrakesoft.com> 3.95-1mdk
- 3.95.

* Sat Aug 02 2003 Ben Reser <ben@reser.org> 3.93-5mdk
- Use %%makeinstall_std now that it works on klama

* Sat Aug 02 2003 Ben Reser <ben@reser.org> 3.93-4mdk
- Use %%makeinstall

* Fri Aug  1 2003 Ben Reser <ben@reser.org> 3.93-3mdk
- fix man path
- macroification
- rm buildroot in %%install not %%prep
- unpackaged perllocal.pod

* Wed May 28 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 3.93-2mdk
- rebuild for new auto{prov,req}

* Fri Apr 25 2003 François Pons <fpons@mandrakesoft.com> 3.93-1mdk
- 3.93.

* Sat Jan 04 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 3.9-2mdk
- rebuild

* Sat Dec 07 2002 Guillaume Rousse <g.rousse@linux-mandrake.com> 3.9-1mdk
- first mdk release