Ralf S. Engelschall преди 17 години
родител
ревизия
d701df0442
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      squid/squid.spec

+ 3 - 3
squid/squid.spec

@@ -37,14 +37,14 @@ Class:        BASE
 Group:        Web
 License:      GPL
 Version:      %{V_maj}.%{V_min}.%{V_rev}
-Release:      20080220
+Release:      20080221
 
 #   package options
 %option       with_fsl        yes
 %option       with_ssl        no
 %option       with_snmp       no
 %option       with_ntlm       no
-%option       with_largefiles no
+%option       with_largefile  no
 
 #   list of sources
 Source0:      http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}.tar.gz
@@ -123,7 +123,7 @@ AutoReqProv:  no
 %else
         --enable-auth="basic digest" \
 %endif
-%if "%{with_largefiles}" == "yes"
+%if "%{with_largefile}" == "yes"
         --with-large-files \
 %endif
         --enable-basic-auth-helpers="NCSA" \