automatic version update by autodist [release 13.0.0-1mamba;Fri Oct 15 2021]
This commit is contained in:
parent
1b2dbf8fd9
commit
60859e8f17
14
llvm.spec
14
llvm.spec
@ -1,13 +1,13 @@
|
|||||||
%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.1.0
|
Version: 13.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://llvm.org/
|
URL: https://llvm.org/
|
||||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
|
||||||
Source6: llvm-6.0.0-llvm-config.patch
|
Source6: llvm-6.0.0-llvm-config.patch
|
||||||
@ -23,10 +23,9 @@ BuildRequires: libncurses-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libz3-devel
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-ctypes-devel
|
BuildRequires: ocaml-ctypes-devel
|
||||||
BuildRequires: ocaml-integers
|
BuildRequires: ocaml-integers
|
||||||
BuildRequires: ocaml-runtime
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml >= 4.11.1
|
BuildRequires: ocaml >= 4.11.1
|
||||||
@ -209,6 +208,7 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%{_bindir}/obj2yaml
|
%{_bindir}/obj2yaml
|
||||||
%{_bindir}/sancov
|
%{_bindir}/sancov
|
||||||
%{_bindir}/sanstats
|
%{_bindir}/sanstats
|
||||||
|
%{_bindir}/split-file
|
||||||
%{_bindir}/verify-uselistorder
|
%{_bindir}/verify-uselistorder
|
||||||
%{_bindir}/yaml2obj
|
%{_bindir}/yaml2obj
|
||||||
%{_bindir}/yaml-bench
|
%{_bindir}/yaml-bench
|
||||||
@ -269,6 +269,12 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%{_docdir}/llvm/ocaml-html/*
|
%{_docdir}/llvm/ocaml-html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 15 2021 Automatic Build System <autodist@mambasoft.it> 13.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 12.0.0-1mamba
|
||||||
|
- update to 12.0.0
|
||||||
|
|
||||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
|
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user