Changeset 959 for server/fedora
- Timestamp:
- Jan 28, 2009, 12:36:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/httpd.spec.patch
r926 r959 1 --- httpd.spec.orig 200 9-01-01 21:06:31.000000000 -05002 +++ httpd.spec 2009-01- 01 22:52:19.000000000 -05003 @@ - 6,7 +6,7 @@1 --- httpd.spec.orig 2008-10-21 07:47:47.000000000 -0400 2 +++ httpd.spec 2009-01-28 00:34:06.000000000 -0500 3 @@ -9,7 +9,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2. 97 -Release: 1%{?dist}8 +Release: 1%{?dist}.scripts.%{scriptsversion}6 Version: 2.2.10 7 -Release: 2 8 +Release: 2.scripts.%{scriptsversion} 9 9 URL: http://httpd.apache.org/ 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz 11 11 Source1: index.html 12 @@ -5 4,6 +54,11 @@12 @@ -58,6 +58,11 @@ 13 13 Conflicts: pcre < 4.0 14 14 Requires: httpd-tools = %{version}-%{release} … … 22 22 The Apache HTTP Server is a powerful, efficient, and extensible 23 23 web server. 24 @@ -10 0,6 +105,7 @@24 @@ -104,6 +109,7 @@ 25 25 BuildRequires: openssl-devel, distcache-devel 26 26 Requires(post): openssl >= 0.9.7f-4, /bin/cat … … 30 30 31 31 %description -n mod_ssl 32 @@ -1 27,6 +133,10 @@32 @@ -132,6 +138,10 @@ 33 33 # Patch in vendor/release string 34 34 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 41 41 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 42 42 if test "x${vmmn}" != "x%{mmn}"; then 43 @@ -1 75,10 +185,12 @@43 @@ -180,10 +190,12 @@ 44 44 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 45 45 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.