summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:40:08 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:40:08 +0300
commit82b90607209191368807ef6445639d4bfe8af238 (patch)
tree449fb48e37b19ccafc3fa57b387675aff89d7abe
parent2bd08d450d04c2aec762e626f35bda0e542d22ff (diff)
downloadxhost-submit/tizen/20130710.140026.tar.gz
xhost-submit/tizen/20130710.140026.tar.bz2
xhost-submit/tizen/20130710.140026.zip
-rw-r--r--packaging/xhost.manifest5
-rw-r--r--packaging/xhost.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xhost.manifest b/packaging/xhost.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xhost.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xhost.spec b/packaging/xhost.spec
index e46203c..0baa182 100644
--- a/packaging/xhost.spec
+++ b/packaging/xhost.spec
@@ -6,6 +6,7 @@ Summary: Utility to control X server access
Url: http://xorg.freedesktop.org/
Group: System/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1001: xhost.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
@@ -18,6 +19,7 @@ allowed to make connections to the X server.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -27,6 +29,7 @@ make %{?_smp_mflags}
%make_install
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_bindir}/xhost