drop obsolete cruft

This commit is contained in:
David Tardon 2012-07-27 17:40:49 +02:00
parent 8a9972493b
commit c3aa97e9ad
1 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ Summary: A collection of multi-dimensional data structures and indexing algorith
Group: Development/Libraries
License: MIT
URL: http://code.google.com/p/multidimalgorithm/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
BuildRequires: boost-devel
@ -51,7 +50,6 @@ sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_includedir}
mkdir %{buildroot}/%{_includedir}/mdds
cp -pr include/mdds/* %{buildroot}/%{_includedir}/mdds
@ -75,12 +73,7 @@ done
%endif
%clean
rm -rf %{buildroot}
%files devel
%defattr(-,root,root,-)
%{_includedir}/mdds
%doc AUTHORS COPYING NEWS README