|
@@ -47,7 +47,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Database
|
|
Group: Database
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: %{V_here}
|
|
Version: %{V_here}
|
|
|
-Release: 20030515
|
|
|
|
|
|
|
+Release: 20030516
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_color_primary 336699
|
|
%option with_color_primary 336699
|
|
@@ -276,11 +276,13 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/local
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/local
|
|
|
) || exit $?
|
|
) || exit $?
|
|
|
|
|
|
|
|
- # remove Win32 handler
|
|
|
|
|
|
|
+ # cleanup installation area
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*.svc
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*.svc
|
|
|
-
|
|
|
|
|
- # remove dependency check script
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/tools/rt-test-dependencies
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/tools/rt-test-dependencies
|
|
|
|
|
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/t
|
|
|
|
|
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/RT.pm.in
|
|
|
|
|
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xgettext.pl
|
|
|
|
|
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/pod2test
|
|
|
|
|
|
|
|
# setup/cleanup/upgrade script
|
|
# setup/cleanup/upgrade script
|
|
|
%if "%{with_db_mysql}" == "yes"
|
|
%if "%{with_db_mysql}" == "yes"
|