drop obsolete cruft

f41
David Tardon 13 years ago
parent 8a9972493b
commit c3aa97e9ad

@ -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

Loading…
Cancel
Save