OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Apr-2004 17:09:44
Branch: HEAD Handle: 2004041316094400
Modified files:
openpkg-src/rt rt.spec
Log:
upgrading package: rt 3.0.9 -> 3.0.10
Summary:
Revision Changes Path
1.127 +10 -11 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.126 -r1.127 rt.spec
--- openpkg-src/rt/rt.spec 6 Apr 2004 06:59:29 -0000 1.126
+++ openpkg-src/rt/rt.spec 13 Apr 2004 15:09:44 -0000 1.127
@@ -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 @@
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 @@
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 @@
%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 @@
%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 @@
%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 @@
$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 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]