SPECS: perl-CGI-SpeedyCGI.spec - rel 9; apache2 module builds now; ...
arekm
arekm at pld-linux.org
Tue Jun 6 12:58:23 CEST 2006
Author: arekm Date: Tue Jun 6 10:58:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 9; apache2 module builds now; add bindir/speedycgi->speedy symlink.
---- Files affected:
SPECS:
perl-CGI-SpeedyCGI.spec (1.55 -> 1.56)
---- Diffs:
================================================================
Index: SPECS/perl-CGI-SpeedyCGI.spec
diff -u SPECS/perl-CGI-SpeedyCGI.spec:1.55 SPECS/perl-CGI-SpeedyCGI.spec:1.56
--- SPECS/perl-CGI-SpeedyCGI.spec:1.55 Thu Dec 22 02:33:22 2005
+++ SPECS/perl-CGI-SpeedyCGI.spec Tue Jun 6 12:58:18 2006
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without tests # do not perform "make test"
%bcond_without apache1 # skip building of apache1 module
-%bcond_with apache2 # build apache2 module (missing APR_BRIGADE_FOREACH macro)
+%bcond_without apache2 # build apache2 module (missing APR_BRIGADE_FOREACH macro)
#
%define apxs /usr/sbin/apxs
%define apxs1 /usr/sbin/apxs1
@@ -13,7 +13,7 @@
Summary(pl): Moduł przyspieszający perlowe skrypty CGI
Name: perl-CGI-SpeedyCGI
Version: 2.22
-Release: 8
+Release: 9
License: GPL v2+
Group: Networking/Daemons
URL: http://daemoninc.com/SpeedyCGI/
@@ -22,6 +22,7 @@
Source1: apache-mod_speedycgi.conf
Patch0: %{name}-DESTDIR.patch
Patch1: %{name}-APXS.patch
+Patch2: %{name}-apr.patch
%{?with_apache2:BuildRequires: apache-devel}
%{?with_apache1:BuildRequires: apache1-devel}
BuildRequires: perl-devel >= 1:5.8.0
@@ -88,6 +89,7 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__perl} Makefile.PL </dev/null \
@@ -127,6 +129,8 @@
install mod_speedycgi2/mod_speedycgi.so $RPM_BUILD_ROOT%{_pkglibdir}
%endif
+ln -s speedy $RPM_BUILD_ROOT%{_bindir}/speedycgi
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -182,6 +186,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.56 2006/06/06 10:58:18 arekm
+- rel 9; apache2 module builds now; add bindir/speedycgi->speedy symlink.
+
Revision 1.55 2005/12/22 01:33:22 glen
- added LoadModule to apache config; rel 8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-CGI-SpeedyCGI.spec?r1=1.55&r2=1.56&f=u
More information about the pld-cvs-commit
mailing list