Changes of Revision 11
[-] | Changed | apache2-mod_security2.changes |
1
2 ------------------------------------------------------------------- 3 +Wed Apr 16 22:19:00 CEST 2008 - cs@linux-administrator.com 4 + 5 +- update to 2.5.2 6 + 7 +------------------------------------------------------------------- 8 Wed Apr 16 22:09:00 CEST 2008 - cs@linux-administrator.com 9 10 - update to 2.1.7 11 |
||
[-] | Changed | apache2-mod_security2.spec ^ |
39 1
2 # 3 -# spec file for package apache2-mod_security2 (Version 2.1.7) 4 +# spec file for package apache2-mod_security2 (Version 2.5.2) 5 # 6 # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # This file and all modifications and additions to the pristine 8
9 # norootforbuild 10 11 Name: apache2-mod_security2 12 -Version: 2.1.7 13 +Version: 2.5.2 14 Release: 1 15 # 16 License: GPL 17 Group: Productivity/Networking/Web/Servers 18 # 19 BuildRoot: %{_tmppath}/%{name}-%{version}-build 20 -BuildRequires: apache2-devel apache2-prefork libxml2-devel pcre-devel 21 +BuildRequires: apache2-devel apache2-prefork libxml2-devel pcre-devel curl-devel 22 %define apache apache2 23 %define modname mod_security2 24 %define tarballname modsecurity-apache_%{version} 25
26 27 %prep 28 %setup -n %{tarballname} 29 -perl -p -i.orig -e \ 30 - "s|^(CFLAGS =.*)|\$1 $(%{apxs} -q CFLAGS)| ;\ 31 - s|^(top_dir +=).*|\1 $(%{apxs} -q exp_installbuilddir)/..|; 32 - s|^(APXS +=).*|\$1 %apxs|" \ 33 - apache2/Makefile 34 -diff -urN apache2/Makefile{.orig,} ||: 35 +cd apache2 ; %configure 36 37 %build 38 %{__make} -C apache2 39 |