]> git.pld-linux.org Git - packages/cherokee.git/blob - cherokee.spec
- pl, some cleanups
[packages/cherokee.git] / cherokee.spec
1 Summary:        Cherokee webserver
2 Summary(pl):    Cherokee - serwer WWW
3 Name:           cherokee
4 Version:        0.4.6
5 %define pre     20031225
6 Release:        0.%{pre}.1
7 License:        GPL
8 Group:          Networking/Daemons
9 Source0:        ftp://alobbs.com/cherokee/%{version}/%{name}-%{version}-%{pre}.tar.gz
10 # Source0-md5:  c3987a0abe0cbbab54d939a2fcc046ba
11 URL:            http://alobbs.com/cherokee/
12 BuildRequires:  fcgi-devel
13 BuildRequires:  gnome-vfs2-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Cherokee is a webserwer:
18 - FAST and tiny
19 - Embedable
20 - Extensible with plug-ins
21 - Handler-to-path support
22 - Virtual servers support
23 - FastCGI support
24 - Encoders support, including GZip
25 - Loggers support, including NCSA
26 - Dynamic / Static plug-in compilation
27 - Streaming support
28 - Common tasks: Work as a daemon, MIME types, Log via syslog,
29   Keep-alive connections, Runs under a chroot enviroment
30 - Clean code ;-)
31 - It's free software
32
33 %description -l pl
34 Cherokee to serwer WWW:
35 - SZYBKI i ma³y
36 - mo¿liwy do wbudowania
37 - rozszerzalny przy pomocy wtyczek
38 - z mo¿liwo¶ci± przypisania sposobu obs³ugi do ¶cie¿ek
39 - z obs³ug± serwerów wirtualnych
40 - z obs³ug± FastCGI
41 - z obs³ug± kodowania, w tym GZipa
42 - z obs³ug± loggerów, w tym NCSA
43 - z dynamiczn± lub statyczn± kompilacj± wtyczek
44 - z obs³ug± strumieni
45 - wykonuj±cy popularne zadania: praca jako demon, obs³uga typów MIME,
46   logowanie poprzez sysloga, po³±czenia keep-alive, dzia³anie w
47   ¶rodowisku chrootowanym
48 - o przejrzystym kodzie ;-)
49 - bêd±cy oprogramowaniem wolnodostêpnym.
50
51 %package devel
52 Summary:        Header files for Cherokee web server
53 Summary(pl):    Pliki nag³ówkowe dla serwera WWW Cherokee
54 Group:          Development/Libraries
55
56 %description devel
57 Header files for Cherokee web server.
58
59 %description devel -l pl
60 Pliki nag³ówkowe dla serwera WWW Cherokee.
61
62 %prep
63 %setup -q
64
65 %build
66 %configure \
67         --enable-gnomevfs \
68         --enable-tls
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %attr(755,root,root) %{_bindir}/cherokee
83 %dir %{_sysconfdir}/cherokee
84 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cherokee/cherokee.conf
85 %dir %{_libdir}/cherokee
86 %{_libdir}/cherokee/libcherokee_*
87 %{_libdir}/libcherokee.*
88 %{_datadir}/cherokee
89 %{_mandir}/man1/cherokee.1*
90
91 %files devel
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_bindir}/cherokee-config
94 %{_includedir}/cherokee
95 %{_pkgconfigdir}/cherokee.pc
96 %{_aclocaldir}/cherokee.m4
97 %{_mandir}/man1/cherokee-config.1*
This page took 0.075465 seconds and 3 git commands to generate.