]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/commitdiff
- rel 9; apache2 module builds now; add bindir/speedycgi->speedy symlink. auto/th/perl-CGI-SpeedyCGI-2_22-9
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Jun 2006 10:58:18 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-CGI-SpeedyCGI.spec -> 1.56

perl-CGI-SpeedyCGI.spec

index 49ae4631a01de92a7a28194a7f97bf876530a95f..5fa7284caa40f065e4c9502a4217f39366d27627 100644 (file)
@@ -1,7 +1,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
@@ -12,7 +12,7 @@ Summary:      Speed up perl CGI scripts by running them persistently
 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/
@@ -21,6 +21,7 @@ Source0:      http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version
 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
@@ -87,6 +88,7 @@ Modu
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} Makefile.PL </dev/null \
@@ -126,6 +128,8 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_speedycgi.con
 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
 
This page took 0.069855 seconds and 4 git commands to generate.