From b958f118a5cc109ec7164d199bfa50f3d799d971 Mon Sep 17 00:00:00 2001 From: Kim Kibum Date: Sun, 29 Apr 2012 17:01:43 +0900 Subject: [PATCH] upload tizen1.0 source --- packaging/opengl-es-virtual-drv.spec | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 packaging/opengl-es-virtual-drv.spec diff --git a/packaging/opengl-es-virtual-drv.spec b/packaging/opengl-es-virtual-drv.spec new file mode 100644 index 0000000..6c8b51f --- /dev/null +++ b/packaging/opengl-es-virtual-drv.spec @@ -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 -- 2.7.4