[telepathy-mission-control] Add %check to run the upstream test suite on each build

Debarshi Ray rishi at fedoraproject.org
Thu Sep 19 15:16:20 UTC 2013


commit 192a7f0de967c74e669f1a9f5ce1f913f70e79db
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Thu Sep 19 17:16:04 2013 +0200

    Add %check to run the upstream test suite on each build

 telepathy-mission-control.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/telepathy-mission-control.spec b/telepathy-mission-control.spec
index 71f73bc..409cb8f 100644
--- a/telepathy-mission-control.spec
+++ b/telepathy-mission-control.spec
@@ -2,7 +2,7 @@
 
 Name:           telepathy-mission-control
 Version:        5.15.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 Summary:        Central control for Telepathy connection manager
 
@@ -16,6 +16,7 @@ BuildRequires:  glib2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  NetworkManager-glib-devel
+BuildRequires:  python-twisted-core
 BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
 BuildRequires:  upower-devel
 BuildRequires:  gtk-doc
@@ -66,6 +67,10 @@ chrpath --delete %{buildroot}%{_libexecdir}/mission-control-5
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
+%check
+make check
+
+
 %post -p /sbin/ldconfig
 
 
@@ -97,6 +102,9 @@ fi
 
 
 %changelog
+* Thu Sep 19 2013 Debarshi Ray <rishi at fedoraproject.org> - 1:5.15.0-3
+- Add %%check to run the upstream test suite on each build
+
 * Mon Aug 26 2013 Kalev Lember <kalevlember at gmail.com> - 1:5.15.0-2
 - Fix the build
 


More information about the scm-commits mailing list