[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Apr 20 11:55:36 EDT 2004


User:      jon
Date:      2004-04-20 15:55:36 GMT
Modified:  SPECS    Tag: STABLE_5_2-branch interchange.spec
Added:     SPECS    Tag: STABLE_5_2-branch interchange.cfg.patch
Log:
Update RPM build files for 5.1.1 release.

Revision  Changes    Path
No                   revision



No                   revision



2.24.4.1  +23 -2     interchange/SPECS/interchange.spec


rev 2.24.4.1, prev_rev 2.24
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.24
retrieving revision 2.24.4.1
diff -u -u -r2.24 -r2.24.4.1
--- interchange.spec	3 Dec 2003 19:39:12 -0000	2.24
+++ interchange.spec	20 Apr 2004 15:55:36 -0000	2.24.4.1
@@ -1,5 +1,5 @@
 # use Perl installation in /usr/local custom built from source?
-%define localperl 0
+%define localperl 1
 
 %if %localperl
 %define __perl /usr/local/bin/perl
@@ -14,7 +14,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 5.0.0
+Version: 5.1.1
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons
@@ -26,6 +26,7 @@
 Source2: interchange-init
 Source3: interchange-logrotate
 Source4: interchange-cron
+Source5: interchange.cfg.patch
 License: GPL
 Prereq: /sbin/chkconfig, /sbin/service, /usr/sbin/useradd, /usr/sbin/groupadd
 Requires: perl >= 5.6.0
@@ -93,6 +94,8 @@
 %__cp -p extra/HTML/Entities.pm $RPM_BUILD_ROOT$ICBASE/build
 %__cp -p extra/IniConf.pm $RPM_BUILD_ROOT$ICBASE/build
 %__cp -R -p eg extensions $RPM_BUILD_ROOT$ICBASE
+%__mkdir_p $RPM_BUILD_ROOT%_bindir
+%__cp -p eg/te $RPM_BUILD_ROOT%_bindir
 
 # Tell Perl where to find IC libraries during build time
 export PERL5LIB=$RPM_BUILD_ROOT$ICBASE/lib
@@ -184,6 +187,9 @@
 %__mv interchange.cfg.dist $RPM_BUILD_ROOT$ETCBASE/interchange.cfg
 %__ln_s $ETCBASE/interchange.cfg
 
+# Move location of debug log to /var/log/interchange
+patch -p0 $RPM_BUILD_ROOT$ETCBASE/interchange.cfg < %SOURCE5
+
 # Put global error log in /var/log/interchange instead of IC software directory
 RPMICLOG=$LOGBASE/interchange/error.log
 %__rm -f error.log
@@ -250,6 +256,7 @@
 %dir %{_libdir}/interchange
 %{webdir}/html/interchange-5
 %{_mandir}/*/*
+%{_bindir}/te
 
 
 %files foundation-demo
@@ -380,6 +387,20 @@
 
 
 %changelog
+* Tue Apr 20 2004 Jon Jensen <jon at icdevgroup.org>
+- fix little bugs in installing te and interchange.cfg patch
+- rebuild for Interchange 5.1.1
+
+* Mon Apr 12 2004 Jon Jensen <jon at icdevgroup.org>
+- simplify logrotate params
+- rebuild for Interchange 5.3.0
+
+* Thu Apr 01 2004 Jon Jensen <jon at icdevgroup.org>
+- install eg/te into /usr/bin for easy access to tab-delimited file editor
+
+* Thu Jan 08 2004 Jon Jensen <jon at icdevgroup.org>
+- add patch moving debug log to /var/log/interchange
+
 * Wed Dec 03 2003 Jon Jensen <jon at icdevgroup.org> 5.0.0-1
 - Update for new release
 - Add new expired session/tmp removal script for cron



No                   revision



No                   revision



2.1.2.1   +2 -2      interchange/SPECS/interchange.cfg.patch


rev 2.1.2.1, prev_rev 2.1
Index: interchange.cfg.patch
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.cfg.patch,v
retrieving revision 2.1
retrieving revision 2.1.2.1
diff -u -u -r2.1 -r2.1.2.1
--- interchange.cfg.patch	14 Apr 2004 12:10:04 -0000	2.1
+++ interchange.cfg.patch	20 Apr 2004 15:55:36 -0000	2.1.2.1
@@ -4,8 +4,8 @@
  
  ifdef @DEBUG
  
--Message Sending debug to /tmp/icdebug.
--DebugFile /tmp/icdebug
+-Message Sending debug messages to debug.log.
+-DebugFile debug.log
 +Message Sending debug to /var/log/interchange/debug.log.
 +DebugFile /var/log/interchange/debug.log
  








More information about the interchange-cvs mailing list