[python-paramiko] Cleanup spec

Orion Poplawski orion at fedoraproject.org
Mon Oct 21 21:14:49 UTC 2013


commit 09c286c7fcd6239daa3b34289f6ea92a19ba9ad2
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Oct 21 15:14:54 2013 -0600

    Cleanup spec

 python-paramiko.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/python-paramiko.spec b/python-paramiko.spec
index c8ee930..9fe3d36 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -12,7 +12,6 @@ Group:          Development/Libraries
 License:        LGPLv2+
 URL:            https://github.com/paramiko/paramiko/
 Source0:        http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
@@ -40,17 +39,12 @@ encrypted tunnel. (This is how sftp works, for example.)
 %{__python} setup.py build
 
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 %check
 python ./test.py
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc LICENSE PKG-INFO README docs/ demos/
 %{python_sitelib}/*
 


More information about the scm-commits mailing list