From 4810a645673761acf09f39b30767f217621f1deb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 1 Jun 2012 08:14:46 +0200 Subject: [PATCH] remove unneeded stuff --- libcmis.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libcmis.spec b/libcmis.spec index 50db4f0..e659886 100644 --- a/libcmis.spec +++ b/libcmis.spec @@ -7,7 +7,6 @@ Group: System Environment/Libraries License: GPL+ or LGPLv2+ or MPLv1.1 URL: http://sourceforge.net/projects/libcmis/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: boost-devel BuildRequires: libcurl-devel @@ -51,15 +50,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