From 74721dda0dbdbd6c0f441b29ae9d9e6f8773e86d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:43:44 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/setxkbmap.manifest | 5 +++++ packaging/setxkbmap.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/setxkbmap.manifest 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 -- 2.7.4