[gimp: 3/5] don't suppress abrt reporting, don't redirect bug reports to upstream

Nils Philippsen nphilipp at fedoraproject.org
Thu Dec 15 14:45:41 UTC 2011


commit 31c2223abc2fc9937bcac27ca2d3975225e4db0e
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Dec 15 13:59:43 2011 +0100

    don't suppress abrt reporting, don't redirect bug reports to upstream

 gimp.spec |   46 ----------------------------------------------
 1 files changed, 0 insertions(+), 46 deletions(-)
---
diff --git a/gimp.spec b/gimp.spec
index cadaf2b..bc50843 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -155,12 +155,6 @@ to find in similar commercial offerings, and some interesting extras as well.
 GIMP provides a large image manipulation toolbox, including channel operations
 and layers, effects, sub-pixel imaging and anti-aliasing, and conversions, all
 with multi-level undo.
-%if %unstable
-This is an UNSTABLE development version of GIMP. Please report bugs in the
-program upstream:
-
-https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP&version=%version
-%endif
 
 %package libs
 Summary:        GIMP libraries
@@ -170,12 +164,6 @@ License:        LGPLv3+
 %description libs
 The gimp-libs package contains shared libraries needed for the GNU Image
 Manipulation Program (GIMP).
-%if %unstable
-This is an UNSTABLE development version of GIMP. Please report bugs in the
-program upstream:
-
-https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP&version=%version
-%endif
 
 %package devel
 Summary:        GIMP plugin and extension development kit
@@ -191,12 +179,6 @@ Requires:       pkgconfig
 The gimp-devel package contains the static libraries and header files
 for writing GNU Image Manipulation Program (GIMP) plug-ins and
 extensions.
-%if %unstable
-This is an UNSTABLE development version of GIMP. Please report bugs in the
-program upstream:
-
-https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP&version=%version
-%endif
 
 %package devel-tools
 Summary:        GIMP plugin and extension development tools
@@ -207,12 +189,6 @@ Requires:       gimp-devel = %{?epoch:%{epoch}:}%{version}-%{release}
 %description devel-tools
 The gimp-devel-tools package contains gimptool, a helper program to build GNU
 Image Manipulation Program (GIMP) plug-ins and extensions.
-%if %unstable
-This is an UNSTABLE development version of GIMP. Please report bugs in the
-program upstream:
-
-https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP&version=%version
-%endif
 
 %package help-browser
 Summary:        GIMP help browser plug-in
@@ -224,12 +200,6 @@ Requires:       gimp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
 %description help-browser
 The gimp-help-browser package contains a lightweight help browser plugin for
 viewing GIMP online help.
-%if %unstable
-This is an UNSTABLE development version of GIMP. Please report bugs in the
-program upstream:
-
-https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP&version=%version
-%endif
 
 %prep
 cat << EOF
@@ -379,16 +349,6 @@ ln -snf gimptool-%{lib_api_version}.1 %{buildroot}%{_mandir}/man1/gimptool.1
 ln -snf gimprc-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimprc.5
 %endif
 
-%if %unstable
-# Suppress abrt bug reporting for unstable releases
-mkdir -p %{buildroot}%{_sysconfdir}/libreport/events.d
-cat << EOF > %{buildroot}%{_sysconfdir}/libreport/events.d/gimp-unstable.conf
-# don't generate abrt reports for unstable gimp releases
-EVENT=post-create executable~=.*/gimp.*
-    test -d "\$DUMP_DIR" && rm -rf -- "\$DUMP_DIR"
-EOF
-%endif # unstable
-
 %clean
 rm -rf %{buildroot}
 
@@ -476,12 +436,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %{_datadir}/icons/hicolor/*/apps/gimp.png
 
-%if %unstable
-%dir %{_sysconfdir}/libreport
-%dir %{_sysconfdir}/libreport/events.d
-%dir %{_sysconfdir}/libreport/events.d/gimp-unstable.conf
-%endif
-
 %files libs
 %defattr(-, root, root, 0755)
 %doc AUTHORS COPYING ChangeLog NEWS README


More information about the scm-commits mailing list