|
|
@@ -26,8 +26,7 @@
|
|
|
# FIXME: rse: Error: MM: mm:core: failed to open semaphore file (Permission denied): OS: No such file or directory
|
|
|
|
|
|
# package versions
|
|
|
-%define V_real 3-0-9
|
|
|
-%define V_here 3.0.9
|
|
|
+%define V_rt 3.0.10
|
|
|
%define V_log_dispatch 2.04
|
|
|
%define V_html_mason 1.26
|
|
|
%define V_mldbm 2.01
|
|
|
@@ -47,8 +46,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
-Version: %{V_here}
|
|
|
-Release: 20040406
|
|
|
+Version: %{V_rt}
|
|
|
+Release: 20040413
|
|
|
|
|
|
# package options
|
|
|
%option with_color_primary 336699
|
|
|
@@ -76,7 +75,7 @@ Source4: http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Mak
|
|
|
Source5: http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Fuzzy-%{V_locale_maketext_fuzzy}.tar.gz
|
|
|
Source6: http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/Regexp-Common-%{V_regexp_common}.tar.gz
|
|
|
Source7: http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-%{V_cache_cache}.tar.gz
|
|
|
-Source8: http://bestpractical.com/pub/rt/release/rt-%{V_real}.tar.gz
|
|
|
+Source8: http://bestpractical.com/pub/rt/release/rt-%{V_rt}.tar.gz
|
|
|
Source9: rc.rt
|
|
|
Source10: rtsetup
|
|
|
Source11: rtcleanup
|
|
|
@@ -120,9 +119,9 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog rt = {
|
|
|
- version = %{V_real}
|
|
|
- url = http://bestpractical.com/pub/rt/release/
|
|
|
- regex = rt-([\d-]+)\.tar\.gz
|
|
|
+ version = %{V_rt}
|
|
|
+ url = http://bestpractical.com/rt/download.html
|
|
|
+ regex = rt-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog rt:cache-cache = {
|
|
|
version = %{V_cache_cache}
|
|
|
@@ -181,7 +180,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 8
|
|
|
|
|
|
# patch RT distribution
|
|
|
- cd rt-%{V_real}
|
|
|
+ cd rt-%{V_rt}
|
|
|
%patch -p0
|
|
|
%{l_shtool} install -c -m 0644 %{l_value -s -a} \
|
|
|
%{SOURCE config.layout} .
|
|
|
@@ -200,7 +199,7 @@ AutoReqProv: no
|
|
|
|
|
|
%build
|
|
|
# configure RT part
|
|
|
- cd rt-%{V_real}
|
|
|
+ cd rt-%{V_rt}
|
|
|
PERL=%{l_prefix}/bin/perl
|
|
|
./configure \
|
|
|
--enable-layout=OPKG \
|
|
|
@@ -266,7 +265,7 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/rt/run
|
|
|
|
|
|
# perform RT installation procedure
|
|
|
- ( cd rt-%{V_real}
|
|
|
+ ( cd rt-%{V_rt}
|
|
|
%{l_make} %{l_mflags} \
|
|
|
config-install dirs libs-install etc-install bin-install \
|
|
|
sbin-install html-install doc-install \
|