]> git.pld-linux.org Git - packages/analog.git/blob - analog.spec
- www->WWW
[packages/analog.git] / analog.spec
1 Summary:        WWW server logfile analysis program
2 Summary(pl):    Analizator logów serwera WWW
3 Name:           analog
4 Version:        5.32
5 Release:        1
6 License:        distributable
7 Group:          Networking/Utilities
8 #Source0Download:       http://www.analog.cx/download.html
9 Source0:        http://www.analog.cx/%{name}-%{version}.tar.gz
10 # Source0-md5:  077a2d43c8f5c2bddf37129ca63ec1f8
11 Patch0:         %{name}-config.patch
12 Patch1:         %{name}-png.patch
13 Requires:       webserver
14 URL:            http://www.analog.cx/
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 WWW server logfile analysis program with lots of features.
19
20 %description -l pl
21 Analizator logów serwera WWW z wieloma opcjami.
22
23 %package form
24 Summary:        Form interface to analog
25 Summary(pl):    Interfejs w postaci formularza do analoga
26 Group:          Networking/Utilities
27 Requires:       %{name} = %{version}
28
29 %description form
30 Form interface to the analog httpd log analysis program. You should
31 regenerate the form file to customize it for your server by running
32 'analog -form +O/home/httpd/html/anlgform.html' after you have
33 modified /etc/analog.cfg.
34
35 %description form -l pl
36 Interfejs w postaci formularza do programu analog. Powiniene¶
37 wygenerowaæ nowy plik formularza po ustawieniu odpowiednich opcji w
38 /etc/analog.cfg poprzez wykonanie polecenia: 'analog -form
39 +O/home/httpd/html/anlgform.html'
40
41 %prep
42 %setup  -q
43 %patch0 -p1
44 %patch1 -p1
45
46 %build
47 %{__make} %{name} \
48         CFLAGS="%{rpmcflags}" \
49         CEXTRAFLAGS="%{rpmcflags}"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT/home/httpd/{icons,cgi-bin,html/usage} \
54         $RPM_BUILD_ROOT{%{_var}/lib/%{name},%{_datadir}/%{name}/lang} \
55         $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
56
57 install analog $RPM_BUILD_ROOT%{_bindir}
58 install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.cfg
59 install lang/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
60 install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}
61 install images/* $RPM_BUILD_ROOT/home/httpd/icons
62 install anlgform.html $RPM_BUILD_ROOT/home/httpd/html/usage
63 install anlgform.pl $RPM_BUILD_ROOT/home/httpd/cgi-bin
64
65 touch $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc docs/* lang/*
73 %attr(755,root,root) %dir %{_datadir}/analog/lang
74 %attr(755,root,root) %dir %{_datadir}/analog
75 %attr(775,root,http) %dir /var/lib/analog
76 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog.cfg
77 %attr(755,root,root) %{_bindir}/analog
78 %{_datadir}/analog/lang/*.*
79 /home/httpd/icons/*.gif
80 %attr(755,root,root) %dir /home/httpd/html/usage
81 %verify(not size mtime md5) /home/httpd/html/usage/analog.html
82
83 %files form
84 %defattr(644,root,root,755)
85 %config(noreplace) %verify(not size mtime md5) /home/httpd/html/usage/anlgform.html
86 %attr(755,root,root) /home/httpd/cgi-bin/anlgform.pl
This page took 0.131553 seconds and 4 git commands to generate.