Add symlink to clang-format-diff in /usr/bin
rhbz#1939018
This commit is contained in:
parent
13c66032d5
commit
e8cbe820c4
10
clang.spec
10
clang.spec
@ -4,7 +4,7 @@
|
|||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 0
|
||||||
%global rc_ver 5
|
%global rc_ver 5
|
||||||
%global baserelease 11
|
%global baserelease 12
|
||||||
|
|
||||||
%global clang_tools_binaries \
|
%global clang_tools_binaries \
|
||||||
%{_bindir}/clang-apply-replacements \
|
%{_bindir}/clang-apply-replacements \
|
||||||
@ -446,6 +446,9 @@ mkdir -p %{buildroot}%{_libdir}/clang/%{version}/{include,lib,share}/
|
|||||||
# Remove clang-tidy headers. We don't ship the libraries for these.
|
# Remove clang-tidy headers. We don't ship the libraries for these.
|
||||||
rm -Rvf %{buildroot}%{_includedir}/clang-tidy/
|
rm -Rvf %{buildroot}%{_includedir}/clang-tidy/
|
||||||
|
|
||||||
|
# Add a symlink in /usr/bin to clang-format-diff
|
||||||
|
ln -s %{_datadir}/clang/clang-format-diff.py %{buildroot}%{_bindir}/clang-format-diff
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
# requires lit.py from LLVM utilities
|
# requires lit.py from LLVM utilities
|
||||||
@ -517,6 +520,7 @@ false
|
|||||||
%{_bindir}/c-index-test
|
%{_bindir}/c-index-test
|
||||||
%{_bindir}/find-all-symbols
|
%{_bindir}/find-all-symbols
|
||||||
%{_bindir}/modularize
|
%{_bindir}/modularize
|
||||||
|
%{_bindir}/clang-format-diff
|
||||||
%{_mandir}/man1/diagtool.1.gz
|
%{_mandir}/man1/diagtool.1.gz
|
||||||
%{_emacs_sitestartdir}/clang-format.el
|
%{_emacs_sitestartdir}/clang-format.el
|
||||||
%{_emacs_sitestartdir}/clang-rename.el
|
%{_emacs_sitestartdir}/clang-rename.el
|
||||||
@ -538,6 +542,10 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-0.12.rc5
|
||||||
|
- Add symlink to clang-format-diff in /usr/bin
|
||||||
|
- rhbz#1939018
|
||||||
|
|
||||||
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-0.11.rc5
|
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-0.11.rc5
|
||||||
- New upstream release candidate
|
- New upstream release candidate
|
||||||
|
|
||||||
|
7
tests/clang-format-diff/runtest.sh
Executable file
7
tests/clang-format-diff/runtest.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
# Check that clang-format-diff is in PATH.
|
||||||
|
# rhbz#1939018
|
||||||
|
clang-format-diff -h
|
@ -24,6 +24,8 @@
|
|||||||
# Required for fedora-flags:
|
# Required for fedora-flags:
|
||||||
- annobin
|
- annobin
|
||||||
- redhat-rpm-config
|
- redhat-rpm-config
|
||||||
|
# Required for clang-format-diff
|
||||||
|
- clang-tools-extra
|
||||||
|
|
||||||
repositories:
|
repositories:
|
||||||
- repo: "https://src.fedoraproject.org/rpms/llvm-test-suite.git"
|
- repo: "https://src.fedoraproject.org/rpms/llvm-test-suite.git"
|
||||||
@ -40,3 +42,4 @@
|
|||||||
- llvm-toolchain
|
- llvm-toolchain
|
||||||
- fedora-flags
|
- fedora-flags
|
||||||
- toolchains
|
- toolchains
|
||||||
|
- clang-format-diff
|
||||||
|
Loading…
Reference in New Issue
Block a user