File mingw64-mdds-1_2.spec of Package mingw64-mdds-1_2

#
# spec file for package mingw64-mdds
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           mingw64-mdds-1_2
Version:        1.2.0
Release:        0
Summary:        A collection of multi-dimensional data structure and indexing algorithm
License:        MIT
Group:          System/Libraries
Url:            http://code.google.com/p/multidimalgorithm/
Source:         http://kohei.us/files/mdds/src/mdds-%{version}.tar.bz2
#!BuildIgnore: post-build-checks
BuildRequires:  mingw64-cross-pkg-config
BuildRequires:  mingw64-cross-gcc-c++
BuildRequires:  mingw64-filesystem
BuildArch:      noarch
%_mingw64_package_header_debug

%description
This library provides a collection of multi-dimensional data structure and indexing
algorithms.  All data structures are available as C++ templates, hence this is a
header-only library, with no shared library to link against.

%package devel
Summary:        A collection of multi-dimensional data structure and indexing algorithm
Group:          Development/Libraries

%description devel
This library provides a collection of multi-dimensional data structure and indexing
algorithms.  All data structures are available as C++ templates, hence this is a
header-only library, with no shared library to link against.

%prep
%setup -q -n mdds-%{version}

%build
%{_mingw64_configure}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}

%files devel
%defattr(-,root,root)
%{_mingw64_includedir}/mdds-*
%{_mingw64_datadir}/pkgconfig/mdds-*.pc
%{_mingw64_docdir}

%changelog
openSUSE Build Service is sponsored by