summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Bukarewicz <j.bukarewicz@samsung.com>2013-11-29 12:31:04 +0100
committerJacek Bukarewicz <j.bukarewicz@samsung.com>2013-11-29 16:27:51 +0100
commit732fdb699bd8b8edb17698e385f8626c891358eb (patch)
treec9d510c687a4b83099addc4194a2b5c226035760
parent21f1eabcb6dcdeae221f0f667a8f80d0e06e1f01 (diff)
downloadsimulator-opengl-732fdb699bd8b8edb17698e385f8626c891358eb.tar.gz
simulator-opengl-732fdb699bd8b8edb17698e385f8626c891358eb.tar.bz2
simulator-opengl-732fdb699bd8b8edb17698e385f8626c891358eb.zip
Do not package /usr/lib/pkconfig directoryHEADtizen
/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 <j.bukarewicz@samsung.com>
-rwxr-xr-xpackaging/simulator-opengl.spec10
1 files 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/*