[mdds] run tests on all platforms

David Tardon dtardon at fedoraproject.org
Wed Sep 4 11:05:25 UTC 2013


commit 9037e84c0877eb1bd70a7fd5ea5f0b21cca82735
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Sep 4 12:09:30 2013 +0200

    run tests on all platforms

 mdds.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mdds.spec b/mdds.spec
index c36584b..abd9e6c 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -1,6 +1,9 @@
+# header-only library
+%global debug_package %{nil}
+
 Name: mdds
 Version: 0.8.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A collection of multi-dimensional data structures and indexing algorithms
 
 Group: Development/Libraries
@@ -10,8 +13,6 @@ Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz
 
 BuildRequires: boost-devel
 
-BuildArch: noarch
-
 %description
 A collection of multi-dimensional data structures and indexing algorithms.
  
@@ -28,6 +29,7 @@ See README for a brief description of the structures.
 %package devel
 Group: Development/Libraries
 Summary: Headers for %{name}
+BuildArch: noarch
 Requires: boost-devel
 
 %description devel
@@ -58,6 +60,9 @@ make check %{?_smp_mflags}
 %doc AUTHORS COPYING NEWS README
 
 %changelog
+* Wed Sep 04 2013 David Tardon <dtardon at redhat.com> - 0.8.1-5
+- run tests on all platforms
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list