From 4bf63384493bb7ee039185c165cb58fa69269ce0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 31 Jul 2002 15:44:32 +0000 Subject: [PATCH] - initial release Changed files: squidview.spec -> 1.1 --- squidview.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 squidview.spec diff --git a/squidview.spec b/squidview.spec new file mode 100644 index 0000000..97d35b9 --- /dev/null +++ b/squidview.spec @@ -0,0 +1,43 @@ +Summary: A console program to nicely view squid's log +Summary(pl): Konsolowy program pozwalaj±cy ogl±daæ logi squida +Name: squidview +Version: 0.20 +Release: 1 +License: GPL v2 +Group: Applications/System +Source0: http://www.rillion.net/squidview/%{name}-%{version}.tar.gz +Patch0: %{name}-makefile.patch +URL: http://www.rillion.net/squidview/ +BuildRequires: ncurses-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Squidview is an interactive console program which monitors squid logs +and displays them in a nice fashion. It has searching and reporting +functions, giving information like per user bandwidth and cache hits. + +%description -l pl +Squidview jest interaktywnym konsolowym programem, który monitoruje +logi squida i wy¶wietla je w przyjemny sposób. Ma funkcje szukania i +raportowania, daj±c informacje takie jak przepustowo¶æ na u¿ytkownika +i trafienia cache-a. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} CXXFLAGS="-I%{_includedir}/ncurses" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT PREFIX="%{_prefix}" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README users words +%attr(754,root,root) %{_bindir}/* -- 2.44.0