[Bug 201149] Review Request: <Cherokee> Flexible WebServer

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 16 07:11:23 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: <Cherokee> Flexible WebServer
Alias: Cherokee

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201149





------- Additional Comments From manuel at todo-linux.com  2006-08-16 03:01 EST -------
(From update of attachment 134281)
# Cherokee
# 2006 Alvaro Lopez Ortega

Name:		cherokee
Version:	0.5.4
Release:	1
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
Docdir: 	%{_datadir}/doc
Source: 	%{name}-%{version}.tar.gz
Summary:	Flexible and Fast web server
Group:		Productivity/Networking/Web/Servers
URL:		http://www.0x50.org
BuildRequires:	bison


%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.


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" 		\
./configure --prefix=%{_prefix} 	\
	    --sysconfdir=%{_sysconfdir} \
	    --mandir=%{_mandir} 	\
	    --sbindir=%{_sbindir}	\
		  --with-wwwroot=/home/httpd/ \
	    --enable-pthreads
make CFLAGS="-O0 -g3"

%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

%postun
/sbin/ldconfig

%files
%{_mandir}/*
%{_bindir}/*
%{_libdir}/*
%{_datadir}/*
%{_sbindir}/*
%{_includedir}/*
%{_sysconfdir}/*
/home/httpd/*

%changelog


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list