On 24.09.2014 16:08, arekm wrote:
commit ff6e15ce74bf6c9b8264ed090cadae7292becf87
Author: Arkadiusz Miśkiewicz <ar...@maven.pl>
Date:   Wed Sep 24 15:08:09 2014 +0200

     - module in egg info

  python.spec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python.spec b/python.spec
index 4b374d0..dee1588 100644
--- a/python.spec
+++ b/python.spec
@@ -139,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
  %{py_sitedir}/*.py[co]
  %attr(755,root,root) %{py_sitedir}/*.so
  %if "%{py_ver}" > "2.4"
-%{py_sitedir}/TEMPLATE-*.egg-info
+%{py_sitedir}/%{module}-%{version}-py*.egg-info
  %endif
egg filenames do not always (mostly) match python module name (what you import)
python modules are mostly all lowercased
egg filenames are mostly CamelCaps

i think this place should not be macorized therefore

--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to