|
|
@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Web
|
|
|
License: ASF
|
|
|
Version: %{V_apache}
|
|
|
-Release: 20030404
|
|
|
+Release: 20030408
|
|
|
|
|
|
# package options (suexec related)
|
|
|
%option with_suexec yes
|
|
|
@@ -859,8 +859,8 @@ AutoReqProv: no
|
|
|
%{SOURCE rc.apache} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
|
|
|
|
|
|
# strip installation binaries
|
|
|
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
|
|
|
- strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* 2> /dev/null || true
|
|
|
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
|
|
|
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* 2>/dev/null || true
|
|
|
|
|
|
# determine installation tree files
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
|