automatic version update by autodist [release 11.0.0-1mamba;Tue Oct 13 2020]
This commit is contained in:
parent
35870046fb
commit
ccf6453885
@ -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: compiler-rt
|
Name: compiler-rt
|
||||||
Version: 10.0.1
|
Version: 11.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Runtime libraries compiler for clang
|
Summary: Runtime libraries compiler for clang
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -23,6 +23,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
Runtime libraries compiler for clang.
|
Runtime libraries compiler for clang.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n compiler-rt-%{version}.src
|
%setup -q -n compiler-rt-%{version}.src
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -58,7 +60,7 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
%{_bindir}/hwasan_symbolize
|
%{_bindir}/hwasan_symbolize
|
||||||
%endif
|
%endif
|
||||||
%{_includedir}/fuzzer/*.h
|
%{_includedir}/fuzzer/*.h
|
||||||
@ -72,6 +74,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
|||||||
%doc LICENSE.TXT
|
%doc LICENSE.TXT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 25 2020 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
* Sat Jul 25 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