]> git.pld-linux.org Git - packages/apache-mod_rpaf.git/blobdiff - apache-mod_rpaf.spec
restore compatibility with v0.6 config directives
[packages/apache-mod_rpaf.git] / apache-mod_rpaf.spec
index 82317d1642c8936039ac888f53fe90b61838bec4..b223087288661e70184ede2147eefda23dab36c5 100644 (file)
@@ -10,6 +10,7 @@ Group:                Networking/Daemons/HTTP
 Source0:       https://github.com/gnif/mod_rpaf/archive/v%{version}/mod_%{mod_name}-%{version}.tar.gz
 # Source0-md5: 8fbd9ee19f8ea4e25ab8414685276105
 Source1:       %{name}.conf
+Patch0:                0.6-compat.patch
 URL:           https://github.com/gnif/mod_rpaf/
 BuildRequires: apache-devel >= 2.2
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -31,6 +32,7 @@ mod_proxy_add_forward jest dla frontendowych.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
 
 %build
 %{apxs} -S CC="--tag=CC %{__cc}" -c -n mod_%{mod_name}.o mod_%{mod_name}.c
This page took 0.105287 seconds and 4 git commands to generate.