[packages/python-gevent] missing dir; adapter

glen glen at pld-linux.org
Fri Jul 27 11:53:50 CEST 2012


commit 78f066e6b1ef4e6969cd4826e59a15cb8aaf8455
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jul 27 12:53:46 2012 +0300

    missing dir; adapter

 python-gevent.spec | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index 12be9b6..9506964 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -1,18 +1,18 @@
 %define     module  gevent
-Summary:    A coroutine-based Python networking library
-Name:       python-%{module}
-Version:    0.13.6
-Release:    1
-License:    MIT
-Group:      Development/Languages
-URL:        http://www.gevent.org/
-Source0:    http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
+Summary:	A coroutine-based Python networking library
+Name:		python-%{module}
+Version:	0.13.6
+Release:	1
+License:	MIT
+Group:		Development/Languages
+URL:		http://www.gevent.org/
+Source0:	http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
 # Source0-md5:  7c836ce2315d44ba0af6134efbcd38c9
-BuildRequires:  libevent-devel >= 1.4.0
-BuildRequires:  python-devel
-BuildRequires:  rpm-pythonprov
-Requires:   python-greenlet
-BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires:	libevent-devel >= 1.4.0
+BuildRequires:	python-devel
+BuildRequires:	rpm-pythonprov
+Requires:	python-greenlet
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 gevent is a coroutine-based Python networking library that uses
@@ -50,6 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README.rst
+%dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/core.so
 %if "%{py_ver}" > "2.4"


More information about the pld-cvs-commit mailing list