From e8312376c035835057306fff074e84be364457aec7e0a38b5bc805e338452c3b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 26 Nov 2018 11:20:33 +0000 Subject: [PATCH] Accepting request 651432 from home:tobijk:X11:XOrg - Use rpm variables for the drirc.d path - Use rpm variables for the drirc.d path OBS-URL: https://build.opensuse.org/request/show/651432 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=785 --- Mesa-drivers.changes | 5 +++++ Mesa-drivers.spec | 8 ++++---- Mesa.changes | 5 +++++ Mesa.spec | 8 ++++---- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 5945990..9a3ed5b 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann + +- Use rpm variables for the drirc.d path + ------------------------------------------------------------------- Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2d9b971..ae94734 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -831,7 +831,7 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc # not disable from buildling and installing. # in Mesa -rm -rf %{buildroot}/usr/share/drirc.d +rm -rf %{buildroot}/%{_datadir}/drirc.d # in Mesa-libGL-devel rm -rf %{buildroot}/%{_includedir}/GL @@ -926,8 +926,8 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files %license docs/license.html %doc docs/README* -%dir /usr/share/drirc.d -/usr/share/drirc.d/* +%dir %{_datadir}/drirc.d +%config %{_datadir}/drirc.d/* %files libEGL1 %if 0%{?libglvnd} diff --git a/Mesa.changes b/Mesa.changes index 5945990..9a3ed5b 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann + +- Use rpm variables for the drirc.d path + ------------------------------------------------------------------- Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 2dc6aea..005bfae 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -830,7 +830,7 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc # not disable from buildling and installing. # in Mesa -rm -rf %{buildroot}/usr/share/drirc.d +rm -rf %{buildroot}/%{_datadir}/drirc.d # in Mesa-libGL-devel rm -rf %{buildroot}/%{_includedir}/GL @@ -925,8 +925,8 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %files %license docs/license.html %doc docs/README* -%dir /usr/share/drirc.d -/usr/share/drirc.d/* +%dir %{_datadir}/drirc.d +%config %{_datadir}/drirc.d/* %files libEGL1 %if 0%{?libglvnd}