[lbzip2] 829461 - Run unit tests during build

lzap lzap at fedoraproject.org
Wed Jun 13 08:22:41 UTC 2012


commit 56265039033dc87c7bfbabb6b0f8def6f3a3c15c
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Wed Jun 13 10:22:34 2012 +0200

    829461 - Run unit tests during build

 lbzip2.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/lbzip2.spec b/lbzip2.spec
index 507d825..b9e2f0f 100644
--- a/lbzip2.spec
+++ b/lbzip2.spec
@@ -1,6 +1,6 @@
 Name:           lbzip2
 Version:        2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fast, multi-threaded bzip2 utility
 Group:          Applications/File
 License:        GPLv3+
@@ -29,6 +29,10 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 
+%check
+make check
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -45,6 +49,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 13 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-3
+- 829461 - Run unit tests during build
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list