[gnucash/f15] Re-enable python bindings. (#712621)

Bill Nottingham notting at fedoraproject.org
Wed Jul 6 19:01:49 UTC 2011


commit 1a1b9f1c85cee0db7520895fd5dcee0309fdd42f
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jun 13 15:25:39 2011 -0400

    Re-enable python bindings. (#712621)

 gnucash.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index dbd67a0..6fa639a 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -51,8 +51,9 @@ autoconf
 	--with-html-engine=webkit \
 	--enable-locale-specific-tax \
 	--enable-dbi \
- 	--disable-static
-#	--enable-python-bindings \ this is broken
+ 	--disable-static \
+	--enable-python-bindings
+
 #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
 #sed -i 's|^link_all_deplibs=no|link_all_deplibs=unknown|g' libtool
@@ -129,6 +130,7 @@ fi
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man*/*
+%{python_sitelib}/gnucash
 %config(noreplace) %{_sysconfdir}/gnucash/*
 %doc AUTHORS COPYING ChangeLog* HACKING NEWS README
 %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI


More information about the scm-commits mailing list