auto-import squid-2.4.STABLE1-5 from squid-2.4.STABLE1-5.src.rpm
This commit is contained in:
parent
703f3d3fd8
commit
7771a54807
10
squid.spec
10
squid.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.4.STABLE1
|
Version: 2.4.STABLE1
|
||||||
Release: 4
|
Release: 5
|
||||||
Serial: 6
|
Serial: 6
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -27,7 +27,7 @@ BuildPrereq: openjade sgml-tools openldap-devel pam-devel
|
|||||||
Obsoletes: squid-novm
|
Obsoletes: squid-novm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Squid is a high-performance proxy caching server for web clients,
|
Squid is a high-performance proxy caching server for Web clients,
|
||||||
supporting FTP, gopher, and HTTP data objects. Unlike traditional
|
supporting FTP, gopher, and HTTP data objects. Unlike traditional
|
||||||
caching software, Squid handles all requests in a single,
|
caching software, Squid handles all requests in a single,
|
||||||
non-blocking, I/O-driven process. Squid keeps meta data and especially
|
non-blocking, I/O-driven process. Squid keeps meta data and especially
|
||||||
@ -38,7 +38,6 @@ Squid consists of a main server program squid, a Domain Name System
|
|||||||
lookup program (dnsserver), a program for retrieving FTP data
|
lookup program (dnsserver), a program for retrieving FTP data
|
||||||
(ftpget), and some management and client tools.
|
(ftpget), and some management and client tools.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .make
|
%patch0 -p1 -b .make
|
||||||
@ -245,9 +244,9 @@ fi
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
|
service squid stop >/dev/null 2>&1
|
||||||
rm -f /var/log/squid/*
|
rm -f /var/log/squid/*
|
||||||
/sbin/chkconfig --del squid
|
/sbin/chkconfig --del squid
|
||||||
service squid stop >/dev/null 2>&1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -259,6 +258,9 @@ if [ "$1" -ge "1" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- fix uninstall (#50411)
|
||||||
|
|
||||||
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
|
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- add some buildprereqs (#49705)
|
- add some buildprereqs (#49705)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user