Compare commits
6 Commits
13.0.0-1ma
...
14.0.6-1ma
Author | SHA1 | Date | |
---|---|---|---|
4127a4bcc9 | |||
0e89bb8a3c | |||
8ce7d4b08a | |||
9370dfccaf | |||
e5f1a62bfb | |||
a6272938bb |
43
clang.spec
43
clang.spec
@ -2,7 +2,7 @@
|
||||
%define MAJver %(echo %version | cut -d. -f1)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: clang
|
||||
Version: 13.0.0
|
||||
Version: 14.0.6
|
||||
Release: 1mamba
|
||||
Summary: C language family frontend for LLVM
|
||||
Group: Development/Languages
|
||||
@ -24,6 +24,7 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: llvm = %{version}
|
||||
BuildRequires: llvm >= 14.0.3-3mamba
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -171,21 +172,47 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
||||
%{_libdir}/libclang*.so
|
||||
%{_libdir}/libfindAllSymbols.so
|
||||
%dir %{_libdir}/clang
|
||||
%dir %{_libdir}/clang/%{version}
|
||||
%dir %{_libdir}/clang/%{version}/include
|
||||
%{_libdir}/clang/%{version}/include/*
|
||||
%dir %{_libdir}/clang/*
|
||||
%dir %{_libdir}/clang/*/include
|
||||
%{_libdir}/clang/*/include/*
|
||||
%dir %{_libdir}/cmake/clang
|
||||
%{_libdir}/cmake/clang/*.cmake
|
||||
%doc NOTES.txt README.txt
|
||||
|
||||
%files -n lib%{name}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/doc/clang/html/
|
||||
%{_datadir}/doc/clang/html/*
|
||||
%dir %{_docdir}/clang-tools
|
||||
%{_docdir}/clang-tools/*
|
||||
%dir %{_docdir}/Clang
|
||||
%dir %{_docdir}/Clang/clang
|
||||
%dir %{_docdir}/Clang/clang/html
|
||||
%{_datadir}/doc/Clang/clang/html/*
|
||||
%{_datadir}/doc/Clang/clang/html/.buildinfo
|
||||
%dir %{_docdir}/Clang/clang-tools
|
||||
%dir %{_docdir}/Clang/clang-tools/html
|
||||
%{_datadir}/doc/Clang/clang-tools/html/*
|
||||
%{_datadir}/doc/Clang/clang-tools/html/.buildinfo
|
||||
|
||||
%changelog
|
||||
* Sun Jun 26 2022 Automatic Build System <autodist@mambasoft.it> 14.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 12 2022 Automatic Build System <autodist@mambasoft.it> 14.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 27 2022 Automatic Build System <autodist@mambasoft.it> 14.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 14.0.3-2mamba
|
||||
- rebuilt with llvm 14.0.3-3mamba
|
||||
|
||||
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 28 2022 Automatic Build System <autodist@mambasoft.it> 14.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 13.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.0-1mamba
|
||||
- update to 13.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user