|
|
@@ -24,8 +24,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_opkg 2.3.0
|
|
|
-%define V_dist 2_3_0
|
|
|
+%define V_opkg 2.4.0
|
|
|
+%define V_dist 2_4_0
|
|
|
|
|
|
# package information
|
|
|
Name: xerces-c
|
|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Web
|
|
|
License: Apache Software License 1.1
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20030918
|
|
|
+Release: 20031203
|
|
|
|
|
|
# package options
|
|
|
%option with_pth no
|
|
|
@@ -51,7 +51,7 @@ Release: 20030918
|
|
|
%endif
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://xml.apache.org/dist/xerces-c/stable/xerces-c-src_%{V_dist}.tar.gz
|
|
|
+Source0: http://xml.apache.org/dist/xerces-c/stable/xerces-c-src%{V_dist}.tar.gz
|
|
|
Patch0: xerces-c.patch
|
|
|
Patch1: xerces-c.patch.pth
|
|
|
|
|
|
@@ -71,7 +71,7 @@ AutoReqProv: no
|
|
|
Xerces-C++ is a validating XML parser written in a portable subset of C++.
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n xerces-c-src_%{V_dist}
|
|
|
+ %setup -q -n xerces-c-src%{V_dist}
|
|
|
%patch0 -p0
|
|
|
%if "%{with_pth}" == "yes"
|
|
|
%patch1 -p0
|