commit 690f44fa05bd269fdb6e9c05c5a304644ccc337a
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Mon Dec 19 13:45:39 2022 +0100
adjust placement of a few files entries to stay in sync with Fedora; while at it
make it more obvious that the license files are specific to rpmfusion
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 3ffd378..2347347 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -263,8 +263,6 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_va}
%files -n %{srcname}-va-drivers-freeworld
-%license docs/license.rst
-%{_libdir}/dri/virtio_gpu_drv_video.so
%{_libdir}/dri/nouveau_drv_video.so
%if 0%{?with_r600}
%{_libdir}/dri/r600_drv_video.so
@@ -272,13 +270,13 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/dri/radeonsi_drv_video.so
%endif
+%{_libdir}/dri/virtio_gpu_drv_video.so
%{_metainfodir}/org.mesa3d.vaapi.freeworld.metainfo.xml
+%license docs/license.rst
%endif
%if 0%{?with_vdpau}
%files -n %{srcname}-vdpau-drivers-freeworld
-%license docs/license.rst
-%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
%{_libdir}/vdpau/libvdpau_nouveau.so.1*
%if 0%{?with_r300}
%{_libdir}/vdpau/libvdpau_r300.so.1*
@@ -289,11 +287,17 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
%endif
+%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
%{_metainfodir}/org.mesa3d.vdpau.freeworld.metainfo.xml
+%license docs/license.rst
%endif
%changelog
* Mon Dec 19 2022 Thorsten Leemhuis <fedora(a)leemhuis.info> - 22.3.1-1
+- adjust placement of a few files entries to stay in sync with Fedora; while at it
+ make it more obvious that the license files are specific to rpmfusion
+
+* Mon Dec 19 2022 Thorsten Leemhuis <fedora(a)leemhuis.info> - 22.3.1-1
- Update to 22.3.1
- sync a few bits with Fedora's mesa.spec
Show replies by date