You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/11/19 23:59:23 UTC

cvs commit: xml-xerces/c xerces-c.spec version.incl

peiyongz    2003/11/19 14:59:23

  Modified:    c        xerces-c.spec version.incl
  Log:
  build xercesc2_4_0
  
  Revision  Changes    Path
  1.5       +3 -3      xml-xerces/c/xerces-c.spec
  
  Index: xerces-c.spec
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/xerces-c.spec,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xerces-c.spec	16 Jun 2003 14:38:41 -0000	1.4
  +++ xerces-c.spec	19 Nov 2003 22:59:23 -0000	1.5
  @@ -1,4 +1,4 @@
  -%define tarversion 2_3_0
  +%define tarversion 2_4_0
   
   # threads
   # values: pthreads, none
  @@ -6,7 +6,7 @@
   
   Summary:	Xerces-C++ validating XML parser
   Name:		xerces-c
  -Version:	2.3.0
  +Version:	2.4.0
   Release:	3
   URL:		http://xml.apache.org/xerces-c/
   Source0:    %{name}-src_%{tarversion}.tar.gz
  @@ -67,7 +67,7 @@
   export XERCESCROOT=$RPM_BUILD_DIR/%{name}-src_%{tarversion}
   cd $XERCESCROOT/src/xercesc
   make PREFIX=$RPM_BUILD_ROOT%{prefix} install
  -ln -sf %{prefix}/lib/libxerces-c.so.23 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so
  +ln -sf %{prefix}/lib/libxerces-c.so.24 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so
   mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
   #we don't want obj directory
   install `find $XERCESCROOT/bin -type f -maxdepth 1` $RPM_BUILD_ROOT%{prefix}/bin
  
  
  
  1.14      +3 -3      xml-xerces/c/version.incl
  
  Index: version.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/version.incl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- version.incl	14 Mar 2003 21:08:59 -0000	1.13
  +++ version.incl	19 Nov 2003 22:59:23 -0000	1.14
  @@ -56,6 +56,6 @@
   #
   # $Id$
   #
  -VER=2_3_0
  -SO_TARGET_VERSION=23
  +VER=2_4_0
  +SO_TARGET_VERSION=24
   SO_TARGET_VERSION_MAJOR=0
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org