]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/commitdiff
- add ipv6 patch; rel 1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jan 2006 17:00:01 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_rpaf.spec -> 1.13

apache1-mod_rpaf.spec

index f38750765a4ab73bbc184eea209b8a6fcda6ea75..125dc961195bcb93644c2c38ff49a56c36fd24c4 100644 (file)
@@ -1,7 +1,6 @@
-# TODO
-# - need ipv6 support
 #
-%bcond_with    ipv6            # disable IPv6 support
+# Conditional build:
+%bcond_without ipv6            # disable IPv6 support
 #
 %define                mod_name        rpaf
 %define        apxs            %{_sbindir}/apxs1
@@ -9,17 +8,19 @@ 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.15
+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
-%{!?with_ipv6:BuildConflicts:  apache1(ipv6)-devel}
-%{!?with_ipv6:Conflicts:       apache1(ipv6)}
+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)
@@ -46,6 +47,7 @@ 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
@@ -61,15 +63,11 @@ 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
This page took 0.033498 seconds and 4 git commands to generate.