Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > be693619aa2d49d43c14e444ad5785cc > files > 1

mdds-0.11.2-2.mga5.src.rpm

Name:		mdds
Version:	0.11.2
Release:	%mkrel 2
Summary:	A collection of multi-dimensional data structures and indexing algorithms

Group:		Development/C
License:	MIT
URL:		http://code.google.com/p/multidimalgorithm/
Source0:	http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2
# Temporary for Cauldron:
Obsoletes:	mdds0.6-devel mdds0.6
BuildRequires: boost-devel
BuildArch: noarch

%description
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

%package devel
Group: Development/C
Summary: Headers for %{name}
Requires: boost-devel

%description devel
Headers for %{name}.

%prep
%setup -q -n %{name}_%{version}
# this is only used in tests
sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in


%build
%configure2_5x


%install
%makeinstall_std
rm -fr %buildroot/usr/share/doc


%check
%make check

%files devel
%{_datadir}/pkgconfig/mdds.pc
%{_includedir}/mdds
%doc AUTHORS NEWS README


%changelog
* Sun Feb 01 2015 tv <tv> 0.11.2-2.mga5
+ Revision: 812979
- submit to core/release

* Sat Jan 31 2015 tv <tv> 0.11.2-1.mga5
+ Revision: 812798
- new release

* Wed Oct 15 2014 umeabot <umeabot> 0.10.3-3.mga5
+ Revision: 748194
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.10.3-2.mga5
+ Revision: 682323
- Mageia 5 Mass Rebuild

* Sat Jun 21 2014 sander85 <sander85> 0.10.3-1.mga5
+ Revision: 638300
- New version: 0.10.3

* Sat Feb 15 2014 tv <tv> 0.10.2-1.mga5
+ Revision: 591702
- new release

* Wed Feb 05 2014 tv <tv> 0.10.1-1.mga5
+ Revision: 583624
- new release

* Sat Oct 19 2013 umeabot <umeabot> 0.8.1-6.mga4
+ Revision: 529533
- Mageia 4 Mass Rebuild

* Wed Jul 10 2013 fwang <fwang> 0.8.1-5.mga4
+ Revision: 452381
- rebuild for new boost

* Sat Jun 08 2013 tv <tv> 0.8.1-4.mga4
+ Revision: 440631
- get rid of mdds0.6 SRPM too

* Fri Jun 07 2013 tv <tv> 0.8.1-3.mga4
+ Revision: 440248
- obsolete temporay mdds0.6-devel package

* Sat May 25 2013 tv <tv> 0.8.1-2.mga4
+ Revision: 426982
- package pkg-config file (needed by LO)

* Fri May 24 2013 tv <tv> 0.8.1-1.mga4
+ Revision: 426848
- new release

* Wed Apr 10 2013 malo <malo> 0.6.1-3.mga3
+ Revision: 409470
- rebuild for boost 1.53

* Sat Jan 12 2013 umeabot <umeabot> 0.6.1-2.mga3
+ Revision: 359882
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Dec 17 2012 tv <tv> 0.6.1-1.mga3
+ Revision: 331931
- fix group
- fix group
- new version
- update description
- clean up

* Mon Jul 04 2011 kharec <kharec> 0.5.2-1.mga2
+ Revision: 118121
- new version
- use %%configure2_5x

* Sun Jan 23 2011 dmorgan <dmorgan> 0.5.1-1.mga1
+ Revision: 35441
- Adapt to mageia
- imported package mdds


* Sat Jan 08 2011 David Tardon <dtardon@redhat.com> - 0.5.1-1
- new version

* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
- new version

* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
- new version

* Wed Jul 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.3.0-2
- rpmlint warnings

* Wed Jun 30 2010 David Tardon <dtardon@redhat.com> - 0.3.0-1
- initial import