Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > b4167840c9ca38996ac84d0a39ae7167 > files > 2

perl-FCGI-0.67-8mdv2009.0.src.rpm

%define modname	FCGI
%define name	perl-%{modname}
%define version	0.67
%define release %mkrel 8

Summary:	A Fast CGI module for Perl
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Development/Perl
Source0:	%{modname}-%{version}.tar.bz2
URL:		http://cpan.valueclick.com/authors/id/SKIMO/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	perl
BuildRequires:	perl-devel

%description
This is a Fast CGI module for perl. It's based on the FCGI module that
comes with Open Market's FastCGI Developer's Kit, but does not require
you to recompile perl.

See <http://www.fastcgi.com/> for more information about fastcgi.
Lincoln D. Stein's perl CGI module also contains some information
about fastcgi programming.

%prep
%setup -q -n %{modname}-%{version}
chmod 0644 LICENSE.TERMS

%build
# Choose not to build a pure Perl implementation
# (default answer [n] -> return)
%{__perl} Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README LICENSE.TERMS ChangeLog
%{_mandir}/*/*
%{perl_vendorarch}/FCGI*
%{perl_vendorarch}/auto/FCGI




%changelog
* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.67-8mdv2009.0
+ Revision: 223717
- rebuild

* Mon Jan 14 2008 Pixel <pixel@mandriva.com> 0.67-7mdv2008.1
+ Revision: 151425
- rebuild for perl-5.10.0

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

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


* Sun Jan 14 2007 Olivier Thauvin <nanardon@mandriva.org> 0.67-6mdv2007.0
+ Revision: 108537
- rebuild

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - Import perl-FCGI

* Sun Jan 01 2006 Mandriva Linux Team <http://www.mandrivaexpert.com/> 0.67-5mdk
- Rebuild

* Mon Nov 15 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.67-4mdk 
- rebuild for new perl