]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- .egg-info since python 2.5
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 May 2008 18:52:11 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.5

python.spec

index 3d483dcd78507c434aa06445e9707f48bee96613..56afb2898124832664b2e2548aaacf4f997601a4 100644 (file)
@@ -42,4 +42,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 "%{py_ver}" > "2.4"
 %{py_sitedir}/%{module}-*.egg-info
+%endif
This page took 0.08356 seconds and 4 git commands to generate.