mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +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
|
%bcond_without clang
|
||||||
|
|
||||||
%define maj_ver 13
|
%define maj_ver 11
|
||||||
%define major_ver %{maj_ver}.0
|
%define major_ver %{maj_ver}.0
|
||||||
%define minor_ver 1
|
%define minor_ver 1
|
||||||
|
|
||||||
|
@ -73,7 +73,12 @@ BuildRequires: pkgconfig(libtirpc)
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: tcl
|
BuildRequires: tcl
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
BuildRequires: pkgconfig(python3)
|
#if %{version} <= 11
|
||||||
|
#BuildRequires: pkgconfig(python3)
|
||||||
|
#else
|
||||||
|
BuildRequires: python38
|
||||||
|
#endif
|
||||||
|
|
||||||
%if %{compile_apidox}
|
%if %{compile_apidox}
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue