From 494f38d59ef89c9b450993db5c19daad8034183c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:52:58 +0300 Subject: resetting manifest requested domain to floor --- packaging/xinput.manifest | 5 +++++ packaging/xinput.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xinput.manifest diff --git a/packaging/xinput.manifest b/packaging/xinput.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xinput.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xinput.spec b/packaging/xinput.spec index 9b663c1..6d9932b 100644 --- a/packaging/xinput.spec +++ b/packaging/xinput.spec @@ -8,6 +8,7 @@ Summary: Utility to configure and test X input devices Url: http://xorg.freedesktop.org/ Group: System/X11 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1001: xinput.manifest BuildRequires: pkgconfig(inputproto) >= 2.0.99.1 BuildRequires: pkgconfig(pkg-config) BuildRequires: pkgconfig(x11) @@ -22,6 +23,7 @@ xinput is a utility to configure and test XInput devices. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -31,6 +33,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/xinput -- cgit v1.2.3