|
|
@@ -25,7 +25,7 @@
|
|
|
# package version
|
|
|
%define V_maj 2
|
|
|
%define V_min 6
|
|
|
-%define V_rev 4
|
|
|
+%define V_rev 5
|
|
|
|
|
|
# package information
|
|
|
Name: squid
|
|
|
@@ -38,7 +38,7 @@ Class: BASE
|
|
|
Group: Web
|
|
|
License: GPL
|
|
|
Version: %{V_maj}.%{V_min}.%{V_rev}
|
|
|
-Release: 20061013
|
|
|
+Release: 20061103
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -97,7 +97,7 @@ AutoReqProv: no
|
|
|
# configure package
|
|
|
%{l_shtool} subst \
|
|
|
-e 's;/cgi-bin/;/openpkg-cgi/;' \
|
|
|
- src/cachemgr.c
|
|
|
+ tools/cachemgr.c
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
CPPFLAGS="%{l_cppflags}" \
|