]> git.pld-linux.org Git - packages/squidview.git/blob - squidview.spec
- initial release
[packages/squidview.git] / squidview.spec
1 Summary:        A console program to nicely view squid's log
2 Summary(pl):    Konsolowy program pozwalaj±cy ogl±daæ logi squida
3 Name:           squidview
4 Version:        0.20
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-makefile.patch
10 URL:            http://www.rillion.net/squidview/
11 BuildRequires:  ncurses-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Squidview is an interactive console program which monitors squid logs
16 and displays them in a nice fashion. It has searching and reporting
17 functions, giving information like per user bandwidth and cache hits.
18
19 %description -l pl
20 Squidview jest interaktywnym konsolowym programem, który monitoruje
21 logi squida i wy¶wietla je w przyjemny sposób. Ma funkcje szukania i
22 raportowania, daj±c informacje takie jak przepustowo¶æ na u¿ytkownika
23 i trafienia cache-a.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__make} CXXFLAGS="-I%{_includedir}/ncurses"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT PREFIX="%{_prefix}"
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README users words
43 %attr(754,root,root) %{_bindir}/*
This page took 0.116733 seconds and 4 git commands to generate.