]> git.pld-linux.org Git - SPECS.git/blob - sighttpd.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / sighttpd.spec
1 Summary:        HTTP streaming server
2 Summary(pl.UTF-8):      Serwer HTTP obsługujący strumienie
3 Name:           sighttpd
4 Version:        1.2.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          Daemons
8 # trailing /%{name}-%{version}.tar.gz is a hack for df
9 Source0:        https://oss.renesas.com/modules/document/gate.php/?way=attach&refer=sighttpd&openfile=%{name}-%{version}.tar.gz/%{name}-%{version}.tar.gz
10 # Source0-md5:  559036d49d92f8372624283aab022a44
11 URL:            https://oss.renesas.com/modules/document/?sighttpd
12 BuildRequires:  liboggz-devel >= 0.5.40
13 BuildRequires:  ncurses-devel
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _datadir        %{_sysconfdir}
18
19 %description
20 Sighttpd is an HTTP streaming server designed for distributing
21 realtime input. It is particularly useful for making camera streams
22 available to multiple clients, and has been designed for embedded
23 systems use.
24
25 %description -l pl.UTF-8
26 Sighttpd to serwer strumieniowy HTTP, zaprojektowany do udostępniania
27 wejścia w czasie rzeczywistym. Jest przydatny szczególnie przy
28 udostępnianiu strumieni z kamer dla wielu klientów. Jest przeznaczony
29 głównie dla systemów wbudowanych.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS README TODO
50 %attr(755,root,root) %{_bindir}/sighttpd
51 %dir %{_sysconfdir}/sighttpd
52 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sighttpd/sighttpd-720p.conf
53 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sighttpd/sighttpd-multi.conf
54 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sighttpd/sighttpd-oggstdin.conf
55 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sighttpd/sighttpd-stdin-h264.conf
56 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sighttpd/sighttpd-stdin-mjpeg.conf
57 %{_mandir}/man5/sighttpd.conf.5*
58 %{_mandir}/man8/sighttpd.8*
This page took 0.100525 seconds and 3 git commands to generate.