Changeset 1146 for branches/fc11-dev/server/fedora/specs/httpd.spec.patch
- Timestamp:
- Jun 3, 2009, 6:46:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/fedora/specs/httpd.spec.patch
r1035 r1146 1 --- httpd.spec.orig 2009-03- 28 13:32:47.000000000 -04002 +++ httpd.spec 2009-0 3-28 14:20:15.000000000 -04003 @@ - 6,7 +6,7 @@1 --- httpd.spec.orig 2009-03-17 09:12:22.000000000 -0400 2 +++ httpd.spec 2009-06-03 05:05:30.000000000 -0400 3 @@ -7,7 +7,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2.1 07 -Release: 1%{?dist}8 +Release: 1%{?dist}.scripts.%{scriptsversion}6 Version: 2.2.11 7 -Release: 8 8 +Release: 8.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,12 @@12 @@ -56,6 +56,12 @@ 13 13 Conflicts: pcre < 4.0 14 Requires: httpd-tools = %{version}-%{release} 14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap 15 15 16 16 +Provides: scripts-httpd … … 23 23 The Apache HTTP Server is a powerful, efficient, and extensible 24 24 web server. 25 @@ -10 0,6 +106,7 @@25 @@ -102,6 +108,7 @@ 26 26 BuildRequires: openssl-devel, distcache-devel 27 27 Requires(post): openssl >= 0.9.7f-4, /bin/cat … … 31 31 32 32 %description -n mod_ssl 33 @@ -1 27,6 +134,11 @@33 @@ -130,6 +137,11 @@ 34 34 # Patch in vendor/release string 35 35 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 43 43 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 44 44 if test "x${vmmn}" != "x%{mmn}"; then 45 @@ -17 5,10 +187,12 @@45 @@ -178,10 +190,12 @@ 46 46 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 47 47 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.