[libgsystem] Add check

Colin Walters walters at fedoraproject.org
Thu Dec 18 22:41:06 UTC 2014


commit 54c8c2c6296f1831d437da998601020918d8eadf
Author: Colin Walters <walters at verbum.org>
Date:   Thu Dec 18 17:40:55 2014 -0500

    Add check

 libgsystem.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libgsystem.spec b/libgsystem.spec
index 43a778f..8a6636e 100644
--- a/libgsystem.spec
+++ b/libgsystem.spec
@@ -1,6 +1,6 @@
 Name:           libgsystem
 Version:        2014.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GIO-based library with Unix/Linux specific API
 
 License:        LGPLv2+
@@ -48,6 +48,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %postun -p /sbin/ldconfig
 
+%check
+make check
 
 %files
 %doc README COPYING
@@ -62,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Thu Dec 18 2014 Colin Walters <walters at redhat.com> - 2014.3-3
+- Add check
+
 * Thu Dec 18 2014 Colin Walters <walters at redhat.com> - 2014.3-2
 - New upstream release
 


More information about the scm-commits mailing list