]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/commitdiff
This commit was manufactured by cvs2git to create tag 'AC-STABLE'. AC-STABLE
authorcvs2git <feedback@pld-linux.org>
Thu, 22 Mar 2007 00:15:13 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2006-01-05 17:00:33 UTC Elan Ruusamäe <glen@pld-linux.org> '- ipv6 patch, based on mod_perl-v6.patch'
Cherrypick from unlabeled-1.17.2 2007-03-22 00:15:13 UTC Elan Ruusamäe <glen@pld-linux.org> '- if ipv6 enabled, require ipv6 enabled apache. issue 10241':
    apache1-mod_rpaf.spec -> 1.17.2.1

apache1-mod_rpaf.spec

index 125dc961195bcb93644c2c38ff49a56c36fd24c4..7412a57a850d3aeb537d5912fe2e02751256ef2b 100644 (file)
@@ -8,7 +8,7 @@ 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:       1
+Release:       6
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
@@ -19,7 +19,10 @@ URL:         http://stderr.net/apache/rpaf/
 %{?with_ipv6:BuildRequires:    apache1(ipv6)-devel}
 BuildRequires: apache1-devel >= 1.3.33-2
 BuildRequires: rpmbuild(macros) >= 1.268
-Requires:      apache1 >= 1.3.33-2
+%{!?with_ipv6:BuildConflicts:  apache1(ipv6)-devel}
+Requires:      apache1(EAPI)
+%{?with_ipv6:Requires: apache1(ipv6)}
+Provides:      apache(mod_rpaf)
 %{!?with_ipv6:Conflicts:       apache1(ipv6)}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.091047 seconds and 4 git commands to generate.