mirror of
https://abf.rosa.ru/djam/lld.git
synced 2025-02-23 14:32:55 +00:00
Updated lld.spec
This commit is contained in:
parent
3dde3a60d1
commit
13a6569541
1 changed files with 8 additions and 2 deletions
10
lld.spec
10
lld.spec
|
@ -1,15 +1,21 @@
|
|||
%define major 8
|
||||
%define major 9
|
||||
%define libname %mklibname %{name} %{major}
|
||||
%define devname %mklibname %{name} -d
|
||||
|
||||
%bcond_with git
|
||||
|
||||
Summary: The LLVM Linker
|
||||
Name: lld
|
||||
Version: 8.0.1
|
||||
Version: 9.0.0
|
||||
Release: 1
|
||||
Group: Development/Other
|
||||
License: NCSA
|
||||
Url: http://llvm.org
|
||||
%if %{with git}
|
||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{name}-%{version}.src.tar.xz
|
||||
%else
|
||||
Source0: http://releases.llvm.org/%{version}/%{name}-%{version}.src.tar.xz
|
||||
%endif
|
||||
BuildRequires: cmake
|
||||
BuildRequires: llvm-devel = %{version}
|
||||
BuildRequires: ncurses-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue