[ceelog] Added %check section to spec file.

Milan Bartos mbartos at fedoraproject.org
Mon Oct 1 11:13:08 UTC 2012


commit cfe398219a285c6b43623f72a2e3b3fdb9d84bb7
Author: Milan Bartos <mbartos at redhat.com>
Date:   Mon Oct 1 13:12:42 2012 +0200

    Added %check section to spec file.
    
    	modified:   ceelog.spec

 ceelog.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ceelog.spec b/ceelog.spec
index e6f413f..e1aff92 100644
--- a/ceelog.spec
+++ b/ceelog.spec
@@ -1,6 +1,6 @@
 Name:		ceelog
 Version:	0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Tool for receiving, filtering and searching CEE/Lumberjack logs
 
 License:	GPLv2
@@ -44,6 +44,9 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 rm -f %{buildroot}%{_libdir}/*.{a,la}
 
+%check
+make check
+
 %post libs -p /sbin/ldconfig
 
 %postun libs -p /sbin/ldconfig
@@ -61,6 +64,9 @@ rm -f %{buildroot}%{_libdir}/*.{a,la}
 
 
 %changelog
+* Mon Oct  1 2012 Milan Bartos <mbartos at redhat.com> - 0.1-2
+- added check section
+
 * Tue Sep 18 2012 Milan Bartos <mbartos at redhat.com> - 0.1-1
 - initial port
 


More information about the scm-commits mailing list