From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:43:44 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214703^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fgenivi;p=platform%2Fupstream%2Fsetxkbmap.git resetting manifest requested domain to floor --- diff --git a/packaging/setxkbmap.manifest b/packaging/setxkbmap.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/setxkbmap.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/setxkbmap.spec b/packaging/setxkbmap.spec index f917dd0..d8155c4 100644 --- a/packaging/setxkbmap.spec +++ b/packaging/setxkbmap.spec @@ -6,6 +6,7 @@ Summary: Utility to change the keyboard layout in X Url: http://xorg.freedesktop.org/ Group: System/X11/Utilities Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1001: setxkbmap.manifest BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) @@ -18,6 +19,7 @@ on the command line. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -27,6 +29,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/setxkbmap