%perl_module FCGI 0.67 2 Summary: Fast CGI module. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~skimo/%{pkgname}-%{version} Source0: http://search.cpan.org/CPAN/authors/id/S/SK/SKIMO/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %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. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc configure.readme %{perl_vendorarch}/FCGI.pm %{perl_vendorarch}/auto/FCGI/FCGI.so %{perl_man3dir}/FCGI.3pm* %changelog * Mon Jun 6 2005 Axel Thimm - Initial build.