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

Bill Nottingham notting at fedoraproject.org
Mon Jun 13 19:27:38 UTC 2011


commit 37c882f4ccfc35f81d4cb7c60f2922d4ae04743a
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 bacafd9..ded05a9 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -77,8 +77,9 @@ autoreconf
 	--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
@@ -155,6 +156,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