Move unversioned shared objects to devel package
This commit is contained in:
parent
3f2f4300ee
commit
5d6c3ad71b
@ -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.13.rc%{rc_ver}%{?dist}
|
Release: 0.14.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
|
||||||
@ -383,20 +383,20 @@ false
|
|||||||
%files libs
|
%files libs
|
||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/*.so
|
|
||||||
%else
|
%else
|
||||||
%{pkg_libdir}/*.so.*
|
%{pkg_libdir}/*.so.*
|
||||||
%{pkg_libdir}/*.so
|
|
||||||
%{pkg_libdir}/clang/%{version}
|
%{pkg_libdir}/clang/%{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
|
%{_libdir}/*.so
|
||||||
%{_includedir}/clang/
|
%{_includedir}/clang/
|
||||||
%{_includedir}/clang-c/
|
%{_includedir}/clang-c/
|
||||||
%{_libdir}/cmake/*
|
%{_libdir}/cmake/*
|
||||||
%dir %{_datadir}/clang/
|
%dir %{_datadir}/clang/
|
||||||
%else
|
%else
|
||||||
|
%{pkg_libdir}/*.so
|
||||||
%{pkg_includedir}/clang/
|
%{pkg_includedir}/clang/
|
||||||
%{pkg_includedir}/clang-c/
|
%{pkg_includedir}/clang-c/
|
||||||
%{pkg_libdir}/cmake/
|
%{pkg_libdir}/cmake/
|
||||||
@ -436,6 +436,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.14.rc3
|
||||||
|
- Move unversioned shared objects to devel package
|
||||||
|
|
||||||
* Thu Sep 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.13.rc3
|
* Thu Sep 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.13.rc3
|
||||||
- Rebuild with new llvm-devel that disables rpath on install
|
- Rebuild with new llvm-devel that disables rpath on install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user