automatic version update by autodist [release 11.0.0-1mamba;Tue Oct 13 2020]

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

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: clang
Version: 10.0.1
Version: 11.0.0
Release: 1mamba
Summary: C language family frontend for LLVM
Group: Development/Languages
@ -56,6 +56,8 @@ Requires: gtk-doc
%description -n lib%{name}-apidocs
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
@ -151,6 +153,8 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
%{_includedir}/clang-c/*.h
%dir %{_includedir}/clang
%{_includedir}/clang/*
%dir %{_includedir}/clang-tidy
%{_includedir}/clang-tidy/*
%{_libdir}/libclang*.so
%{_libdir}/libfindAllSymbols.so
%dir %{_libdir}/cmake/clang
@ -165,6 +169,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
%{_docdir}/clang-tools/*
%changelog
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
- automatic version update by autodist
* Sun Jul 26 2020 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
- automatic version update by autodist