[nip2/f18] Disable bundled GtkSheet

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


commit a52198934b04f56ec0c28665bcd712a1bca823b2
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 c0c7b6c..cf70973 100644
--- a/nip2.spec
+++ b/nip2.spec
@@ -50,7 +50,8 @@ touch -r configure.in.stamp configure.in
 find . -name CVS -type d -print0 | xargs -0 rm -rf
 
 %build
-%configure --disable-update-desktop
+# Disable bundled, forked GtkSheet (rhbz #622001)
+%configure --disable-update-desktop --without-gtksheet
 make %{?_smp_mflags}
 
 
@@ -118,10 +119,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
-* Wed Oct 17 2012 Benjamin Gilbert <bgilbert at backtick.net> - 7.28.5-1
+* Sat Oct 20 2012 Benjamin Gilbert <bgilbert at backtick.net> - 7.28.5-1
 - New release
 - Switch back to goffice 0.8 for gtk2
 - Fix build with flex 2.5.36
+- Disable bundled GtkSheet
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.28.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list