]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
missing dir; adapter auto/th/python-gevent-0.13.6-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 27 Jul 2012 09:53:46 +0000 (12:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 27 Jul 2012 09:53:46 +0000 (12:53 +0300)
python-gevent.spec

index 12be9b6d4351fdb3cdf206b867b25cc1065ee752..95069648d13f0ce96aba16721f11118c5c39c2d4 100644 (file)
@@ -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"
This page took 0.109989 seconds and 4 git commands to generate.