diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 3e49bac..275ff7f 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch +Sat Sep 28 13:42:30 UTC 2019 - Stefan Dirsch - no longer build * Mesa-libGL-devel @@ -14,6 +14,7 @@ Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch - modified check for llvm version in a way so it works also with older llvm packages (by making use of "llvm-config -version"), where there is %{_llvm_sonum} macro defined yet +- moved manual pages to Mesa-devel package ------------------------------------------------------------------- Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 977a1fd..630d341 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -981,7 +981,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %exclude %{_libdir}/pkgconfig/gl.pc %exclude %{_libdir}/pkgconfig/glesv1_cm.pc %exclude %{_libdir}/pkgconfig/glesv2.pc -%exclude /usr/share/man/man3/* %endif %files libEGL1 @@ -1174,6 +1173,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files devel %doc docs/*.html +%if 0%{?libglvnd} >= 120 +/usr/share/man/man3/* +%endif # !drivers %endif diff --git a/Mesa.changes b/Mesa.changes index 3e49bac..275ff7f 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch +Sat Sep 28 13:42:30 UTC 2019 - Stefan Dirsch - no longer build * Mesa-libGL-devel @@ -14,6 +14,7 @@ Thu Sep 26 15:41:07 UTC 2019 - Stefan Dirsch - modified check for llvm version in a way so it works also with older llvm packages (by making use of "llvm-config -version"), where there is %{_llvm_sonum} macro defined yet +- moved manual pages to Mesa-devel package ------------------------------------------------------------------- Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert diff --git a/Mesa.spec b/Mesa.spec index 67061ee..bab9615 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -980,7 +980,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %exclude %{_libdir}/pkgconfig/gl.pc %exclude %{_libdir}/pkgconfig/glesv1_cm.pc %exclude %{_libdir}/pkgconfig/glesv2.pc -%exclude /usr/share/man/man3/* %endif %files libEGL1 @@ -1173,6 +1172,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files devel %doc docs/*.html +%if 0%{?libglvnd} >= 120 +/usr/share/man/man3/* +%endif # !drivers %endif