]> git.pld-linux.org Git - packages/mdds.git/blame - mdds.spec
- up to 0.5.4
[packages/mdds.git] / mdds.spec
CommitLineData
dbe2120a
AM
1Summary: A collection of multi-dimensional data structures and indexing algorithms
2Name: mdds
61c8436d 3Version: 0.5.4
dbe2120a
AM
4Release: 1
5License: MIT
6Group: Development/Libraries
7URL: http://code.google.com/p/multidimalgorithm/
dbe2120a 8Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
61c8436d 9# Source0-md5: d33e6871e05709963d7feb48f9620900
dbe2120a
AM
10BuildRequires: boost-devel
11BuildArch: noarch
843e0754 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
dbe2120a
AM
13
14%description
15A collection of multi-dimensional data structures and indexing
16algorithms.
17
18It implements the following data structures:
19- segment tree
20- flat segment tree
21- rectangle set
22- point quad tree
23- mixed type matrix
24
25%package devel
26Summary: Headers for %{name}
27Group: Development/Libraries
28Requires: boost-devel
29
30%description devel
31Headers for %{name}.
32
dbe2120a
AM
33%prep
34%setup -q -n %{name}_%{version}
35# this is only used in tests
36sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{rpmcflags} -std/' Makefile.in
37
dbe2120a
AM
38%build
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
843e0754
ER
44install -d $RPM_BUILD_ROOT%{_includedir}/mdds
45cp -a include/mdds/* $RPM_BUILD_ROOT%{_includedir}/mdds
dbe2120a
AM
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files devel
51%defattr(644,root,root,755)
dbe2120a 52%doc AUTHORS COPYING NEWS README
843e0754 53%{_includedir}/mdds
This page took 0.035794 seconds and 4 git commands to generate.