[geany-plugins/el6] disable scope plugin for el6

Dominic Hopf dmaphy at fedoraproject.org
Sun Nov 2 10:17:00 UTC 2014


commit 3269aa1e402583917cb6e06b247a50e2bffe3a36
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Sun Nov 2 11:10:22 2014 +0100

    disable scope plugin for el6

 geany-plugins.spec |   51 +++++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 24 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 629c050..9b7ef47 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        1.24
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -501,23 +501,23 @@ Provides:  geany-plugins-pretty-print >= 1.23
 Plugin for Geany to easily beautify XML code.
 
 
-%package scope
-Summary:   Graphical GDB front-end
-Group:     Development/Tools
-Requires:  geany-plugins-common = %{version}-%{release}
-Requires:  gdb >= 7.3
-
-%description scope
-Scope is a graphical GDB front-end with the normal functions you would
-expect (stepping, breakpoints...), and a few notable features:
-
-* The communication between Scope and GDB is asynchronous
-* You can enter any GDB command, at any time
-  (of course, for the command to be executed, GDB must be[come] available)
-* All GDB I/O (along with some other messages) is displayed in a terminal-like
-  "Debug Console". Whenever you find the GUI lacking, simply switch to that
-  console and work directly with GDB
-* 7-bit/Locale/UTF-8 support for values.
+#%package scope
+#Summary:   Graphical GDB front-end
+#Group:     Development/Tools
+#Requires:  geany-plugins-common = %{version}-%{release}
+#Requires:  gdb >= 7.3
+#
+#%description scope
+#Scope is a graphical GDB front-end with the normal functions you would
+#expect (stepping, breakpoints...), and a few notable features:
+#
+#* The communication between Scope and GDB is asynchronous
+#* You can enter any GDB command, at any time
+#  (of course, for the command to be executed, GDB must be[come] available)
+#* All GDB I/O (along with some other messages) is displayed in a terminal-like
+#  "Debug Console". Whenever you find the GUI lacking, simply switch to that
+#  console and work directly with GDB
+#* 7-bit/Locale/UTF-8 support for values.
 
 
 %package shiftcolumn
@@ -608,7 +608,7 @@ automatically inserts a matching snippet after you type an opening tag.
 
 
 %build
-%configure --docdir=%{geany_plug_docdir}
+%configure --docdir=%{geany_plug_docdir} --disable-scope
 make %{?_smp_mflags}
 
 
@@ -817,11 +817,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/pretty-printer.so
 
 
-%files scope
-%defattr(-,root,root,-)
-%doc %{geany_plug_docdir}/scope/
-%{_datadir}/geany-plugins/scope/
-%{_libdir}/geany/scope.so
+#%files scope
+#%defattr(-,root,root,-)
+#%doc %{geany_plug_docdir}/scope/
+#%{_datadir}/geany-plugins/scope/
+#%{_libdir}/geany/scope.so
 
 
 %files shiftcolumn
@@ -867,6 +867,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Nov 02 2014 Dominic Hopf <dmaphy at fedoraproject.org> - 1.24-2
+- disable scope plugin for el6
+
 * Tue Apr 15 2014 Dominic Hopf <dmaphy at fedoraproject.org> - 1.24-1
 - New upstream release: Geany-Plugins 1.24
 - remove geanygdb from specfile


More information about the scm-commits mailing list