SHA256
1
0
forked from pool/Mesa

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
This commit is contained in:
Stefan Dirsch 2018-11-26 11:20:33 +00:00 committed by Git OBS Bridge
parent ecab3e2927
commit e8312376c0
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
- Use rpm variables for the drirc.d path
-------------------------------------------------------------------
Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com

View File

@ -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}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
- Use rpm variables for the drirc.d path
-------------------------------------------------------------------
Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com

View File

@ -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}