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 gccver %(gcc -dumpversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 11.0.1
|
Version: 11.1.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -30,6 +30,8 @@ BuildRequires: ocaml-runtime
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml >= 4.11.1
|
BuildRequires: ocaml >= 4.11.1
|
||||||
|
BuildRequires: ocaml-ocamldoc
|
||||||
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ctypes >= 0.17.1
|
BuildRequires: ocaml-ctypes >= 0.17.1
|
||||||
%ifnarch aarch64
|
%ifnarch aarch64
|
||||||
BuildRequires: ocaml-ounit
|
BuildRequires: ocaml-ounit
|
||||||
@ -38,9 +40,8 @@ BuildRequires: z3
|
|||||||
BuildRequires: libz3-devel
|
BuildRequires: libz3-devel
|
||||||
#BuildConflicts: llvm-ocaml
|
#BuildConflicts: llvm-ocaml
|
||||||
Provides: llvm-tools
|
Provides: llvm-tools
|
||||||
Obsoletes: llvm-tools
|
Obsoletes: llvm-tools < 11.1.0
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
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
|
Summary: Libraries and header files for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Provides: llvm-devel
|
Provides: llvm-devel
|
||||||
Obsoletes: llvm-devel
|
Obsoletes: llvm-devel < 11.1.0
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
|
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/*
|
%{_docdir}/llvm/ocaml-html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-2mamba
|
||||||
- rebuilt with ocaml 4.11.1
|
- rebuilt with ocaml 4.11.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user