]> git.pld-linux.org Git - packages/squidview.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 31 Jul 2002 15:44:32 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squidview.spec -> 1.1

squidview.spec [new file with mode: 0644]

diff --git a/squidview.spec b/squidview.spec
new file mode 100644 (file)
index 0000000..97d35b9
--- /dev/null
@@ -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}/*
This page took 0.061579 seconds and 4 git commands to generate.