]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/blobdiff - apache1-mod_rpaf.spec
- ipv6 patch, based on mod_perl-v6.patch
[packages/apache1-mod_rpaf.git] / apache1-mod_rpaf.spec
index d797f0c2eda868d1d70789eec2e2edc37c8225d4..125dc961195bcb93644c2c38ff49a56c36fd24c4 100644 (file)
@@ -1,21 +1,26 @@
-# TODO
-# - compile fails when apache1 is compiled with ipv6
+#
+# Conditional build:
+%bcond_without ipv6            # disable IPv6 support
+#
 %define                mod_name        rpaf
 %define        apxs            %{_sbindir}/apxs1
-Summary:       Apache module: record traffic statistics into a database
-Summary(pl):   Modu³ Apache'a: zapisywanie statystyk ruchu do bazy danych
+Summary:       Reverse proxy add forward module for Apache
+Summary(pl):   Modu³ Apache'a dodaj±cy przekazywanie dla odwrotnych proxy
 Name:          apache1-mod_%{mod_name}
 Version:       0.5
-Release:       0.13
+Release:       1
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
 # Source0-md5: 471fb059d6223a394f319b7c8ab45c4d
 Source1:       %{name}.conf
+Patch0:                %{name}-ipv6.patch
 URL:           http://stderr.net/apache/rpaf/
+%{?with_ipv6:BuildRequires:    apache1(ipv6)-devel}
 BuildRequires: apache1-devel >= 1.3.33-2
-BuildConflicts:        apache(ipv6)-devel
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      apache1 >= 1.3.33-2
+%{!?with_ipv6:Conflicts:       apache1(ipv6)}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -24,6 +29,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 rpaf is for backend Apache servers what mod_proxy_add_forward is for
 frontend Apache servers. It does excactly the opposite of
+mod_proxy_add_forward written by Ask Bjoern Hansen. It will also work
+with mod_proxy in Apache starting with release 1.3.25.
+
+%description -l en
+rpaf is for backend Apache servers what mod_proxy_add_forward is for
+frontend Apache servers. It does excactly the opposite of
 mod_proxy_add_forward written by Ask Bjørn Hansen. It will also work
 with mod_proxy in Apache starting with release 1.3.25.
 
@@ -31,11 +42,12 @@ with mod_proxy in Apache starting with release 1.3.25.
 rpaf jest dla backendowych serwerów Apache tym, czym
 mod_proxy_add_forward jest dla frontendowych. Wykonuje dok³adnie
 przeciwne operacje do mod_proxy_add_forward napisanego przez Aska
-Bjorna Hansena. Bêdzie tak¿e dzia³aæ z mod_proxy w Apache'u pocz±wszy
+Bjoerna Hansena. Bêdzie tak¿e dzia³aæ z mod_proxy w Apache'u pocz±wszy
 od wersji 1.3.25.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%{?with_ipv6:%patch0 -p1}
 
 %build
 %{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so
@@ -51,19 +63,15 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/99_mod_%{mod_name}.conf
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ -f /var/lock/subsys/apache ]; then
-       /etc/rc.d/init.d/apache restart 1>&2
-fi
+%service -q apache restart
 
 %postun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache restart 1>&2
-       fi
+       %service -q apache restart
 fi
 
 %files
 %defattr(644,root,root,755)
 %doc README CHANGES test.pl
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.362729 seconds and 4 git commands to generate.