|
|
|
@ -2,14 +2,14 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
|
Version: 0.8.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.9.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://code.google.com/p/multidimalgorithm/
|
|
|
|
|
Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
|
|
|
|
|
Source0: http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
|
|
|
|
@ -60,6 +60,9 @@ make check %{?_smp_mflags}
|
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Wed Sep 04 2013 David Tardon <dtardon@redhat.com> - 0.8.1-5
|
|
|
|
|
- run tests on all platforms
|
|
|
|
|
|
|
|
|
|