Summary: Cherokee webserver Summary(pl): Cherokee - serwer WWW Name: cherokee Version: 0.4.6 %define pre 20031225 Release: 0.%{pre}.1 License: GPL Group: Networking/Daemons Source0: ftp://alobbs.com/cherokee/%{version}/%{name}-%{version}-%{pre}.tar.gz # Source0-md5: c3987a0abe0cbbab54d939a2fcc046ba URL: http://alobbs.com/cherokee/ BuildRequires: fcgi-devel BuildRequires: gnome-vfs2-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Cherokee is a webserwer: - FAST and tiny - Embedable - Extensible with plug-ins - Handler-to-path support - Virtual servers support - FastCGI support - Encoders support, including GZip - Loggers support, including NCSA - Dynamic / Static plug-in compilation - Streaming support - Common tasks: Work as a daemon, MIME types, Log via syslog, Keep-alive connections, Runs under a chroot enviroment - Clean code ;-) - It's free software %description -l pl Cherokee to serwer WWW: - SZYBKI i mały - możliwy do wbudowania - rozszerzalny przy pomocy wtyczek - z możliwo¶ci± przypisania sposobu obsługi do ¶cieżek - z obsług± serwerów wirtualnych - z obsług± FastCGI - z obsług± kodowania, w tym GZipa - z obsług± loggerów, w tym NCSA - z dynamiczn± lub statyczn± kompilacj± wtyczek - z obsług± strumieni - wykonuj±cy popularne zadania: praca jako demon, obsługa typów MIME, logowanie poprzez sysloga, poł±czenia keep-alive, działanie w ¶rodowisku chrootowanym - o przejrzystym kodzie ;-) - będ±cy oprogramowaniem wolnodostępnym. %package devel Summary: Header files for Cherokee web server Summary(pl): Pliki nagłówkowe dla serwera WWW Cherokee Group: Development/Libraries %description devel Header files for Cherokee web server. %description devel -l pl Pliki nagłówkowe dla serwera WWW Cherokee. %prep %setup -q %build %configure \ --enable-gnomevfs \ --enable-tls %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/cherokee %dir %{_sysconfdir}/cherokee %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cherokee/cherokee.conf %dir %{_libdir}/cherokee %{_libdir}/cherokee/libcherokee_* %{_libdir}/libcherokee.* %{_datadir}/cherokee %{_mandir}/man1/cherokee.1* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/cherokee-config %{_includedir}/cherokee %{_pkgconfigdir}/cherokee.pc %{_aclocaldir}/cherokee.m4 %{_mandir}/man1/cherokee-config.1*