- %python_version now correctly refers to %tarversion

- %python_version now correctly refers to %tarversion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=110
This commit is contained in:
Jan Matejek
2011-12-08 13:31:32 +00:00
committed by Git OBS Bridge
parent aa5926e028
commit b7be09f0cb
4 changed files with 12 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ Patch12: http://psf.upfronthosting.co.za/roundup/tracker/file19029/python
Patch13: python-2.7.2-fix_date_time_compiler.patch
Patch14: python-2.7.1-urllib-noproxy.patch
# COMMON-PATCH-END
%define python_version %(echo %{version} | head -c 3)
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: pkg-config