Move builtin headers into clang-libs sub-package
rhbz#1582884
This commit is contained in:
parent
fe1772d561
commit
00e1fa93d1
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 0.15.rc%{rc_ver}%{?dist}
|
Release: 0.16.rc%{rc_ver}%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -382,7 +382,6 @@ false
|
|||||||
|
|
||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
%files
|
%files
|
||||||
%{_libdir}/clang/
|
|
||||||
%{clang_binaries}
|
%{clang_binaries}
|
||||||
%{_bindir}/c-index-test
|
%{_bindir}/c-index-test
|
||||||
%{_mandir}/man1/clang.1.gz
|
%{_mandir}/man1/clang.1.gz
|
||||||
@ -394,6 +393,7 @@ false
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
|
%{_libdir}/clang/
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%else
|
%else
|
||||||
%{pkg_libdir}/*.so.*
|
%{pkg_libdir}/*.so.*
|
||||||
@ -448,6 +448,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 19 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.16.rc3
|
||||||
|
- Move builtin headers into clang-libs sub-package
|
||||||
|
|
||||||
* Wed Sep 19 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.15.rc3
|
* Wed Sep 19 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.15.rc3
|
||||||
- Remove ambiguous python shebangs
|
- Remove ambiguous python shebangs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user