summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/opengl-es.manifest5
-rwxr-xr-xpackaging/opengl-es.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/opengl-es.manifest b/packaging/opengl-es.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/opengl-es.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/opengl-es.spec b/packaging/opengl-es.spec
index ded2d67..b08c8fa 100755
--- a/packaging/opengl-es.spec
+++ b/packaging/opengl-es.spec
@@ -11,6 +11,7 @@ Release: 4
Group: Graphics/Library
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: opengl-es.manifest
%ifarch %{ix86}
Requires: simulator-opengl
%else
@@ -46,6 +47,7 @@ metapackage for development files of the OpenGL ES library
%prep
%setup -q
+cp %{SOURCE1001} .
%build
@@ -58,11 +60,13 @@ cp -a ./%{PKGPATH}/*.pc %{buildroot}%{_libdir}/pkgconfig/
%files
+%manifest %{name}.manifest
%license LICENSE
%manifest opengl-es.manifest
%defattr(-,root,root,-)
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/opengl-es-11.pc
%{_libdir}/pkgconfig/opengl-es-20.pc