]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- python 2.4 is only in AC line, let's use (kinda) agreed pld release bcond
authorwrobell <wrobell@pld-linux.org>
Thu, 22 Jan 2009 01:10:52 +0000 (01:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  instead of py_ver usage to not introduce more mess on HEAD

Changed files:
    python.spec -> 1.12

python.spec

index 46ca5a73b161dbcaa585acd53d73568957cdb513..1aa409f78d4e01bd5786602564bf4a4ee50636d4 100644 (file)
@@ -45,6 +45,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"
+%if "%{pld_release}" == "ac"
 %{py_sitedir}/TEMPLATE-*.egg-info
 %endif
This page took 0.023854 seconds and 4 git commands to generate.