]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- .egg-info is python version specific (and sometimes setup.py), not distro line
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Mar 2009 13:11:22 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.15

python.spec

index 8f757459bcc4e1bb7c1ed618538bf88a48121a12..bd1fe8ca140b474c7ce25abe12cc39d06305742c 100644 (file)
@@ -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
This page took 0.059853 seconds and 4 git commands to generate.