]> git.pld-linux.org Git - packages/calamaris.git/blob - calamaris.spec
- s/prefix/suffix
[packages/calamaris.git] / calamaris.spec
1 Summary:        Squid and NetCache log parser and report generator
2 Summary(pl):    Generator raportów dla Squida i NetCache
3 Name:           calamaris
4 Version:        2.45
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(es):      Red/Utilitarios
10 Group(pl):      Sieciowe/Narzêdzia
11 Group(pt_BR):   Rede/Utilitários
12 Source0:        http://Cord.de/tools/squid/calamaris/%{name}-%{version}.tar.gz
13 Source1:        %{name}.crontab
14 Source2:        %{name}.sysconfig
15 Source3:        %{name}-croniface
16 Requires:       /etc/cron.d
17 Requires:       crontabs
18 Requires:       /bin/zcat
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Calamaris is statistical info generator for Squid and NetCache based
23 on log parsing. It can create both plain-text and HTML reports. A
24 must-have for Squid/NetCache administrators.
25
26 %description -l pl
27 Calamaris generuje informacje statystyczne o pracy Squida i NetCache w
28 oparciu o ich logi. Potrafi tworzyæ raporty w postaci czystego tekstu
29 jak i HTML. Niezbêdny dla administratorów Squida i NetCache.
30
31 %prep
32 %setup -q
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{/etc/{cron.d,sysconfig},%{_bindir},%{_sbindir},%{_mandir}/man1}
37
38 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/calamaris
39 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/calamaris
40 install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}
41 install calamaris $RPM_BUILD_ROOT%{_bindir}
42 install calamaris.1 $RPM_BUILD_ROOT%{_mandir}/man1
43
44 gzip -9nf CHANGES EXAMPLES README
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc *.gz
52 %attr(750,root,root) %config(noreplace) /etc/cron.d/calamaris
53 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/calamaris
54 %attr(755,root,root) %{_bindir}/*
55 %attr(755,root,root) %{_sbindir}/*
56 %{_mandir}/*/*
This page took 0.137731 seconds and 3 git commands to generate.