rpms/xqilla/devel xqilla.spec,1.12,1.13

Jonathan Robie jonathanrobie at fedoraproject.org
Fri Feb 5 17:52:17 UTC 2010


Author: jonathanrobie

Update of /cvs/pkgs/rpms/xqilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29564

Modified Files:
	xqilla.spec 
Log Message:
Move to XQilla 2.2.3, building against Xerces 3.0.1



Index: xqilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/xqilla.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- xqilla.spec	27 Jul 2009 08:43:04 -0000	1.12
+++ xqilla.spec	5 Feb 2010 17:52:17 -0000	1.13
@@ -1,28 +1,21 @@
-%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.7%{?dist}
+Version: 2.2.3
+Release: 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
+Requires: libstdc++ >= 4.1.1 xerces-c >= 3.0.1
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
+# BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: xerces-c-devel >= 2.8.0 
+BuildRequires: xerces-c-devel >= 3.0.1 
 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
@@ -32,7 +25,7 @@ and XPath 2.0.
 %package devel
 Group: Development/Libraries
 Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C
-Requires: %{name} = %{version}-%{release} xerces-c-devel >= 2.8.0
+Requires: %{name} = %{version}-%{release} xerces-c-devel >= 3.0.1
 
 %description devel
 XQilla is an XQuery and XPath 2.0 implementation written in C++ and based
@@ -48,28 +41,15 @@ Summary: XQilla documentation
 simple-api and dom3-api documentation for XQilla.
 
 %prep
-%setup -q -b 1 -n XQilla-%{version}
-%patch0
-%patch1
+%setup -q 
 
 %build
-rm -f aclocal.m4
-aclocal
-libtoolize --force --copy
-automake --add-missing --copy --force
-autoconf
-%configure \
-	--disable-static \
-	--disable-rpath \
-	--with-xerces=%{xercesc_build_root}
-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}
+%configure
+make
 make docs
 
 %install
 rm -rf %{buildroot}
-export CPPROG="cp -p"
 make install DESTDIR=%{buildroot}
 find %{buildroot} -name '*.la' -exec rm -f '{}' ';'
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
@@ -106,7 +86,11 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}/dom3-api
 %{_defaultdocdir}/%{name}-%{version}/simple-api
 
+
 %changelog
+* Fri Feb  5 2010 Jonathan Robie <jrobie at localhost.localdomain> - 2.2.3-1
+- Move to version 2.2.3, using Xerces 3.0.1
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.3-0.7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list