[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r1208727 - /httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
From:       minfrin () apache ! org
Date:       2011-11-30 19:41:06
Message-ID: 20111130194107.17BAB23889E7 () eris ! apache ! org
[Download RAW message or body]

Author: minfrin
Date: Wed Nov 30 19:41:06 2011
New Revision: 1208727

URL: http://svn.apache.org/viewvc?rev=1208727&view=rev
Log:
RPM: Make it possible to build mod_socache_dc against distcache.

Modified:
    httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1208727&r1=1208726&r2=1208727&view=diff
 ==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Nov 30 19:41:06 2011
@@ -15,7 +15,7 @@ Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: autoconf, perl, pkgconfig, findutils
 BuildRequires: zlib-devel, libselinux-devel
-BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.3.0, pcre-devel >= 5.0, \
distcache-devel >= 1.4 +BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.3.0, \
pcre-devel >= 5.0  Requires: initscripts >= 8.36, /etc/mime.types
 Obsoletes: httpd-suexec
 Requires(pre): /usr/sbin/useradd
@@ -98,6 +98,16 @@ a filter to rewrite HTML links within we
 a reverse proxy environment. The mod_xml2enc module provides
 enhanced charset/internationalisation support for mod_proxy_html.
 
+%package -n mod_socache_dc
+Group: System Environment/Daemons
+Summary: Distcache shared object cache module for the Apache HTTP server
+BuildRequires: distcache-devel
+Requires: httpd = %{epoch}:%{version}-%{release}, httpd-mmn = %{mmn}
+
+%description -n mod_socache_dc
+The mod_socache_dc module for the Apache HTTP server allows the shared
+object cache to use the distcache shared caching mechanism.
+
 %package -n mod_ssl
 Group: System Environment/Daemons
 Summary: SSL/TLS module for the Apache HTTP server
@@ -150,7 +160,7 @@ rm -rf srclib/{apr,apr-util,pcre}
         --enable-pie \
         --with-pcre \
         --enable-mods-shared=all \
-        --enable-ssl --with-ssl --enable-distcache \
+        --enable-ssl --with-ssl --enable-socache-dc \
         --disable-imagemap
 
 make %{?_smp_mflags}
@@ -461,6 +471,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/modules/mod_proxy_html.so
 %{_libdir}/httpd/modules/mod_xml2enc.so
 
+%files -n mod_socache_dc
+%defattr(-,root,root)
+%{_libdir}/httpd/modules/mod_socache_dc.so
+
 %files -n mod_ssl
 %defattr(-,root,root)
 %{_libdir}/httpd/modules/mod_ssl.so


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic