Revert "Only ship llvm-config manpages for compat package"

This reverts commit 8a5849ef91.
This commit is contained in:
serge-sans-paille 2021-03-19 20:54:05 +01:00
parent 8a5849ef91
commit 2d7f1de486

View File

@ -11,7 +11,7 @@
%global llvm_libdir %{_libdir}/%{name} %global llvm_libdir %{_libdir}/%{name}
%global build_llvm_libdir %{buildroot}%{llvm_libdir} %global build_llvm_libdir %{buildroot}%{llvm_libdir}
%global rc_ver 3 %global rc_ver 3
%global baserelease 8 %global baserelease 7
%global llvm_srcdir llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src %global llvm_srcdir llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src
%global maj_ver 12 %global maj_ver 12
%global min_ver 0 %global min_ver 0
@ -442,13 +442,11 @@ fi
%files %files
%license LICENSE.TXT %license LICENSE.TXT
%exclude %{_mandir}/man1/llvm-config*
%{_mandir}/man1/*
%{_bindir}/* %{_bindir}/*
%if %{without compat_build} %if %{without compat_build}
%exclude %{_mandir}/man1/llvm-config*
%{_mandir}/man1/*
%exclude %{_bindir}/llvm-config %exclude %{_bindir}/llvm-config
%exclude %{_bindir}/llvm-config-%{__isa_bits} %exclude %{_bindir}/llvm-config-%{__isa_bits}
%exclude %{_bindir}/not %exclude %{_bindir}/not
@ -549,9 +547,6 @@ fi
%endif %endif
%changelog %changelog
* Wed Mar 17 2021 sguelton@redhat.com - 12.0.0-0.8.rc3
- Only ship llvm-config manpages for compat package
* Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-0.7.rc3 * Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-0.7.rc3
- LLVM 12.0.0 rc3 - LLVM 12.0.0 rc3