[gimp] run "make check"

Nils Philippsen nphilipp at fedoraproject.org
Sat Oct 20 12:33:49 UTC 2012


commit 570dfef76cb26951e5c526cff52b232c5cbe880e
Author: Nils Philippsen <nils at redhat.com>
Date:   Sat Oct 20 14:33:18 2012 +0200

    run "make check"

 gimp.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gimp.spec b/gimp.spec
index e4405e7..2662ccc 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -71,7 +71,7 @@ Summary:        GNU Image Manipulation Program
 Name:           gimp
 Epoch:          2
 Version:        2.8.2
-Release:        %{?prerelprefix}1%{dotprerel}%{dotgitrev}%{?dist}
+Release:        %{?prerelprefix}2%{dotprerel}%{dotgitrev}%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -392,6 +392,9 @@ ln -snf gimptool-%{lib_api_version}.1 %{buildroot}%{_mandir}/man1/gimptool.1
 ln -snf gimprc-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimprc.5
 %endif
 
+%check
+make check
+
 %clean
 rm -rf %{buildroot}
 
@@ -538,6 +541,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/gimp/%{lib_api_version}/plug-ins/help-browser
 
 %changelog
+* Sat Oct 20 2012 Nils Philippsen <nils at redhat.com> - 2:2.8.2-2
+- run "make check"
+
 * Fri Aug 24 2012 Nils Philippsen <nils at redhat.com> - 2:2.8.2-1
 - version 2.8.2
 


More information about the scm-commits mailing list