From ef0b62a13e8025a55d3ddfd93982e3e39df10733 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 29 Mar 2009 13:11:22 +0000 Subject: [PATCH] - .egg-info is python version specific (and sometimes setup.py), not distro line Changed files: python.spec -> 1.15 --- python.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.spec b/python.spec index 8f75745..bd1fe8c 100644 --- a/python.spec +++ b/python.spec @@ -47,6 +47,6 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO %{py_sitedir}/*.py[co] %attr(755,root,root) %{py_sitedir}/*.so -%if "%{pld_release}" != "ac" +%if "%{py_ver}" > "2.4" %{py_sitedir}/TEMPLATE-*.egg-info %endif -- 2.44.0