[libcmis] remove unneeded stuff

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


commit 4810a645673761acf09f39b30767f217621f1deb
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jun 1 08:14:46 2012 +0200

    remove unneeded stuff

 libcmis.spec |    6 ------
 1 files changed, 0 insertions(+), 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
 
 


More information about the scm-commits mailing list