summaryrefslogtreecommitdiff
path: root/libwbxml.spec
diff options
context:
space:
mode:
authorSzymon Siwek2008-10-22 18:51:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1de9c85b55f49b5c5d98dbe7f698af89f961fc75 (patch)
tree43562307a4c9e7f51f15e21b89e3dfbee1ebae5b /libwbxml.spec
parentb177dbc27646650c4571a7ec009665d831149bb2 (diff)
downloadlibwbxml-1de9c85b55f49b5c5d98dbe7f698af89f961fc75.zip
libwbxml-1de9c85b55f49b5c5d98dbe7f698af89f961fc75.tar.gz
- added no_libxml2.patch, updated TODO
Changed files: libwbxml.spec -> 1.17
Diffstat (limited to 'libwbxml.spec')
-rw-r--r--libwbxml.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/libwbxml.spec b/libwbxml.spec
index 9cb329d..2577b73 100644
--- a/libwbxml.spec
+++ b/libwbxml.spec
@@ -1,7 +1,5 @@
# TODO:
# - kill unecessary -lnsl etc.
-# - lib is linked with -lexpat, but .pc specifies libxml2
-# - remove libxml junk from wbxml_tree.h - it breaks php-wbxml.spec
# - maybe add datetime.patch from synce repository
# - add changeset 59 (fix for segfault)
# - namespace.patch from synce trunk contains some improvements
@@ -10,7 +8,7 @@ Summary: WBXML2 Library
Summary(pl.UTF-8): Biblioteka WBXML2
Name: wbxml2
Version: 0.9.2
-Release: 3.1
+Release: 3.3
License: LGPL v2.1+
Group: Libraries
Source0: http://dl.sourceforge.net/wbxmllib/%{name}-%{version}.tar.gz
@@ -30,6 +28,7 @@ Patch11: %{name}-r57.patch
Patch12: %{name}-r58.patch
#Patch13: http://synce.svn.sourceforge.net/viewvc/synce/trunk/patches/wbxml-svn-r53-namespace.patch?revision=2914
Patch13: %{name}-namespace.patch
+Patch14: %{name}-no_libxml2.patch
URL: http://libwbxml.aymerick.com/
BuildRequires: autoconf
BuildRequires: automake
@@ -89,6 +88,7 @@ Statyczna biblioteka WBXML2.
%patch11 -p3
%patch12 -p3
%patch13 -p1
+%patch14 -p1
%build
%{__libtoolize}