From 587faf6dc8ea253a7d9ad5a08b9e836c6f2011e7 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:11:43 +0300 Subject: resetting manifest requested domain to floor --- packaging/xkbutils.manifest | 5 +++++ packaging/xkbutils.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xkbutils.manifest diff --git a/packaging/xkbutils.manifest b/packaging/xkbutils.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xkbutils.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xkbutils.spec b/packaging/xkbutils.spec index 7de7ae2..80d0d36 100644 --- a/packaging/xkbutils.spec +++ b/packaging/xkbutils.spec @@ -6,6 +6,7 @@ Summary: Collection of small utilities utilizing the X11 XKeyboard extens Url: http://xorg.freedesktop.org/ Group: System/X11/Utilities Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1001: xkbutils.manifest BuildRequires: pkg-config BuildRequires: pkgconfig(inputproto) BuildRequires: pkgconfig(x11) @@ -25,6 +26,7 @@ It includes: %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -36,6 +38,7 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/xkbbell -- cgit v1.2.3