summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:48:33 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:48:33 +0300
commit39b599cf975cf94d3939d214545a74712a560045 (patch)
treefceb390b2853b729a6e0be4106beedee40e166b8
parentac5524e1acf6124a76b3878172908cdc6818d287 (diff)
downloadxorg-launch-helper-39b599cf975cf94d3939d214545a74712a560045.tar.gz
xorg-launch-helper-39b599cf975cf94d3939d214545a74712a560045.tar.bz2
xorg-launch-helper-39b599cf975cf94d3939d214545a74712a560045.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.140220accepted/tizen/20130710.214121
-rw-r--r--packaging/xorg-launch-helper.manifest5
-rw-r--r--packaging/xorg-launch-helper.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xorg-launch-helper.manifest b/packaging/xorg-launch-helper.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xorg-launch-helper.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xorg-launch-helper.spec b/packaging/xorg-launch-helper.spec
index 211da53..5992097 100644
--- a/packaging/xorg-launch-helper.spec
+++ b/packaging/xorg-launch-helper.spec
@@ -9,6 +9,7 @@ URL: http://foo-projects.org/~sofar/%{name}
Source0: http://foo-projects.org/~sofar/%{name}/%{name}-%{version}.tar.gz
Source1: xorg.conf
Source2: xorg_done.service
+Source1001: xorg-launch-helper.manifest
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd-daemon)
@@ -19,6 +20,7 @@ A wrapper to launch Xorg as a service in systemd environments.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%reconfigure
@@ -35,6 +37,7 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/systemd/user/
ln -sf ../xorg_done.service %{buildroot}%{_prefix}/lib/systemd/user/xorg.target.wants
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root,-)
%{_bindir}/xorg-launch-helper