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}