summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:48:26 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:48:26 +0900
commitc1893ab6ef020610d1125ac71eed24eba8a2eb5b (patch)
tree3233a5141ca01a09f2715ea48a5b80517310c16b /packaging
parentfe1d7b35e68d1e1743757e28c6d380baea8e35aa (diff)
downloadopengl-es-c1893ab6ef020610d1125ac71eed24eba8a2eb5b.tar.gz
opengl-es-c1893ab6ef020610d1125ac71eed24eba8a2eb5b.tar.bz2
opengl-es-c1893ab6ef020610d1125ac71eed24eba8a2eb5b.zip
Tizen 2.1 base
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/opengl-es.changes5
-rwxr-xr-x[-rw-r--r--]packaging/opengl-es.spec23
2 files changed, 17 insertions, 11 deletions
diff --git a/packaging/opengl-es.changes b/packaging/opengl-es.changes
new file mode 100755
index 0000000..3da09f1
--- /dev/null
+++ b/packaging/opengl-es.changes
@@ -0,0 +1,5 @@
+Sat Aug 20 17:09:22 KST 2011 - <qiang.z.zhang@intel.com> - 0.1.1
+- Fix dependency issue, using correct arch macro.
+
+Thu Aug 18 07:50:29 UTC 2011 - <qiang.z.zhang@intel.com> - 0.1.1
+- Initial Packaging From Git
diff --git a/packaging/opengl-es.spec b/packaging/opengl-es.spec
index 1fa1f91..6eeb668 100644..100755
--- a/packaging/opengl-es.spec
+++ b/packaging/opengl-es.spec
@@ -1,3 +1,4 @@
+#sbs-git:slp/pkgs/o/opengl-es opengl-es 0.1.1 0d774b1127022844afc7e7eb99b76bedb95f8fe9
%ifarch %{ix86}
%define PKGPATH "pkgconfig_i686"
%else
@@ -7,10 +8,10 @@
Name: opengl-es
Summary: metapackage for the OpenGL ES library
Version: 0.1.1
-Release: 1
+Release: 4
Group: libs
License: samsung
-Source0: opengl-es-0.1.1.tar.gz
+Source0: %{name}-%{version}.tar.gz
%ifarch %{ix86}
Requires: simulator-opengl
%else
@@ -24,19 +25,17 @@ metapackage for the OpenGL ES library
.
It does not provide any drivers itself..
-
-
-%package -n opengl-es-devel
+%package devel
Summary: metapackage for development files of the OpenGL ES library
Group: libs
Requires: %{name} = %{version}-%{release}
-%ifarch %{ix86}
-Requires: simulator-opengl-devel
-%else
+%ifnarch %{ix86}
Requires: opengl-es-drv-devel
+%else
+Requires: simulator-opengl-devel
%endif
-%description -n opengl-es-devel
+%description devel
metapackage for development files of the OpenGL ES library
This is a meta package that will point to the latest development libraries,
header files needed by programs that want to compile with OpenGL ES.
@@ -46,7 +45,7 @@ metapackage for development files of the OpenGL ES library
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
@@ -60,8 +59,10 @@ cp -a ./%{PKGPATH}/*.pc %{buildroot}%{_libdir}/pkgconfig/
%files
+%manifest opengl-es.manifest
%defattr(-,root,root,-)
-%files -n opengl-es-devel
+
+%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/opengl-es-11.pc
%{_libdir}/pkgconfig/opengl-es-20.pc