Summary: WWW server logfile analysis program Summary(pl): Analizator logów serwera www Name: analog Version: 5.01 Release: 1 License: Distributable Group: Networking/Utilities Group(de): Netzwerkwesen/Werkzeuge Group(pl): Sieciowe/Narzędzia Source0: ftp://ftp.nhl.nl/pub/unix/analog/%{name}-%{version}.tar.gz Patch0: %{name}-config.patch Requires: webserver URL: http://www.statslab.cam.ac.uk/~sret1/analog/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description WWW server logfile analysis program with lots of features. %description -l pl Analizator logów serwera www z wieloma opcjami. %package form Summary: Form interface to analog Summary(pl): Interfejs w postaci formularza do analoga Group: Networking/Utilities Group(de): Netzwerkwesen/Werkzeuge Group(pl): Sieciowe/Narzędzia Requires: %{name} = %{version} %description form Form interface to the analog httpd log analysis program. You should regenerate the form file to customize it for your server by running 'analog -form +O/home/httpd/html/anlgform.html' after you have modified /etc/analog.cfg. %description -l pl form Interfejs w postaci formularza do programu analog. Powinieneś wygenerować nowy plik formularza po ustawieniu odpowiednich opcji w /etc/analog.cfg poprzez wykonanie polecenia: 'analog -form +O/home/httpd/html/anlgform.html' %prep %setup -q %patch0 -p1 %build %{__make} CEXTRAFLAGS="%{rpmcflags}" %{name} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/home/httpd/{icons,cgi-bin,html/usage} \ $RPM_BUILD_ROOT{%{_var}/lib/%{name},%{_datadir}/%{name}/lang} \ $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}} install analog $RPM_BUILD_ROOT%{_bindir} install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.cfg install lang/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir} install images/* $RPM_BUILD_ROOT/home/httpd/icons install anlgform.html $RPM_BUILD_ROOT/home/httpd/html/usage install anlgform.pl $RPM_BUILD_ROOT/home/httpd/cgi-bin touch $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html gzip -9nf docs/*.txt lang/*.html %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc docs/* lang/*.gz %attr(755,root,root) %dir %{_datadir}/analog/lang %attr(755,root,root) %dir %{_datadir}/analog %attr(775,root,http) %dir /var/lib/analog %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog.cfg %attr(755,root,root) %{_bindir}/analog %{_datadir}/analog/lang/*.* /home/httpd/icons/*.gif %attr(755,root,root) %dir /home/httpd/html/usage %verify(not size mtime md5) /home/httpd/html/usage/analog.html %files form %defattr(644,root,root,755) %config(noreplace) %verify(not size mtime md5) /home/httpd/html/usage/anlgform.html %attr(755,root,root) /home/httpd/cgi-bin/anlgform.pl