automatic version update by autodist [release 11.0.0-1mamba;Tue Oct 13 2020]
This commit is contained in:
parent
264487e208
commit
3123e814d0
@ -1,7 +1,7 @@
|
|||||||
%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: clang
|
Name: clang
|
||||||
Version: 10.0.1
|
Version: 11.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: C language family frontend for LLVM
|
Summary: C language family frontend for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -56,6 +56,8 @@ Requires: gtk-doc
|
|||||||
%description -n lib%{name}-apidocs
|
%description -n lib%{name}-apidocs
|
||||||
This package includes the lib%{name} API documentation.
|
This package includes the lib%{name} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1 -n %{name}-%{version}.src
|
%setup -q -a1 -n %{name}-%{version}.src
|
||||||
#% setup -q -n %{name}-%{version}.src -D -T
|
#% setup -q -n %{name}-%{version}.src -D -T
|
||||||
@ -151,6 +153,8 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
|||||||
%{_includedir}/clang-c/*.h
|
%{_includedir}/clang-c/*.h
|
||||||
%dir %{_includedir}/clang
|
%dir %{_includedir}/clang
|
||||||
%{_includedir}/clang/*
|
%{_includedir}/clang/*
|
||||||
|
%dir %{_includedir}/clang-tidy
|
||||||
|
%{_includedir}/clang-tidy/*
|
||||||
%{_libdir}/libclang*.so
|
%{_libdir}/libclang*.so
|
||||||
%{_libdir}/libfindAllSymbols.so
|
%{_libdir}/libfindAllSymbols.so
|
||||||
%dir %{_libdir}/cmake/clang
|
%dir %{_libdir}/cmake/clang
|
||||||
@ -165,6 +169,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
|||||||
%{_docdir}/clang-tools/*
|
%{_docdir}/clang-tools/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 26 2020 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user