summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 11:28:39 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 11:28:39 +0300
commitab24de8677671f27f52307248fb24ea4b105b1cb (patch)
tree38e34fd66b34cf5cec56570765c285b17bf3d797 /packaging
parent532875f00c25e45d8ca1de29fbbac5cc7324f51b (diff)
downloadopengl-es-ab24de8677671f27f52307248fb24ea4b105b1cb.tar.gz
opengl-es-ab24de8677671f27f52307248fb24ea4b105b1cb.tar.bz2
opengl-es-ab24de8677671f27f52307248fb24ea4b105b1cb.zip
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