From af237c45da2a79c15e66a2bf384fb8841b55088c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 1 Jun 2012 11:47:03 +0200 Subject: [PATCH] remove useless cruft --- libcdr.spec | 6 ------ 1 file changed, 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