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 - 1:5.15.0-3 +- Add %%check to run the upstream test suite on each build + * Mon Aug 26 2013 Kalev Lember - 1:5.15.0-2 - Fix the build