]> git.pld-linux.org Git - packages/calamaris.git/blobdiff - calamaris.spec
- added ".gz" prefix to /var/log/archiv/squid/acces.log.1 (it is gzipped file)
[packages/calamaris.git] / calamaris.spec
index 904ffdc8e9fe5c83610ba311dffa8ff683284d2d..9909cf659a6188088cbff470ebe944fc045cdb56 100644 (file)
@@ -1,21 +1,22 @@
 Summary:       Squid and NetCache log parser and report generator
-Summary(pl):   Generator raportów dla Squid'a i NetCache
+Summary(pl):   Generator raportów dla Squida i NetCache
 Name:          calamaris
-Version:       2.39
-Release:       1
+Version:       2.45
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
 Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
 Source0:       http://Cord.de/tools/squid/calamaris/%{name}-%{version}.tar.gz
 Source1:       %{name}.crontab
 Source2:       %{name}.sysconfig
 Source3:       %{name}-croniface
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Prereq:                /sbin/chkconfig
 Requires:      /etc/cron.d
 Requires:      crontabs
 Requires:      /bin/zcat
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Calamaris is statistical info generator for Squid and NetCache based
@@ -23,14 +24,12 @@ on log parsing. It can create both plain-text and HTML reports. A
 must-have for Squid/NetCache administrators.
 
 %description -l pl
-Calamaris generuje informacje statystyczne o pracy Squid'a i NetCache
-w oparciu o ich logi. Potrafi tworzyæ raporty w postaci czystego
-tekstu jak i HTML. Niezbêdny dla administratorów Squid'a i NetCache.
+Calamaris generuje informacje statystyczne o pracy Squida i NetCache w
+oparciu o ich logi. Potrafi tworzyæ raporty w postaci czystego tekstu
+jak i HTML. Niezbêdny dla administratorów Squida i NetCache.
 
 %prep
-%setup -q -a 0
-
-%build
+%setup -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,8 +41,7 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}
 install calamaris $RPM_BUILD_ROOT%{_bindir}
 install calamaris.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/*/* \
-       CHANGES COPYRIGHT EXAMPLES README
+gzip -9nf CHANGES EXAMPLES README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc *.gz
-%attr(750,root,root) /etc/cron.d/calamaris
+%attr(750,root,root) %config(noreplace) /etc/cron.d/calamaris
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/calamaris
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
This page took 0.061889 seconds and 4 git commands to generate.