]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
Add the missing *.so files
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 21 Feb 2014 12:27:22 +0000 (13:27 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 21 Feb 2014 12:27:22 +0000 (13:27 +0100)
python-gevent.spec

index d234b5e8810c4a54530abec4249017f008ea96bb..c9d88c5af7078029a13f3f0f9aceb3d7f87c97c4 100644 (file)
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE README.rst
 %dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
+%attr(755,root,root) %{py_sitedir}/%{module}/_semaphore.so
+%attr(755,root,root) %{py_sitedir}/%{module}/_util.so
+%attr(755,root,root) %{py_sitedir}/%{module}/ares.so
 %attr(755,root,root) %{py_sitedir}/%{module}/core.so
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/%{module}-%{version}-py%{py_ver}.egg-info
This page took 0.060419 seconds and 4 git commands to generate.