2c0606
# header-only library
2c0606
%global debug_package %{nil}
2c0606
2c0606
%global apiversion 1.2
2c0606
2c0606
Name: mdds
2c0606
Version: 1.2.3
2c0606
Release: 1%{?dist}
2c0606
Summary: A collection of multi-dimensional data structures and indexing algorithms
2c0606
2c0606
License: MIT
2c0606
URL: https://gitlab.com/mdds/mdds
2c0606
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
2c0606
2c0606
BuildRequires: boost-devel
2c0606
2c0606
%description
2c0606
%{name} is a collection of multi-dimensional data structures and
2c0606
indexing algorithms.
2c0606
2c0606
%package devel
2c0606
Summary: Headers for %{name}
2c0606
BuildArch: noarch
2c0606
Requires: boost-devel
2c0606
Provides: %{name}-static = %{version}-%{release}
2c0606
2c0606
%description devel
2c0606
%{name} is a collection of multi-dimensional data structures and
2c0606
indexing algorithms.
2c0606
 
2c0606
It implements the following data structures:
2c0606
* segment tree
2c0606
* flat segment tree 
2c0606
* rectangle set
2c0606
* point quad tree
2c0606
* multi type matrix
2c0606
* multi type vector
2c0606
2c0606
See README.md for a brief description of the structures.
2c0606
2c0606
%prep
2c0606
%autosetup -p1
2c0606
2c0606
%build
2c0606
%configure
2c0606
2c0606
%install
2c0606
%make_install
2c0606
rm -rf %{buildroot}%{_docdir}/%{name}
2c0606
2c0606
%check
2c0606
make check %{?_smp_mflags}
2c0606
2c0606
%files devel
2c0606
%{_includedir}/%{name}-%{apiversion}
2c0606
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
2c0606
%doc AUTHORS NEWS README.md
2c0606
%license COPYING
2c0606
2c0606
%changelog
2c0606
* Mon Sep 18 2017 David Tardon <dtardon@redhat.com> - 1.2.3-1
2c0606
- Resolves: rhbz#1477097 rebase to 1.2.3
2c0606
2c0606
* Mon Feb 22 2016 David Tardon <dtardon@redhat.com> - 0.12.1-1
2c0606
- Resolves: rhbz#1290153 rebase to 0.12.1
2c0606
2c0606
* Fri Aug 22 2014 David Tardon <dtardon@redhat.com> - 0.10.3-1
2c0606
- Resolves: rhbz#1132069 rebase to 0.10.3
2c0606
2c0606
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.8.1-3
2c0606
- Mass rebuild 2013-12-27
2c0606
2c0606
* Mon Jun 10 2013 David Tardon <dtardon@redhat.com> - 0.8.1-2
2c0606
- trivial changes
2c0606
2c0606
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.8.1-1
2c0606
- new release
2c0606
2c0606
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.8.0-1
2c0606
- new release
2c0606
2c0606
* Mon Mar 18 2013 David Tardon <dtardon@redhat.com> - 0.7.1-1
2c0606
- new release
2c0606
2c0606
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.7.0-1
2c0606
- new release
2c0606
2c0606
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-3
2c0606
- Rebuild for Boost-1.53.0
2c0606
2c0606
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-2
2c0606
- Rebuild for Boost-1.53.0
2c0606
2c0606
* Tue Sep 18 2012 David Tardon <dtardon@redhat.com> - 0.6.1-1
2c0606
- new version
2c0606
2c0606
* Sat Jul 28 2012 David Tardon <dtardon@redhat.com> - 0.6.0-2
2c0606
- rebuilt for boost 1.50
2c0606
2c0606
* Mon Jul 23 2012 David Tardon <dtardon@redhat.com> - 0.6.0-1
2c0606
- new version
2c0606
2c0606
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-3
2c0606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2c0606
2c0606
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
2c0606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2c0606
2c0606
* Fri Nov 18 2011 David Tardon <dtardon@redhat.com> - 0.5.4-1
2c0606
- new version
2c0606
2c0606
* Thu Jul 14 2011 David Tardon <dtardon@redhat.com> - 0.5.3-1
2c0606
- new version
2c0606
2c0606
* Wed Mar 30 2011 David Tardon <dtardon@redhat.com> - 0.5.2-2
2c0606
- install license
2c0606
2c0606
* Tue Mar 29 2011 David Tardon <dtardon@redhat.com> - 0.5.2-1
2c0606
- new version
2c0606
2c0606
* Thu Mar 24 2011 David Tardon <dtardon@redhat.com> - 0.5.1-3
2c0606
- Resolves: rhbz#680766 fix a crash and two other bugs
2c0606
2c0606
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
2c0606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2c0606
2c0606
* Sat Jan 08 2011 David Tardon <dtardon@redhat.com> - 0.5.1-1
2c0606
- new version
2c0606
2c0606
* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
2c0606
- new version
2c0606
2c0606
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
2c0606
- new version
2c0606
2c0606
* Wed Jul 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.3.0-2
2c0606
- rpmlint warnings
2c0606
2c0606
* Wed Jun 30 2010 David Tardon <dtardon@redhat.com> - 0.3.0-1
2c0606
- initial import