[Cherokee-commits] [3917] cherokee/trunk/cherokee.spec.in: The spec file has been (blindly) updated.

SVN at cherokee-project.com SVN at cherokee-project.com
Wed Dec 2 09:53:09 CET 2009


Revision: 3917
          http://svn.cherokee-project.com/changeset/3917
Author:   alo
Date:     2009-12-02 09:53:09 +0100 (Wed, 02 Dec 2009)

Log Message:
-----------
The spec file has been (blindly) updated. It was using paths to old
configuration files. Thanks to Joe Klemmer for the report!

Modified Paths:
--------------
    cherokee/trunk/cherokee.spec.in

Modified: cherokee/trunk/cherokee.spec.in
===================================================================
--- cherokee/trunk/cherokee.spec.in	2009-12-01 18:05:10 UTC (rev 3916)
+++ cherokee/trunk/cherokee.spec.in	2009-12-02 08:53:09 UTC (rev 3917)
@@ -14,10 +14,12 @@
 URL:            http://www.cherokee-project.com
 
 %description
-Cherokee is a very fast, flexible and easy to configure Web Server.
-It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
-CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication,
-on the fly encoding, Apache compatible log files, and much more.
+Cherokee is a very fast, flexible and easy to configure Web Server. It
+supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
+CGI, uWSGI, SSI, TLS and SSL encrypted connections, Virtual hosts,
+Authentication, on the fly encoding, Load Balancing, Apache compatible
+log files, Data Base Balancing, Reverse HTTP Proxy, Traffic Shaper,
+Video Streaming and much more.
 
 %prep
 %setup -q
@@ -29,22 +31,20 @@
             --sysconfdir=%{_sysconfdir} \
             --mandir=%{_mandir}         \
             --sbindir=%{_sbindir}       \
-		  --with-wwwroot=/home/httpd/ \
-            --enable-pthreads
-make CFLAGS="-O0 -g3"
+		  --with-wwwroot=/home/httpd
+make CFLAGS="-O0 -ggb"
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT/etc/cherokee/sites-enabled/default
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-ln -s %{_sysconfdir}/cherokee/sites-available/default \
-      %{_sysconfdir}/cherokee/sites-enabled/default
 mkdir -p /home/httpd
+mkdir -p %{_localstatedir}/log
+mkdir -p %{_localstatedir}/run
 
 %postun
 /sbin/ldconfig

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.octality.com/pipermail/cherokee-commits/attachments/20091202/86f8aa79/attachment.htm 


More information about the Cherokee-commits mailing list