mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-23 16:22:50 +00:00
%{major_ver}.%{minor_ver}
Versionize
This commit is contained in:
parent
41c7b6a673
commit
faa69c4a96
1 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
%bcond_without clang
|
||||
|
||||
%define maj_ver 13
|
||||
%define maj_ver 11
|
||||
%define major_ver %{maj_ver}.0
|
||||
%define minor_ver 1
|
||||
|
||||
|
@ -73,7 +73,12 @@ BuildRequires: pkgconfig(libtirpc)
|
|||
BuildRequires: sed
|
||||
BuildRequires: tcl
|
||||
BuildRequires: zip
|
||||
BuildRequires: pkgconfig(python3)
|
||||
#if %{version} <= 11
|
||||
#BuildRequires: pkgconfig(python3)
|
||||
#else
|
||||
BuildRequires: python38
|
||||
#endif
|
||||
|
||||
%if %{compile_apidox}
|
||||
BuildRequires: doxygen
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue