From 843e0754e65d0a7624977ec0f46536570738d1f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 21 Oct 2011 22:44:09 +0000 Subject: [PATCH] - pldize Changed files: mdds.spec -> 1.2 --- mdds.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/mdds.spec b/mdds.spec index f037579..ed8dc45 100644 --- a/mdds.spec +++ b/mdds.spec @@ -5,11 +5,11 @@ Release: 1 License: MIT Group: Development/Libraries URL: http://code.google.com/p/multidimalgorithm/ -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 # Source0-md5: 0ff7d225d087793c8c2c680d77aac3e7 BuildRequires: boost-devel BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description A collection of multi-dimensional data structures and indexing @@ -30,28 +30,24 @@ 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/%{rpmcflags} -std/' Makefile.in - %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/%{_includedir}/mdds - -cp -pr include/mdds/* $RPM_BUILD_ROOT/%{_includedir}/mdds - +install -d $RPM_BUILD_ROOT%{_includedir}/mdds +cp -a include/mdds/* $RPM_BUILD_ROOT%{_includedir}/mdds %clean rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) -%{_includedir}/mdds %doc AUTHORS COPYING NEWS README +%{_includedir}/mdds -- 2.44.0