Author: blues Date: Thu Mar 2 11:05:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2 - more docs, manual, license fixed, config patch fixed - STBR to AC
---- Files affected: SPECS: analog.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/analog.spec diff -u SPECS/analog.spec:1.44 SPECS/analog.spec:1.45 --- SPECS/analog.spec:1.44 Mon Dec 12 14:44:44 2005 +++ SPECS/analog.spec Thu Mar 2 12:05:01 2006 @@ -1,10 +1,12 @@ # $Revision$, $Date$ +# TODO: +# - /home/services/httpd ? Is it right place? Summary: WWW server logfile analysis program Summary(pl): Analizator logów serwera WWW Name: analog Version: 6.0 -Release: 1 -License: GPL +Release: 2 +License: GPL v2 Group: Networking/Utilities #Source0Download: http://www.analog.cx/download.html Source0: http://www.analog.cx/%{name}-%{version}.tar.gz @@ -31,14 +33,14 @@ %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/services/httpd/html/anlgform.html' after you -have modified /etc/analog.cfg. +'analog -form +O/home/services/httpd/html/anlgform.html' +after you have modified /etc/analog.cfg. %description form -l pl 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/services/httpd/html/anlgform.html' +/etc/analog.cfg poprzez wykonanie polecenia: +'analog -form +O/home/services/httpd/html/anlgform.html' %prep %setup -q @@ -53,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{httpdir}/{icons,cgi-bin,html/usage} \ $RPM_BUILD_ROOT{%{_var}/lib/%{name},%{_datadir}/%{name}/lang} \ - $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}} + $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1} install analog $RPM_BUILD_ROOT%{_bindir} install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.cfg @@ -62,6 +64,7 @@ install images/* $RPM_BUILD_ROOT%{httpdir}/icons install anlgform.html $RPM_BUILD_ROOT%{httpdir}/html/usage install anlgform.pl $RPM_BUILD_ROOT%{httpdir}/cgi-bin +install analog.man $RPM_BUILD_ROOT%{_mandir}/man1/analog.1 touch $RPM_BUILD_ROOT%{httpdir}/html/usage/analog.html @@ -70,7 +73,7 @@ %files %defattr(644,root,root,755) -%doc docs/* lang/* +%doc docs/* lang/* examples how-to %attr(755,root,root) %dir %{_datadir}/analog/lang %attr(755,root,root) %dir %{_datadir}/analog %attr(775,root,http) %dir /var/lib/analog @@ -81,6 +84,7 @@ %{httpdir}/icons/*.png %attr(755,root,root) %dir %{httpdir}/html/usage %verify(not md5 mtime size) %{httpdir}/html/usage/analog.html +%{_mandir}/man1/*.1* %files form %defattr(644,root,root,755) @@ -93,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2006/03/02 11:05:01 blues +- release 2 - more docs, manual, license fixed, config patch fixed - STBR + to AC + Revision 1.44 2005/12/12 13:44:44 glen - adapterized (sorted %verify attrs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/analog.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
