[nip2/f18] Delete bundled GtkSheet in %prep per policy

Benjamin Gilbert bgilbert at fedoraproject.org
Sun Oct 21 18:59:43 UTC 2012


commit b3a8ec0c605a7d00313074dc7ef5048383948900
Author: Benjamin Gilbert <bgilbert at backtick.net>
Date:   Sun Oct 21 14:56:19 2012 -0400

    Delete bundled GtkSheet in %prep per policy

 nip2.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/nip2.spec b/nip2.spec
index cf70973..d20718b 100644
--- a/nip2.spec
+++ b/nip2.spec
@@ -46,11 +46,13 @@ touch -r configure.in configure.in.stamp
 %patch1 -p1
 touch -r configure.in.stamp configure.in
 
+# Disable bundled, forked GtkSheet (rhbz #622001)
+rm src/gtksheet* src/gtkitementry*
+
 # CVS dirs
 find . -name CVS -type d -print0 | xargs -0 rm -rf
 
 %build
-# Disable bundled, forked GtkSheet (rhbz #622001)
 %configure --disable-update-desktop --without-gtksheet
 make %{?_smp_mflags}
 
@@ -119,7 +121,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
-* Sat Oct 20 2012 Benjamin Gilbert <bgilbert at backtick.net> - 7.28.5-1
+* Sun Oct 21 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


More information about the scm-commits mailing list