From 1fb0db01cca7704c85961663006caed1526d69bb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 21:04:37 +0000 Subject: import mdds-1.2.3-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bad18f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mdds-1.2.3.tar.bz2 diff --git a/.mdds.metadata b/.mdds.metadata new file mode 100644 index 0000000..f446cce --- /dev/null +++ b/.mdds.metadata @@ -0,0 +1 @@ +f4b8dd11622725eba6ed4238c47cddadc844bf40 SOURCES/mdds-1.2.3.tar.bz2 diff --git a/SPECS/mdds.spec b/SPECS/mdds.spec new file mode 100644 index 0000000..69a0965 --- /dev/null +++ b/SPECS/mdds.spec @@ -0,0 +1,140 @@ +# header-only library +%global debug_package %{nil} + +%global apiversion 1.2 + +Name: mdds +Version: 1.2.3 +Release: 1%{?dist} +Summary: A collection of multi-dimensional data structures and indexing algorithms + +License: MIT +URL: https://gitlab.com/mdds/mdds +Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2 + +BuildRequires: boost-devel + +%description +%{name} is a collection of multi-dimensional data structures and +indexing algorithms. + +%package devel +Summary: Headers for %{name} +BuildArch: noarch +Requires: boost-devel +Provides: %{name}-static = %{version}-%{release} + +%description devel +%{name} is 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 +* multi type matrix +* multi type vector + +See README.md for a brief description of the structures. + +%prep +%autosetup -p1 + +%build +%configure + +%install +%make_install +rm -rf %{buildroot}%{_docdir}/%{name} + +%check +make check %{?_smp_mflags} + +%files devel +%{_includedir}/%{name}-%{apiversion} +%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc +%doc AUTHORS NEWS README.md +%license COPYING + +%changelog +* Mon Sep 18 2017 David Tardon - 1.2.3-1 +- Resolves: rhbz#1477097 rebase to 1.2.3 + +* Mon Feb 22 2016 David Tardon - 0.12.1-1 +- Resolves: rhbz#1290153 rebase to 0.12.1 + +* Fri Aug 22 2014 David Tardon - 0.10.3-1 +- Resolves: rhbz#1132069 rebase to 0.10.3 + +* Fri Dec 27 2013 Daniel Mach - 0.8.1-3 +- Mass rebuild 2013-12-27 + +* Mon Jun 10 2013 David Tardon - 0.8.1-2 +- trivial changes + +* Tue May 21 2013 David Tardon - 0.8.1-1 +- new release + +* Tue May 14 2013 David Tardon - 0.8.0-1 +- new release + +* Mon Mar 18 2013 David Tardon - 0.7.1-1 +- new release + +* Thu Feb 28 2013 David Tardon - 0.7.0-1 +- new release + +* Sun Feb 10 2013 Denis Arnaud - 0.6.1-3 +- Rebuild for Boost-1.53.0 + +* Sat Feb 09 2013 Denis Arnaud - 0.6.1-2 +- Rebuild for Boost-1.53.0 + +* Tue Sep 18 2012 David Tardon - 0.6.1-1 +- new version + +* Sat Jul 28 2012 David Tardon - 0.6.0-2 +- rebuilt for boost 1.50 + +* Mon Jul 23 2012 David Tardon - 0.6.0-1 +- new version + +* Thu Jul 19 2012 Fedora Release Engineering - 0.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Nov 18 2011 David Tardon - 0.5.4-1 +- new version + +* Thu Jul 14 2011 David Tardon - 0.5.3-1 +- new version + +* Wed Mar 30 2011 David Tardon - 0.5.2-2 +- install license + +* Tue Mar 29 2011 David Tardon - 0.5.2-1 +- new version + +* Thu Mar 24 2011 David Tardon - 0.5.1-3 +- Resolves: rhbz#680766 fix a crash and two other bugs + +* Tue Feb 08 2011 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jan 08 2011 David Tardon - 0.5.1-1 +- new version + +* Tue Dec 21 2010 David Tardon - 0.4.0-1 +- new version + +* Tue Nov 16 2010 David Tardon - 0.3.1-1 +- new version + +* Wed Jul 07 2010 Caolán McNamara - 0.3.0-2 +- rpmlint warnings + +* Wed Jun 30 2010 David Tardon - 0.3.0-1 +- initial import