General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

squidview spec file : Dries RPM Repository

Back to the squidview rpms

Current spec in pydar2:


# $Id: squidview.spec 4308 2006-04-21 22:20:20Z dries $

# Authority: dag
# Upstream: 

Summary: Interactive program which monitors squid logs and displays them in a nice fashion
Name: squidview
Version: 0.69
Release: 1.2
License: GPL
Group: Applications/Internet
URL: http://www.rillion.net/squidview/

Source: http://www.rillion.net/squidview/squidview-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: ncurses-devel, gcc-c++

%description
Squidview is an interactive program which monitors squid logs and
displays them in a nice fashion. It has searching and reporting
functions.

%prep
%setup

#%{__perl} -pi.orig -e '
#		s|PREFIX|prefix|g;
#		s|BINDIR|bindir|g;
#		s|DATADIR|datadir|g;
#		s|DOCDIR|docdir|g;
#	' Makefile

%build
%configure
%{__make} %{?_smp_mflags} \
	CXXFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%makeinstall

### Clean up buildroot
%{__rm} -rf %{buildroot}%{_datadir}/squidview/

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS ChangeLog COPYING example.log HOWTO NEWS README
%{_mandir}/man1/squidview*
%{_bindir}/squidview

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 0.69-1.2
- Rebuild for Fedora Core 5.

* Fri Nov 11 2005 Dries Verachtert  - 0.69-1
- Updated to release 0.69.

* Wed Dec 17 2003 Dag Wieers  - 0.63-0
- Updated to release 0.63.

* Sun Sep 21 2003 Dag Wieers  - 0.51-0
- Initial package. (using DAR)