rpms/xqilla/F-11 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xqilla.spec, 1.11, 1.12

Jonathan Robie jonathanrobie at fedoraproject.org
Fri Jan 15 20:52:25 UTC 2010


Author: jonathanrobie

Update of /cvs/pkgs/rpms/xqilla/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13799

Modified Files:
	.cvsignore sources xqilla.spec 
Log Message:
Initial commit - results in the following error:

error: No source number 1




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	29 Aug 2008 12:23:06 -0000	1.4
+++ .cvsignore	15 Jan 2010 20:52:24 -0000	1.5
@@ -1,2 +1 @@
-xerces-c-src_2_8_0.tar.gz
-XQilla-2.1.3.tar.gz
+XQilla-2.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	29 Aug 2008 12:23:06 -0000	1.4
+++ sources	15 Jan 2010 20:52:24 -0000	1.5
@@ -1,2 +1 @@
-5daf514b73f3e0de9e3fce704387c0d2  xerces-c-src_2_8_0.tar.gz
-95b46bb8b29674cd1ae56fb5080a5649  XQilla-2.1.3.tar.gz
+44e1d81db0b86a88ab96e14a5a052d1c  XQilla-2.2.3.tar.gz


Index: xqilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/F-11/xqilla.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- xqilla.spec	14 Apr 2009 02:07:18 -0000	1.11
+++ xqilla.spec	15 Jan 2010 20:52:24 -0000	1.12
@@ -1,14 +1,11 @@
-%define xercesc_dir xerces-c-src_2_8_0
-
 Name: xqilla
 Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C
 Group: System Environment/Libraries
-Version: 2.1.3
-Release: 0.6%{?dist}
+Version: 2.2.3
+Release: 0.1%{?dist}
 License: ASL 2.0
 URL: http://xqilla.sourceforge.net/HomePage
 Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz
-Source1: http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz
 
 Requires: libstdc++ >= 4.1.1 xerces-c >= 2.8.0
 
@@ -18,11 +15,6 @@ BuildRequires: xerces-c-devel >= 2.8.0 
 BuildRequires: autoconf automake libtool
 BuildRequires: doxygen graphviz
 
-Patch0: xqilla-cstdio.patch
-Patch1: xqilla-xercesc-libdir.patch
-
-%define xercesc_build_root %{_builddir}/%{xercesc_dir}
-
 %description
 XQilla is an XQuery and XPath 2.0 implementation written in C++ and based
 on Xerces-C. It implements the DOM 3 XPath API, as well as having it's own
@@ -49,8 +41,6 @@ simple-api and dom3-api documentation fo
 
 %prep
 %setup -q -b 1 -n XQilla-%{version}
-%patch0
-%patch1
 
 %build
 rm -f aclocal.m4
@@ -60,8 +50,7 @@ automake --add-missing --copy --force
 autoconf
 %configure \
 	--disable-static \
-	--disable-rpath \
-	--with-xerces=%{xercesc_build_root}
+	--disable-rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
@@ -107,6 +96,9 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}/simple-api
 
 %changelog
+* Fri Jan 15 2010 Jonathan Robie <jonathan.robie at redhat.com> 2.2.3-0.1
+- Updated to XQiilla 2.2.3, eliminated custom version of Xerces
+
 * Tue Apr 14 2009 Robert Scheck <robert at fedoraproject.org> 2.1.3-0.6
 - Added a few #include lines needed to build properly with g++ 4.4
 



More information about the scm-commits mailing list