Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 39caece126f1d4f9fa1993e3e4f4cd47 > files > 2

perl-CGI-Persistent-1.11-1mdv2009.0.src.rpm

%define real_name CGI-Persistent

Summary:	CGI-Persistent module for perl 
Name:		perl-%{real_name}
Version:	1.11
Release: %mkrel 1
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{real_name}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:  perl(CGI)
BuildRequires:  perl-Object-Persistence
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This module provides transparent state persistence for CGI applications.

%prep
%setup -q -n %{real_name}-%{version} 
chmod 0755 html/roach.cgi

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

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc html/*
%{perl_vendorlib}/CGI/Persistent.pm
%{_mandir}/*/*






%changelog
* Sun Jul 06 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.11-1mdv2009.0
+ Revision: 232106
- update to new version 1.11

* Sat Dec 22 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.00-3mdv2008.1
+ Revision: 136916
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Sat Oct 28 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.00-2mdv2007.0
+ Revision: 73393
- import perl-CGI-Persistent-1.00-2mdk

* Fri Apr 28 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.00-2mdk
- Fix SPEC Using perl Policies
	- BuildRequires
	- Source URL
- use mkrel

* Fri Jul 15 2005 Andreas Hasenack <andreas@mandriva.com> 1.00-1mdk
- initial Mandriva package