summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2016-01-29 20:38:02 (GMT)
committerJakub Bogusz2016-01-29 20:38:02 (GMT)
commitd531bae82755e7ce8a23fff9277a385abdf34f03 (patch)
tree266947a13876d0c700b367b912056414cc6062a3
parent266a3588af612731a32e04cfa45c39e3d5a487b0 (diff)
downloadxqilla-d531bae82755e7ce8a23fff9277a385abdf34f03.zip
xqilla-d531bae82755e7ce8a23fff9277a385abdf34f03.tar.gz
- updated to 2.3.2auto/th/xqilla-2.3.2-1
- added soname patch (don't decrease soname, probably libtool versioning mistake)
-rw-r--r--xqilla-soname.patch11
-rw-r--r--xqilla.spec10
2 files changed, 17 insertions, 4 deletions
diff --git a/xqilla-soname.patch b/xqilla-soname.patch
new file mode 100644
index 0000000..7e95853
--- /dev/null
+++ b/xqilla-soname.patch
@@ -0,0 +1,11 @@
+--- XQilla-2.3.2/Makefile.am.orig 2016-01-29 20:21:46.349549168 +0100
++++ XQilla-2.3.2/Makefile.am 2016-01-29 20:52:35.932804878 +0100
+@@ -17,7 +17,7 @@
+
+ # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
+ # -no-undefined for Cygwin (bug #1639669)
+-libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
++libxqilla_la_LDFLAGS = -version-info 6:2:0 -no-undefined
+
+ libxqilla_la_SOURCES = \
+ src/framework/ReferenceCounted.cpp \
diff --git a/xqilla.spec b/xqilla.spec
index ef1563f..40150e6 100644
--- a/xqilla.spec
+++ b/xqilla.spec
@@ -5,20 +5,21 @@
Summary: XQilla - C++ implementation of XQuery and XPath 2.0 based on Xerces-C
Summary(pl.UTF-8): XQilla - implementacja C++ XQuary i XPath 2.0 oparta na bibliotece Xerces-C
Name: xqilla
-Version: 2.3.0
-Release: 5
+Version: 2.3.2
+Release: 1
License: Apache v2.0
Group: Libraries
Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz
-# Source0-md5: 7261c7b4bb5a45cbf6270073976a51ce
+# Source0-md5: 66112611a77d633f42abcfd561661b01
Patch0: %{name}-link.patch
+Patch1: %{name}-soname.patch
URL: http://xqilla.sourceforge.net/
BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: faxpp-devel
BuildRequires: flex
BuildRequires: libstdc++-devel
-BuildRequires: libtool
+BuildRequires: libtool >= 2:1.5
BuildRequires: tidy-devel
BuildRequires: xerces-c-devel >= 3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +76,7 @@ Dokumentacja API biblioteki XQilla.
%prep
%setup -q -n XQilla-%{version}
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}