[mdds] drop obsolete cruft

David Tardon dtardon at fedoraproject.org
Sat Jul 28 06:32:36 UTC 2012


commit c3aa97e9adcf4aaa2832004b543d19372042a2ef
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jul 27 17:40:49 2012 +0200

    drop obsolete cruft

 mdds.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/mdds.spec b/mdds.spec
index 453c31d..46a64fb 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -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
 


More information about the scm-commits mailing list