]> git.pld-linux.org Git - packages/squidview.git/blob - squidview.spec
- added 'outdated' patch0 - updated
[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.60
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:  ad0628a8dcbe9a64194bd94df5dcf9ae
10 Patch0:         %{name}-pld.patch
11 Patch1:         %{name}-curses,howto-dest.patch
12 URL:            http://www.rillion.net/squidview/
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  ncurses-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Squidview is an interactive console program which monitors squid logs
19 and displays them in a nice fashion. It has searching and reporting
20 functions, giving information like per user bandwidth and cache hits.
21
22 %description -l pl
23 Squidview jest interaktywnym konsolowym programem, który monitoruje
24 logi squida i wy¶wietla je w przyjemny sposób. Ma funkcje szukania i
25 raportowania, daj±c informacje takie jak przepustowo¶æ na u¿ytkownika
26 i trafienia cache-a.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31 %patch1 -p1
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure
39 %{__make} CXXFLAGS="-I%{_includedir}/ncurses"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT PREFIX="%{_prefix}"
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc BUGS ChangeLog HOWTO README users words
52 %attr(754,root,root) %{_bindir}/*
This page took 0.02452 seconds and 3 git commands to generate.