Author: blues Date: Wed Oct 25 12:16:32 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - builds, works
---- Files affected: SPECS: awffull.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/awffull.spec diff -u SPECS/awffull.spec:1.9 SPECS/awffull.spec:1.10 --- SPECS/awffull.spec:1.9 Wed Oct 25 13:53:38 2006 +++ SPECS/awffull.spec Wed Oct 25 14:16:25 2006 @@ -1,13 +1,9 @@ # $Revision$, $Date$ -# TODO: -# - convertion tool: webalizer -> awffull - included in package -# - enable GeoIP support -# Summary: Web server log analysis program Summary(pl): Program do analizy logów serwera WWW Name: awffull Version: 3.7.1 -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications/Networking Source0: http://www.stedee.id.au/files/%{name}-%{version}.tar.gz @@ -16,6 +12,7 @@ Source2: %{name}.cron Source3: %{name}.crontab URL: http://www.stedee.id.au/awffull/ +BuildRequires: GeoIP-devel > 1.4.0-1 BuildRequires: gd-devel BuildRequires: gettext-devel BuildRequires: pcre-devel @@ -47,6 +44,7 @@ DESTDIR=$RPM_BUILD_ROOT install sample.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf +install %{name}_history_regen.pl %{_sbindir} install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name} install %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/%{name}.cron install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name} @@ -65,6 +63,7 @@ %attr(2755,root,stats) %dir %{_sysconfdir}/%{name} %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_sbindir}/%{name}.cron +%attr(755,root,root) %{_sbindir}/%{name}_history_regen.pl %{_mandir}/man1/awffull* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -73,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/10/25 12:16:25 blues +- builds, works + Revision 1.9 2006/10/25 11:53:38 blues - 3.7.1 - NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/awffull.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
