]> git.pld-linux.org Git - packages/awffull.git/blobdiff - awffull.spec
- FORCE_USER option
[packages/awffull.git] / awffull.spec
index 001fb1d14cef3505320b568829d1b982457554c6..5224a69793b134e135c86396db31dc4a490c0158 100644 (file)
@@ -4,22 +4,24 @@
 Summary:       Web server log analysis program
 Summary(pl.UTF-8):     Program do analizy logów serwera WWW
 Name:          awffull
-Version:       3.7.5
+Version:       3.10.2
 Release:       2
 License:       GPL v2
 Group:         Applications/Networking
 Source0:       http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
-# Source0-md5: 6f0cdc9095ff3310e7ccd3cee0ceeba3
+# Source0-md5: 90c1b0137ce687d06e56c49b854d41c1
 Source1:       %{name}.sysconfig
 Source2:       %{name}.cron
 Source3:       %{name}.crontab
 Patch0:                %{name}-no_css_overwrite_warning.patch
 Patch1:                %{name}-geoip.patch 
+Patch2:                %{name}-locale_names.patch
 URL:           http://www.stedee.id.au/awffull/
 BuildRequires: GeoIP-devel > 1.4.0-1
 BuildRequires: gd-devel
 BuildRequires: gettext-devel
 BuildRequires: pcre-devel
+Suggests:      dnshistory
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,9 +39,14 @@ wykresów kołowych.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+rm po/*gmo
+mv -f po/{no,nb}.po
+mv -f po/zh{,_CN}.po
 
 %build
 %configure
+%{__make} -C po update-gmo
 %{__make}
 
 %install
@@ -70,4 +77,4 @@ rm -rf $RPM_BUILD_ROOT
 %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*
+%{_mandir}/man[15]/awffull*
This page took 0.04357 seconds and 4 git commands to generate.