From ed76e2e21072347be39cbd9e534f7703caa1c007 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 10 Jun 2013 09:06:04 +0200 Subject: [PATCH] remove excessive vertical space --- mdds.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mdds.spec b/mdds.spec index c2e1be8..27726b1 100644 --- a/mdds.spec +++ b/mdds.spec @@ -12,7 +12,6 @@ BuildRequires: boost-devel BuildArch: noarch - %description A collection of multi-dimensional data structures and indexing algorithms. @@ -24,7 +23,6 @@ It implements the following data structures: * multi type matrix * multi type vector - %package devel Group: Development/Libraries Summary: Headers for %{name} @@ -33,17 +31,14 @@ 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 %configure - %install mkdir -p %{buildroot}/%{_includedir} mkdir %{buildroot}/%{_includedir}/mdds @@ -52,17 +47,14 @@ mkdir -p %{buildroot}/%{_datadir} mkdir %{buildroot}/%{_datadir}/pkgconfig cp -p misc/%{name}.pc %{buildroot}/%{_datadir}/pkgconfig - %check make check %{?_smp_mflags} - %files devel %{_includedir}/%{name} %{_datadir}/pkgconfig/%{name}.pc %doc AUTHORS COPYING NEWS README - %changelog * Tue May 21 2013 David Tardon - 0.8.1-1 - new release