[nip2] Disable bundled GtkSheet

Benjamin Gilbert bgilbert at fedoraproject.org
Sun Oct 21 01:58:07 UTC 2012


commit 55b25828c2bfd502c8468bc4419b4ce10e0dfd5e
Author: Benjamin Gilbert <bgilbert at backtick.net>
Date:   Sat Oct 20 00:08:09 2012 -0400

    Disable bundled GtkSheet

 nip2.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/nip2.spec b/nip2.spec
index f1311c8..4ff935a 100644
--- a/nip2.spec
+++ b/nip2.spec
@@ -48,7 +48,8 @@ touch -r configure.in.stamp configure.in
 
 
 %build
-%configure --disable-update-desktop
+# Disable bundled, forked GtkSheet (rhbz #622001)
+%configure --disable-update-desktop --without-gtksheet
 make %{?_smp_mflags}
 
 
@@ -110,10 +111,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
-* Wed Oct 17 2012 Benjamin Gilbert <bgilbert at backtick.net> - 7.30.1-1
+* Sat Oct 20 2012 Benjamin Gilbert <bgilbert at backtick.net> - 7.30.1-1
 - New release
 - Switch back to goffice 0.8 for gtk2
 - Fix build with flex 2.5.36
+- Disable bundled GtkSheet
 - Minor specfile cleanups
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.28.1-3


More information about the scm-commits mailing list