[packages/libgda5] - added patch to fix documentation building issues - disable broken Vala support - added to TODO
kiesiu
kiesiu at pld-linux.org
Sun Apr 7 16:21:41 CEST 2013
commit e9d229a1a6ba4f969b8d4b7b34289eb06922a752
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date: Sun Apr 7 16:20:49 2013 +0200
- added patch to fix documentation building issues
- disable broken Vala support - added to TODO
doc-fixes.patch | 23 +++++++++++++++++++++++
libgda5.spec | 6 ++++--
2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/libgda5.spec b/libgda5.spec
index 27211dd..9482d56 100644
--- a/libgda5.spec
+++ b/libgda5.spec
@@ -1,9 +1,9 @@
-# TODO: oracle, bdbsql providers
+# TODO: oracle, bdbsql providers; fix broken Vala support?
#
# Conditional build:
%bcond_without apidocs # don't generate API documentation
%bcond_without static_libs # don't build static libraries
-%bcond_without vala # Vala support
+%bcond_with vala # Vala support
# - database plugins:
%bcond_without jdbc # build without JDBC plugin
%bcond_without ldap # build without LDAP plugin
@@ -27,6 +27,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/libgda/5.0/libgda-%{version}.tar
Patch0: %{name}-configure.patch
Patch1: gi.patch
Patch2: graphviz-api.patch
+Patch3: doc-fixes.patch
URL: http://www.gnome-db.org/
BuildRequires: autoconf >= 2.67
BuildRequires: automake >= 1:1.8
@@ -318,6 +319,7 @@ Narzędzia graficzne dla GDA.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
# included version is bash-specific, use system file
diff --git a/doc-fixes.patch b/doc-fixes.patch
new file mode 100644
index 0000000..813fa64
--- /dev/null
+++ b/doc-fixes.patch
@@ -0,0 +1,23 @@
+diff -uNr libgda-5.0.3.old/doc/C/libgda-5.0-docs.sgml libgda-5.0.3/doc/C/libgda-5.0-docs.sgml
+--- libgda-5.0.3.old/doc/C/libgda-5.0-docs.sgml 2012-01-24 19:39:55.000000000 +0100
++++ libgda-5.0.3/doc/C/libgda-5.0-docs.sgml 2013-04-07 15:55:37.155192668 +0200
+@@ -310,7 +310,6 @@
+ <xi:include href="gettingstarted.xml"/>
+ <xi:include href="migration.xml"/>
+ <xi:include href="migration2.xml"/>
+- <xi:include href="migration3.xml"/>
+ <xi:include href="prov-notes.xml"/>
+ <xi:include href="limitations.xml"/>
+ </part>
+diff -uNr libgda-5.0.3.old/tools/browser/doc/gda-browser-docs.sgml libgda-5.0.3/tools/browser/doc/gda-browser-docs.sgml
+--- libgda-5.0.3.old/tools/browser/doc/gda-browser-docs.sgml 2012-01-24 19:06:49.000000000 +0100
++++ libgda-5.0.3/tools/browser/doc/gda-browser-docs.sgml 2013-04-07 15:30:00.193516920 +0200
+@@ -161,7 +161,7 @@
+
+ <part id="part_index">
+ <title>Appendix</title>
+- <xi:include href="fdl-appendix.xml"/>
++ <xi:include href="fdl-appendix.sgml"/>
+ </part>
+ </book>
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libgda5.git/commitdiff/e9d229a1a6ba4f969b8d4b7b34289eb06922a752
More information about the pld-cvs-commit
mailing list