From 732fdb699bd8b8edb17698e385f8626c891358eb Mon Sep 17 00:00:00 2001 From: Jacek Bukarewicz Date: Fri, 29 Nov 2013 12:31:04 +0100 Subject: [PATCH] Do not package /usr/lib/pkconfig directory /usr/lib/pkgconfig is already provided by the filesystem package, which also sets different permissions to it. This leads to a conflict preventing package from being installed. Also remove trailing whitespaces. Change-Id: I61f8883d3157a9b9cbb60b0906a345404513af6b Signed-off-by: Jacek Bukarewicz --- packaging/simulator-opengl.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/simulator-opengl.spec b/packaging/simulator-opengl.spec index 197b012..3a76a49 100755 --- a/packaging/simulator-opengl.spec +++ b/packaging/simulator-opengl.spec @@ -72,9 +72,9 @@ ln -s -f systemd/emul-opengl-yagl.service %{buildroot}/usr/lib/systemd/system/em %files devel %manifest simulator-opengl.manifest %defattr(-,root,root,-) -/usr/include/EGL -/usr/include/GL -/usr/include/GLES -/usr/include/GLES2 +/usr/include/EGL +/usr/include/GL +/usr/include/GLES +/usr/include/GLES2 /usr/include/KHR -/usr/lib/pkgconfig +/usr/lib/pkgconfig/* -- 2.7.4