[libvisio] remove unneeded stuff

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


commit 8c1a766034fec1c354a01a9122c7fd5a3bab3382
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jun 1 09:52:26 2012 +0200

    remove unneeded stuff

 libvisio.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libvisio.spec b/libvisio.spec
index 4f8f175..7ef9b17 100644
--- a/libvisio.spec
+++ b/libvisio.spec
@@ -7,7 +7,6 @@ Group: System Environment/Libraries
 License: GPLv2+ or LGPLv2+ or MPLv1.1
 URL: http://www.freedesktop.org/wiki/Software/libvisio
 Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: boost-devel
 BuildRequires: doxygen
@@ -62,15 +61,10 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}/%{_libdir}/*.la
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post -p /sbin/ldconfig
 
 


More information about the scm-commits mailing list