]> git.pld-linux.org Git - packages/mdds.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Feb 2013 16:58:54 +0000 (17:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Feb 2013 16:58:54 +0000 (17:58 +0100)
- 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

mdds.spec

index ff1a6ca8ff098d8e2026ea2ecbc579231bd51764..a687ab7e279e57e8dc12251cc52ff227bbe5f44f 100644 (file)
--- 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
This page took 0.069285 seconds and 4 git commands to generate.