summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2005-11-25 11:29:13 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitfc6d7217828ddd2a508791061e620eac1e290996 (patch)
treed7474a3d98502dc29fca3e09a1206e1015a96c12
parent28cfe932bc6d0a992cf870264410ed4c18af11e9 (diff)
downloadapache1-mod_rpaf-fc6d7217828ddd2a508791061e620eac1e290996.zip
apache1-mod_rpaf-fc6d7217828ddd2a508791061e620eac1e290996.tar.gz
- if compiled without ipv6, then conflict with apache compiled with ipv6
Changed files: apache1-mod_rpaf.spec -> 1.12
-rw-r--r--apache1-mod_rpaf.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/apache1-mod_rpaf.spec b/apache1-mod_rpaf.spec
index 85d568f..f387507 100644
--- a/apache1-mod_rpaf.spec
+++ b/apache1-mod_rpaf.spec
@@ -1,15 +1,15 @@
# TODO
-# - compile fails when apache1 is compiled with ipv6
-
+# - need ipv6 support
+#
%bcond_with ipv6 # disable IPv6 support
-
+#
%define mod_name rpaf
%define apxs %{_sbindir}/apxs1
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.14
+Release: 0.15
License: Apache
Group: Networking/Daemons
Source0: http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
@@ -18,6 +18,7 @@ Source1: %{name}.conf
URL: http://stderr.net/apache/rpaf/
BuildRequires: apache1-devel >= 1.3.33-2
%{!?with_ipv6:BuildConflicts: apache1(ipv6)-devel}
+%{!?with_ipv6:Conflicts: apache1(ipv6)}
Requires: apache1 >= 1.3.33-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)