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