From 545cb123c72bf850e02b2b7d6465e35fff4b4fbd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 05 2015 13:11:12 +0000 Subject: import mdds-0.10.3-1.el7 --- diff --git a/.gitignore b/.gitignore index fbe24c9..340d299 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mdds_0.8.1.tar.bz2 +SOURCES/mdds_0.10.3.tar.bz2 diff --git a/.mdds.metadata b/.mdds.metadata index 9925f2d..448d6a5 100644 --- a/.mdds.metadata +++ b/.mdds.metadata @@ -1 +1 @@ -4c63c595ef1b863e3d57e7918796b5033cfeaa8d SOURCES/mdds_0.8.1.tar.bz2 +0c4fa77918b8cc8ad32460c8d8a679e065976dbe SOURCES/mdds_0.10.3.tar.bz2 diff --git a/SPECS/mdds.spec b/SPECS/mdds.spec index 3af36c5..7dc60aa 100644 --- a/SPECS/mdds.spec +++ b/SPECS/mdds.spec @@ -1,17 +1,18 @@ +# header-only library +%global debug_package %{nil} + Name: mdds -Version: 0.8.1 -Release: 3%{?dist} +Version: 0.10.3 +Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries License: MIT URL: http://code.google.com/p/multidimalgorithm/ -Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 +Source0: http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2 BuildRequires: boost-devel -BuildArch: noarch - %description A collection of multi-dimensional data structures and indexing algorithms. @@ -28,7 +29,9 @@ See README for a brief description of the structures. %package devel Group: Development/Libraries Summary: Headers for %{name} +BuildArch: noarch Requires: boost-devel +Provides: %{name}-static = %{version}-%{release} %description devel Headers for %{name}. @@ -36,18 +39,16 @@ 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 +sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/="%{optflags}"/' configure %build %configure %install -mkdir -p %{buildroot}/%{_includedir} -mkdir %{buildroot}/%{_includedir}/mdds +install -d -m 0755 %{buildroot}/%{_includedir}/mdds cp -pr include/mdds/* %{buildroot}/%{_includedir}/mdds -mkdir -p %{buildroot}/%{_datadir} -mkdir %{buildroot}/%{_datadir}/pkgconfig -cp -p misc/%{name}.pc %{buildroot}/%{_datadir}/pkgconfig +install -d -m 0755 %{buildroot}/%{_datadir}/pkgconfig +install -p -m 0644 misc/%{name}.pc %{buildroot}/%{_datadir}/pkgconfig %check make check %{?_smp_mflags} @@ -58,6 +59,9 @@ make check %{?_smp_mflags} %doc AUTHORS COPYING NEWS README %changelog +* 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