From: Jakub Bogusz Date: Thu, 14 Feb 2013 16:58:54 +0000 (+0100) Subject: - pl X-Git-Tag: auto/th/mdds-0.7.1-1~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=021b47240dafab1e48d356ed856b02815592faa4;p=packages%2Fmdds.git - pl - pass --with-hash-container=boost to be consistent with specified dependencies (boost not C++11-compliant compiler) - only -devel binary package exists, so copied full description there --- diff --git a/mdds.spec b/mdds.spec index ff1a6ca..a687ab7 100644 --- a/mdds.spec +++ b/mdds.spec @@ -1,15 +1,17 @@ Summary: A collection of multi-dimensional data structures and indexing algorithms +Summary(pl.UTF-8): Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących Name: mdds Version: 0.6.0 Release: 1 License: MIT Group: Development/Libraries -URL: http://code.google.com/p/multidimalgorithm/ +#Source0Download: https://code.google.com/p/multidimalgorithm/downloads/list Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 # Source0-md5: 3e89a35f253a4f1c7de68c57d851ef38 Patch0: 0001-Fixes-build-breakage-on-Debian.patch Patch1: 0001-fix-linking-error-with-boost-1.50.patch Patch2: 0001-help-compiler-select-the-right-overload-of-vector-in.patch +URL: http://code.google.com/p/multidimalgorithm/ BuildRequires: boost-devel BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,13 +27,40 @@ It implements the following data structures: - point quad tree - mixed type matrix +%description -l pl.UTF-8 +Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących. +Zaimplementowane są następujące struktury danych: +- drzewo segmentowe +- płaskie drzewo segmentowe +- zbiór prostokątów +- drzewo czwórkowe (quadtree) dla punktów +- macierz mieszana + %package devel -Summary: Headers for %{name} +Summary: A collection of multi-dimensional data structures and indexing algorithms +Summary(pl.UTF-8): Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących Group: Development/Libraries Requires: boost-devel %description devel -Headers for %{name}. +A collection of multi-dimensional data structures and indexing +algorithms. + +It implements the following data structures: +- segment tree +- flat segment tree +- rectangle set +- point quad tree +- mixed type matrix + +%description devel -l pl.UTF-8 +Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących. +Zaimplementowane są następujące struktury danych: +- drzewo segmentowe +- płaskie drzewo segmentowe +- zbiór prostokątów +- drzewo czwórkowe (quadtree) dla punktów +- macierz mieszana %prep %setup -q -n %{name}_%{version} @@ -43,7 +72,9 @@ Headers for %{name}. sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{rpmcflags} -std/' Makefile.in %build -%configure +# we can switch from boost to c++0x (the default) if sufficiently new C++11 compliant g++ is enforced +%configure \ + --with-hash-container=boost %{__make} %install