]> git.pld-linux.org Git - packages/cherokee.git/blob - cherokee.spec
dbe1ada9c7086826a162b2c048e88e248492b396
[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 >= 2.0
14 # "TLS under construction"
15 #BuildRequires: gnutls-devel >= 0.9.99
16 BuildRequires:  pam-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Cherokee is a webserwer:
23 - FAST and tiny
24 - Embedable
25 - Extensible with plug-ins
26 - Handler-to-path support
27 - Virtual servers support
28 - FastCGI support
29 - Encoders support, including GZip
30 - Loggers support, including NCSA
31 - Dynamic / Static plug-in compilation
32 - Streaming support
33 - Common tasks: Work as a daemon, MIME types, Log via syslog,
34   Keep-alive connections, Runs under a chroot enviroment
35 - Clean code ;-)
36 - It's free software
37
38 %description -l pl
39 Cherokee to serwer WWW:
40 - SZYBKI i ma³y
41 - mo¿liwy do wbudowania
42 - rozszerzalny przy pomocy wtyczek
43 - z mo¿liwo¶ci± przypisania sposobu obs³ugi do ¶cie¿ek
44 - z obs³ug± serwerów wirtualnych
45 - z obs³ug± FastCGI
46 - z obs³ug± kodowania, w tym GZipa
47 - z obs³ug± loggerów, w tym NCSA
48 - z dynamiczn± lub statyczn± kompilacj± wtyczek
49 - z obs³ug± strumieni
50 - wykonuj±cy popularne zadania: praca jako demon, obs³uga typów MIME,
51   logowanie poprzez sysloga, po³±czenia keep-alive, dzia³anie w
52   ¶rodowisku chrootowanym
53 - o przejrzystym kodzie ;-)
54 - bêd±cy oprogramowaniem wolnodostêpnym.
55
56 %package devel
57 Summary:        Header files for Cherokee web server
58 Summary(pl):    Pliki nag³ówkowe dla serwera WWW Cherokee
59 Group:          Development/Libraries
60 Requires:       %{name} = %{version}
61
62 %description devel
63 Header files for Cherokee web server.
64
65 %description devel -l pl
66 Pliki nag³ówkowe dla serwera WWW Cherokee.
67
68 %prep
69 %setup -q
70
71 %build
72 %configure \
73         --disable-static \
74         --enable-gnomevfs \
75         --enable-tls
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 # modules dlopened by *.so
85 rm -f $RPM_BUILD_ROOT%{_libdir}/cherokee/lib*.la
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %post   -p /sbin/ldconfig
91 %postun -p /sbin/ldconfig
92
93 %files
94 %defattr(644,root,root,755)
95 %attr(755,root,root) %{_bindir}/cherokee
96 %dir %{_sysconfdir}/cherokee
97 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cherokee/cherokee.conf
98 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cherokee/icons.conf
99 %attr(755,root,root) %{_libdir}/libcherokee.so.*.*.*
100 %dir %{_libdir}/cherokee
101 %attr(755,root,root) %{_libdir}/cherokee/libcherokee_*.so*
102 %{_datadir}/cherokee
103 %{_mandir}/man1/cherokee.1*
104
105 %files devel
106 %defattr(644,root,root,755)
107 %attr(755,root,root) %{_bindir}/cherokee-config
108 %attr(755,root,root) %{_libdir}/libcherokee.so
109 %{_libdir}/libcherokee.la
110 %{_includedir}/cherokee
111 %{_pkgconfigdir}/cherokee.pc
112 %{_aclocaldir}/cherokee.m4
113 %{_mandir}/man1/cherokee-config.1*
This page took 0.045078 seconds and 3 git commands to generate.