Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 625c800aa747bd2736012c40166290bf > files > 2

perl-CGI-SpeedyCGI-2.22-alt2.src.rpm

%define module CGI-SpeedyCGI

Name: perl-%module
Version: 2.22
Release: alt2

Summary: perl-%module module
License: GPL
Group: Development/Perl
URL:http://search.cpan.org/dist/CGI-SpeedyCGI
Packager: Igor Vlasenko <viy@altlinux.ru>

Source: http://www.cpan.org/authors/H/HO/HORROCKS/%module-%version.tar.gz

# Automatically added by buildreq on Wed Nov 06 2002
BuildRequires: perl-devel

%description
SpeedyCGI is a way to run perl scripts persistently, which usually makes
them run much more quickly because it avoids the overhead of starting
up a new perl interpreter and compiling the perl code.  It is most
often used for CGI scripts but it can be used to speed up most perl
programs.

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

%build
# Hackaround for SMP build
NPROCS=1
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc COPYING Changes README* docs
%_bindir/*
%perl_vendor_privlib/CGI/*

%changelog
* Thu Sep 01 2005 Igor Vlasenko <viy@altlinux.ru> 2.22-alt2
- spec cleanup

* Thu Dec 09 2004 Igor Vlasenko <viy@altlinux.ru> 2.22-alt1
- new version 2.22

* Fri Apr 11 2003 Sir Raorn <raorn@altlinux.ru> 2.21-alt1
- Built for Sisyphus