[goaccess/el6: 1/3] 1. Upstream start using conf file 2. Add notes about Tokyo Cabinet support disabled.

Christopher Meng cicku at fedoraproject.org
Wed May 21 02:38:35 UTC 2014


commit e28f4930322a0e29d7a4cc8d664f383bfa6ba699
Author: Christopher Meng <i at cicku.me>
Date:   Wed May 21 10:31:53 2014 +0800

    1. Upstream start using conf file
    2. Add notes about Tokyo Cabinet support disabled.

 goaccess.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/goaccess.spec b/goaccess.spec
index f0f023d..aae18b9 100644
--- a/goaccess.spec
+++ b/goaccess.spec
@@ -19,6 +19,10 @@ for system administrators that require a visual server report on the fly.
 
 %build
 %configure --enable-debug --enable-geoip --enable-utf8
+# Note about Tokyo Cabinet hash table support, as you can see 0.8 onwards
+# support hash table alternative from Tokyo Cabinet hash database, to replace
+# GLib if needed. Basically, we can use GLib still as TC will introduce more
+# dependencies.
 make %{?_smp_mflags}
 
 %install
@@ -26,6 +30,7 @@ make %{?_smp_mflags}
 
 %files
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
+%config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 


More information about the scm-commits mailing list