Tizen 2.0 release 2.0alpha master 2.0_alpha submit/master/20120920.151050
authorMinsu Han <minsu81.han@samsung.com>
Tue, 21 Aug 2012 08:48:25 +0000 (17:48 +0900)
committerMinsu Han <minsu81.han@samsung.com>
Tue, 21 Aug 2012 08:48:25 +0000 (17:48 +0900)
debian/changelog
packaging/opengl-es.changes [new file with mode: 0755]
packaging/opengl-es.spec [changed mode: 0644->0755]
pkgconfig_arm/opengl-es-11.pc
pkgconfig_arm/opengl-es-20.pc

index fd2350a..b88c2b2 100644 (file)
@@ -1,7 +1,41 @@
 opengl-es (0.1.1-4) unstable; urgency=low
 
-  * Initialize version 
-  * Git: slp/pkgs/o/opengl-es
+  * Modify maintainer, copyright and add LICENSE 
+  * Git: 165.213.180.234:slp/pkgs/o/opengl-es
   * Tag: opengl-es_0.1.1-4
 
  -- Minsu Han <minsu81.han@samsung.com>  Tue, 06 Dec 2011 19:25:29 +0900
+
+opengl-es (0.1.1-3) unstable; urgency=low
+
+  * debian/rules
+    + change code to check the machine name.
+  * Git: 165.213.180.234:slp/pkgs/o/opengl-es
+  * Tag: opengl-es_0.1.1-3
+
+ -- Gwanglim Lee <gl77.lee@samsung.com>  Tue, 15 Mar 2011 09:43:23 +0900
+
+opengl-es (0.1.1-2) unstable; urgency=low
+
+  * debian/rules
+    + apply a separate pc file to opengl-es-dev for each architecture.
+  * Git: 165.213.180.234:/git/slp/pkgs/opengl-es
+  * Tag: opengl-es_0.1.1-2
+
+ -- Gwanglim Lee <gl77.lee@samsung.com>  Mon, 14 Mar 2011 18:45:15 +0900
+
+opengl-es (0.1.1-1) unstable; urgency=low
+
+  * debian/control
+    + In order to support various OpenGL ES drivers, make opengl-es
+      depend on opengl-es-drv virtual package instead of opengl-es-sgx540.
+  * Git: 165.213.180.234:/git/slp/pkgs/opengl-es
+  * Tag: opengl-es_0.1.1-1
+
+ -- Gwanglim Lee <gl77.lee@samsung.com>  Mon, 22 Nov 2010 22:17:19 +0900
+
+opengl-es (0.1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Gwanglim Lee <gl77.lee@samsung.com>  Fri, 08 Jan 2010 21:59:23 +0900
diff --git a/packaging/opengl-es.changes b/packaging/opengl-es.changes
new file mode 100755 (executable)
index 0000000..3da09f1
--- /dev/null
@@ -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
old mode 100644 (file)
new mode 100755 (executable)
index 946044c..26bc258
@@ -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,12 +8,14 @@
 Name:       opengl-es
 Summary:    metapackage for the OpenGL ES library
 Version:    0.1.1
-Release:    1
+Release:    2
 Group:      libs
 License:    samsung
-Source0:    opengl-es-0.1.1.tar.gz
+Source0:    %{name}-%{version}.tar.gz
 %ifarch %{ix86}
 Requires:   simulator-opengl
+%else
+Requires:   opengl-es-drv
 %endif
 
 
@@ -22,17 +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}
+%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.
@@ -42,7 +45,7 @@ metapackage for development files of the OpenGL ES library
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 
 %build
@@ -57,7 +60,8 @@ cp -a ./%{PKGPATH}/*.pc %{buildroot}%{_libdir}/pkgconfig/
 
 %files
 %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
index 17887a2..c898adf 100644 (file)
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 Name: opengl-es-11
 Description: OpenGL-ES 1.1 Library
 Version: 0.1
-Requires: gles11
+Requires: glesv1_cm
 Libs: -L${libdir}
 Cflags: -I${includedir}
index 15e2e8b..d4cbe82 100644 (file)
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 Name: opengl-es-20
 Description: OpenGL-ES 2.0 Library
 Version: 0.1
-Requires: gles20
+Requires: glesv2
 Libs: -L${libdir}
 Cflags: -I${includedir}