File mingw64-mdds.spec of Package mingw64-mdds

#
# 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
Version:        3.2.0
Release:        0
Summary:        A collection of multi-dimensional data structure and indexing algorithm
License:        MIT
Group:          System/Libraries
Url:            https://gitlab.com/mdds/mdds
Source:         https://gitlab.com/api/v4/projects/mdds%2Fmdds/packages/generic/source/%{version}/mdds-%{version}.tar.xz
#!BuildIgnore: post-build-checks
BuildRequires:  mingw64-cross-gcc-c++
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
%autosetup -p1 -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