summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-31 15:01:29 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-31 15:01:29 -0400
commit532875f00c25e45d8ca1de29fbbac5cc7324f51b (patch)
tree55736c11480b84411c1ff599ea5d100c002fcdb7
parentbc82c9287fda135156db01c6b8fad3a30209929a (diff)
downloadopengl-es-532875f00c25e45d8ca1de29fbbac5cc7324f51b.tar.gz
opengl-es-532875f00c25e45d8ca1de29fbbac5cc7324f51b.tar.bz2
opengl-es-532875f00c25e45d8ca1de29fbbac5cc7324f51b.zip
-rw-r--r--[-rwxr-xr-x]LICENSE0
-rwxr-xr-xpackaging/opengl-es.changes3
-rwxr-xr-xpackaging/opengl-es.spec13
3 files changed, 9 insertions, 7 deletions
diff --git a/LICENSE b/LICENSE
index bbe9d02..bbe9d02 100755..100644
--- a/LICENSE
+++ b/LICENSE
diff --git a/packaging/opengl-es.changes b/packaging/opengl-es.changes
index 3da09f1..ea86744 100755
--- a/packaging/opengl-es.changes
+++ b/packaging/opengl-es.changes
@@ -1,3 +1,6 @@
+* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130517.044930@bc82c92
+- Remove placeholders and cleanup spec
+
Sat Aug 20 17:09:22 KST 2011 - <qiang.z.zhang@intel.com> - 0.1.1
- Fix dependency issue, using correct arch macro.
diff --git a/packaging/opengl-es.spec b/packaging/opengl-es.spec
index 80c2935..ded2d67 100755
--- a/packaging/opengl-es.spec
+++ b/packaging/opengl-es.spec
@@ -1,4 +1,3 @@
-#sbs-git:slp/pkgs/o/opengl-es opengl-es 0.1.1 0d774b1127022844afc7e7eb99b76bedb95f8fe9
%ifarch %{ix86}
%define PKGPATH "pkgconfig_i686"
%else
@@ -6,11 +5,11 @@
%endif
Name: opengl-es
-Summary: metapackage for the OpenGL ES library
+Summary: Meta Package for the OpenGL ES library
Version: 0.1.1
Release: 4
-Group: libs
-License: samsung
+Group: Graphics/Library
+License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
%ifarch %{ix86}
Requires: simulator-opengl
@@ -26,8 +25,8 @@ metapackage for the OpenGL ES library
It does not provide any drivers itself..
%package devel
-Summary: metapackage for development files of the OpenGL ES library
-Group: libs
+Summary: Meta Package for development files of the OpenGL ES library
+Group: Development/Graphics
Requires: %{name} = %{version}-%{release}
%ifarch %{ix86}
@@ -53,13 +52,13 @@ metapackage for development files of the OpenGL ES library
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -a ./%{PKGPATH}/*.pc %{buildroot}%{_libdir}/pkgconfig/
%files
+%license LICENSE
%manifest opengl-es.manifest
%defattr(-,root,root,-)