From 8c1a766034fec1c354a01a9122c7fd5a3bab3382 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 1 Jun 2012 09:52:26 +0200 Subject: [PATCH] remove unneeded stuff --- libvisio.spec | 6 ------ 1 file changed, 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