From 7530e4cd03082500df6736539ca1694d74c66b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 6 Jul 2011 23:47:18 +0300 Subject: [PATCH] More include dir ownership fixes (#682357). --- mesa.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index b6f9215..0df5b5e 100644 --- a/mesa.spec +++ b/mesa.spec @@ -15,7 +15,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 7.11 -Release: 0.14.%{gitdate}.0%{?dist} +Release: 0.15.%{gitdate}.0%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -390,6 +390,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/EGL/eglext.h %{_includedir}/EGL/egl.h %{_includedir}/EGL/eglplatform.h +%dir %{_includedir}/KHR %{_includedir}/KHR/khrplatform.h %{_libdir}/pkgconfig/egl.pc %{_libdir}/libEGL.so @@ -431,11 +432,15 @@ rm -rf $RPM_BUILD_ROOT %files libOSMesa-devel %defattr(-,root,root,-) +%dir %{_includedir}/GL %{_includedir}/GL/osmesa.h %{_libdir}/libOSMesa.so %{_libdir}/pkgconfig/osmesa.pc %changelog +* Wed Jul 6 2011 Ville Skyttä - 7.11-0.15.20110620.0 +- More include dir ownership fixes (#682357). + * Tue Jul 05 2011 Adam Jackson 7.11-0.14.20110620.0 - Arch-dep and file ownership fixes (#682357)