[libcdr] remove useless cruft

David Tardon dtardon at fedoraproject.org
Fri Jun 1 09:52:09 UTC 2012


commit af237c45da2a79c15e66a2bf384fb8841b55088c
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jun 1 11:47:03 2012 +0200

    remove useless cruft

 libcdr.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libcdr.spec b/libcdr.spec
index 2744f27..c19a3ec 100644
--- a/libcdr.spec
+++ b/libcdr.spec
@@ -7,7 +7,6 @@ Group: System Environment/Libraries
 License: GPLv2+ or LGPLv2+ or MPLv1.1
 URL: http://www.freedesktop.org/wiki/Software/libcdr
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: doxygen
 BuildRequires: lcms2-devel
@@ -62,17 +61,12 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}/%{_libdir}/*.la
 # these binaries do nothing currently
 rm -f %{buildroot}/%{_bindir}/cmx2*
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post -p /sbin/ldconfig
 
 


More information about the scm-commits mailing list