]> git.pld-linux.org Git - packages/calamaris.git/blob - calamaris.spec
b85d1d9e9634bfac8df6758b04bc91f1301b77e0
[packages/calamaris.git] / calamaris.spec
1 # TODO:
2 # - think about default directory for calamaris output (somwhere in /var) so
3 #   it works out-of-the-box
4 #
5 %include        /usr/lib/rpm/macros.perl
6 Summary:        Squid and NetCache log parser and report generator
7 Summary(pl.UTF-8):      Generator raportów dla Squida i NetCache
8 Name:           calamaris
9 Version:        2.99.4.0
10 Release:        1
11 License:        GPL
12 Group:          Networking/Utilities
13 Source0:        http://cord.de/tools/squid/calamaris/%{name}-%{version}.tar.gz
14 # Source0-md5:  61d4fe8b4c00550b58dff09b643aff10
15 Source1:        %{name}.crontab
16 Source2:        %{name}.sysconfig
17 Source3:        %{name}-croniface
18 URL:            http://cord.de/tools/squid/calamaris/Welcome.html
19 BuildRequires:  sed >= 4.0
20 Requires:       /bin/zcat
21 Requires:       /etc/cron.d
22 Requires:       crontabs
23 Requires:       setup >= 2.4.6
24 Conflicts:      logrotate < 3.7-3
25 Conflicts:      squid < 7:2.5.STABLE7-5
26 BuildArch:      noarch
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Calamaris is statistical info generator for Squid and NetCache based
31 on log parsing. It can create both plain-text and HTML reports. A
32 must-have for Squid/NetCache administrators.
33
34 %description -l pl.UTF-8
35 Calamaris generuje informacje statystyczne o pracy Squida i NetCache w
36 oparciu o ich logi. Potrafi tworzyć raporty w postaci czystego tekstu
37 jak i HTML-a. Niezbędny dla administratorów Squida i NetCache.
38
39 %prep
40 %setup -q
41 %{__sed} -i -e 's/use ident/use the ident/' calamaris calamaris.conf
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 install -d $RPM_BUILD_ROOT{/etc/{cron.d,sysconfig},%{_bindir},%{_sbindir},%{_mandir}/man1}
47
48 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/calamaris
49 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/calamaris
50 install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}
51 install calamaris $RPM_BUILD_ROOT%{_bindir}
52 install calamaris.1 $RPM_BUILD_ROOT%{_mandir}/man1
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc CHANGES EXAMPLES README
60 %config(noreplace) /etc/cron.d/calamaris
61 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/calamaris
62 %attr(755,root,root) %{_bindir}/*
63 %attr(755,root,root) %{_sbindir}/*
64 %{_mandir}/*/*
This page took 0.019425 seconds and 2 git commands to generate.