]> git.pld-linux.org Git - packages/squidview.git/blob - squidview.spec
- massive attack: source-md5
[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.36
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
9 # Source0-md5:  618ee8df3abdb2f4f83e5b00a72cf5dd
10 Patch0:         squidview-pld.patch
11 URL:            http://www.rillion.net/squidview/
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Squidview is an interactive console program which monitors squid logs
17 and displays them in a nice fashion. It has searching and reporting
18 functions, giving information like per user bandwidth and cache hits.
19
20 %description -l pl
21 Squidview jest interaktywnym konsolowym programem, który monitoruje
22 logi squida i wy¶wietla je w przyjemny sposób. Ma funkcje szukania i
23 raportowania, daj±c informacje takie jak przepustowo¶æ na u¿ytkownika
24 i trafienia cache-a.
25
26 %prep
27 %setup -q
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.094993 seconds and 4 git commands to generate.