SPECS: perl-FCGI-Spawn.spec (NEW) - new
glen
glen at pld-linux.org
Mon Oct 20 18:30:01 CEST 2008
Author: glen Date: Mon Oct 20 16:30:01 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-FCGI-Spawn.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-FCGI-Spawn.spec
diff -u /dev/null SPECS/perl-FCGI-Spawn.spec:1.1
--- /dev/null Mon Oct 20 18:30:01 2008
+++ SPECS/perl-FCGI-Spawn.spec Mon Oct 20 18:29:55 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir FCGI
+%define pnam Spawn
+Summary: FCGI::Spawn - process manager/application server for FastCGI protocol
+Name: perl-FCGI-Spawn
+Version: 0.13
+Release: 1
+License: LGPL v2.1
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/FCGI/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: c82848db7cdbda9fe707dc966afcbdea
+URL: http://search.cpan.org/dist/FCGI-Spawn/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FCGI::Spawn is used to serve as a FastCGI process manager. Besides the
+features the FCGI::ProcManager posess itself, the FCGI::Spawn is
+targeted as web server admin understandable instance for building the
+own fastcgi server with copy-on-write memory sharing among forks and
+with single input parameters like processes number and maximum
+requests per fork.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/FCGI/*.pm
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/10/20 16:29:55 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list