|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%global do_perf_tests 0
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
|
Version: 0.5.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.5.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -11,9 +11,6 @@ License: MIT
|
|
|
|
|
URL: http://code.google.com/p/multidimalgorithm/
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
|
|
|
|
|
Patch0: compare-to-the-other-node.patch
|
|
|
|
|
Patch1: add-missing-link.patch
|
|
|
|
|
Patch2: do-not-insert-new-node.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
%if %{do_mem_tests}
|
|
|
|
@ -45,9 +42,6 @@ Headers for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}_%{version}
|
|
|
|
|
%patch0 -p1 -b .compare-to-the-other-node.patch
|
|
|
|
|
%patch1 -p1 -b .add-missing-link.patch
|
|
|
|
|
%patch2 -p1 -b .do-not-insert-new-node.patch
|
|
|
|
|
# this is only used in tests
|
|
|
|
|
sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
|
|
|
|
|
|
|
|
|
@ -92,6 +86,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 29 2011 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
|
|
|
|
* new version
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2011 David Tardon <dtardon@redhat.com> - 0.5.1-3
|
|
|
|
|
- Resolves: rhbz#680766 fix a crash and two other bugs
|
|
|
|
|
|
|
|
|
|