upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:01:43 +0000 (17:01 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:01:43 +0000 (17:01 +0900)
packaging/opengl-es-virtual-drv.spec [new file with mode: 0644]

diff --git a/packaging/opengl-es-virtual-drv.spec b/packaging/opengl-es-virtual-drv.spec
new file mode 100644 (file)
index 0000000..6c8b51f
--- /dev/null
@@ -0,0 +1,53 @@
+Name:       opengl-es-virtual-drv
+Summary:    The Virtual OpenGL ES library
+Version:    0.2.0
+Release:    1
+Group:      TO_BE/FILLED_IN
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig(x11) 
+
+
+%description
+The OpenGL ES library provides OpenGL ES 1.1 and OpenGL ES 2.0.
+This package contains the dummy shared libraries.
+
+
+%package devel
+Group:    TO_BE/FILLED_IN
+Summary:  opengl-es virtual driver development
+
+
+%description devel
+The OpenGL ES library provides OpenGL ES 1.1 and OpenGL ES 2.0.
+This package contains the the development libraries, header files
+needed by programs that want to compile with OpenGL ES.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+
+%build
+%reconfigure
+make %{?jobs:-j%jobs}
+
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE
+%{_libdir}/*.so*
+
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/EGL/*.h
+%{_includedir}/GLES/*.h
+%{_includedir}/GLES2/*.h
+%{_libdir}/pkgconfig/gles11.pc
+%{_libdir}/pkgconfig/gles20.pc