Summary: Cherokee Web Server Name: cherokee Version: 0.4.16 Release: 1.n0i.1 Epoch: 0 License: GPL Group: System Enviroment/Daemons URL: http://www.0x50.org Source: ftp://alobbs.com/cherokee/0.4/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pam-devel, zlib-devel, openssl-devel %description Cherokee is an extremely fast and tiny web server. It's embedable, extensible with plug-ins. It has handler-to-path, virtual server, gzip encoding, modular loggers, CGI support, and running into a chroot environment, among other features. Build options: --without epoll: disable /dev/epoll support %package devel Group: Development/Libraries Summary: Development tools for Cherokee Web server. Requires: %{name} >= %{epoch}:%{version} %description devel Cherokee is an extremely fast and tiny web server. This package contains development tools and the cherokee benchmark tool. %prep %setup %build %configure %{?_without_epoll:--disable-epoll} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO pam.d_cherokee *.conf.sample %doc doc/Intro.txt doc/SSL-howto.html %{_bindir}/cherokee %{_libdir}/*.so.* %{_libdir}/cherokee/*.so.* %{_datadir}/%{name} %{_mandir}/man1/%{name}.1* %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.conf %exclude %{_sysconfdir}/%{name}/*.sample %files devel %defattr(-, root, root) %{_bindir}/cherokee-bench %{_bindir}/cherokee-config %{_includedir}/* %{_libdir}/*.a %{_libdir}/*.so %exclude %{_libdir}/*.la %{_libdir}/cherokee/*.so %{_libdir}/cherokee/*.a %exclude %{_libdir}/cherokee/*.la %{_libdir}/pkgconfig/* %{_datadir}/aclocal %{_mandir}/man1/%{name}-config.1* %changelog * Sun May 23 2004 Marius FERARU 0:0.4.16-1.n0i.1 - rewrote spec in our style * Wed Apr 14 2004 Jonathan Hernandez - Cherokee 0.4.16 released, the changes in this release are: * Debian support updated * More information at start up * The thread scheduling policy can be set in the configuration * Lot of fixes in the documentation * File descriptor number limit manage fixes * Added support for GNU getopt_long * QA test now depends on Python >= 2.3 * FreeBSD 4.8 w/ GCC 2.95 compilation fixed * Solaris 9 compilation fixed * Some autotools building fixes * Some little IPv6 fixes * Added new configuration parameter "LogFlushInterval" * Fixes in the logger NCSA * Added new logger "combined" * Zombies CGI fixed * Added new configuration parameter "Include" * Wed Mar 31 2004 Jonathan Hernandez - Initial RPM release