automatic version update by autodist [release 11.0.1-1mamba;Mon Jan 11 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:24:32 +01:00
parent 3123e814d0
commit f47fe1dcba

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: clang
Version: 11.0.0
Version: 11.0.1
Release: 1mamba
Summary: C language family frontend for LLVM
Group: Development/Languages
@ -22,7 +22,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: llvm
BuildRequires: llvm = %{version}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -59,9 +59,9 @@ This package includes the lib%{name} API documentation.
%debug_package
%prep
%setup -q -a1 -n %{name}-%{version}.src
#% setup -q -n %{name}-%{version}.src -D -T
#:<< _EOF
#% setup -q -a1 -n %{name}-%{version}.src
%setup -q -n %{name}-%{version}.src -D -T
:<< _EOF
mv clang-tools-extra-%{version}.src tools/extra
@ -88,7 +88,7 @@ cmake .. -G Ninja \
#-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
ninja
ninja %{_smp_mflags}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -169,6 +169,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
%{_docdir}/clang-tools/*
%changelog
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
- automatic version update by autodist
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
- automatic version update by autodist