|
|
|
@ -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@redhat.com> - 0.8.1-5
|
|
|
|
|
- run tests on all platforms
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|