automatic version update by autodist [release 11.1.0-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
24d26ecbdc
commit
1b2dbf8fd9
14
llvm.spec
14
llvm.spec
@ -1,8 +1,8 @@
|
||||
%define gccver %(gcc -dumpversion)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: llvm
|
||||
Version: 11.0.1
|
||||
Release: 2mamba
|
||||
Version: 11.1.0
|
||||
Release: 1mamba
|
||||
Summary: The Low Level Virtual Machine
|
||||
Group: Development/Languages
|
||||
Vendor: openmamba
|
||||
@ -30,6 +30,8 @@ BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml >= 4.11.1
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: ocaml-ctypes >= 0.17.1
|
||||
%ifnarch aarch64
|
||||
BuildRequires: ocaml-ounit
|
||||
@ -38,9 +40,8 @@ BuildRequires: z3
|
||||
BuildRequires: libz3-devel
|
||||
#BuildConflicts: llvm-ocaml
|
||||
Provides: llvm-tools
|
||||
Obsoletes: llvm-tools
|
||||
Obsoletes: llvm-tools < 11.1.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
||||
@ -57,7 +58,7 @@ This package contains shared libraries for %{name}.
|
||||
Summary: Libraries and header files for LLVM
|
||||
Group: Development/Languages
|
||||
Provides: llvm-devel
|
||||
Obsoletes: llvm-devel
|
||||
Obsoletes: llvm-devel < 11.1.0
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
||||
@ -268,6 +269,9 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
||||
%{_docdir}/llvm/ocaml-html/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-2mamba
|
||||
- rebuilt with ocaml 4.11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user