]> git.pld-linux.org Git - packages/apache1-mod_rpaf.git/commitdiff
- update to 0.6 AC-branch auto/ac/apache1-mod_rpaf-0_6-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Jan 2008 11:25:01 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged ipv6 patch to degtine patch

Changed files:
    apache1-mod_rpaf.spec -> 1.25

apache1-mod_rpaf.spec

index f461943467b66265123187c2284efe5721bf5056..b7ac5ee762a08fd7e483d944fff816328d02a6ee 100644 (file)
@@ -7,16 +7,14 @@
 Summary:       Reverse proxy add forward module for Apache
 Summary(pl.UTF-8):     Moduł Apache'a dodający przekazywanie dla odwrotnych proxy
 Name:          apache1-mod_%{mod_name}
-Version:       0.5
-Release:       9
+Version:       0.6
+Release:       1
 License:       Apache
 Group:         Networking/Daemons
-Source0:       http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
-# Source0-md5: 471fb059d6223a394f319b7c8ab45c4d
+Source0:       http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz
+# Source0-md5: ba2b89274e1dd4c0f96f8d034fa305b1
 Source1:       %{name}.conf
-Patch0:                %{name}-ipv6.patch
-Patch1:                mod_rpaf_degtine.patch
-Patch2:                %{name}_degtine.patch
+Patch0:                mod_rpaf_degtine.patch
 URL:           http://stderr.net/apache/rpaf/
 %{?with_ipv6:BuildRequires:    apache1(ipv6)-devel}
 BuildRequires: apache1-devel >= 1.3.39
@@ -52,12 +50,7 @@ od wersji 1.3.25.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%if %{with ipv6}
 %patch0 -p1
-%patch2 -p1
-%else
-%patch1 -p1
-%endif
 
 %build
 %{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so
@@ -82,6 +75,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGES test.pl
+%doc README CHANGES
 %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.030839 seconds and 4 git commands to generate.