diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 06:05:41 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 06:05:41 +0300 |
commit | 5c51eecc802dba83119caa8a1b01cf10a046e657 (patch) | |
tree | 24a8b84ba5ea2c07f4b3d19e883bd1e31e450b62 | |
parent | 720b9ecc67d781038bf57503543b6c33329159e7 (diff) | |
download | xdpyinfo-accepted/tizen/ivi/genivi.tar.gz xdpyinfo-accepted/tizen/ivi/genivi.tar.bz2 xdpyinfo-accepted/tizen/ivi/genivi.zip |
resetting manifest requested domain to floorsubmit/tizen_ivi_genivi/20140131.033937submit/tizen/20130910.025008submit/tizen/20130710.135830ivi_oct_m2accepted/tizen/ivi/genivi/20140131.040815accepted/tizen/20130910.205439accepted/tizen/20130910.203111accepted/tizen/20130910.195157accepted/tizen/20130910.183548accepted/tizen/20130910.123351accepted/tizen/20130710.214302tizen_ivi_geniviaccepted/tizen/ivi/genivi
-rw-r--r-- | packaging/xdpyinfo.manifest | 5 | ||||
-rw-r--r-- | packaging/xdpyinfo.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xdpyinfo.manifest b/packaging/xdpyinfo.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xdpyinfo.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/xdpyinfo.spec b/packaging/xdpyinfo.spec index f4be6bd..9cf6d85 100644 --- a/packaging/xdpyinfo.spec +++ b/packaging/xdpyinfo.spec @@ -6,6 +6,7 @@ Summary: Utility to display information about an X server Url: http://xorg.freedesktop.org/ Group: Graphics/Utilities Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1001: xdpyinfo.manifest BuildRequires: pkg-config BuildRequires: pkgconfig(dmx) BuildRequires: pkgconfig(x11) @@ -32,6 +33,7 @@ protocol extensions that are available. %prep %setup -q +cp %{SOURCE1001} . %build %reconfigure @@ -41,6 +43,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/xdpyinfo |