summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:06:28 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:06:28 +0300
commita4e1a7b06c57af0d5e30f3ff3f06ca69fa0ff95c (patch)
tree4f7af109e8756a2429b9b132af246a49ec149ab4
parenta0161be715a2d4bf4a8c46f7342814258b83ab74 (diff)
downloadxkbprint-a4e1a7b06c57af0d5e30f3ff3f06ca69fa0ff95c.tar.gz
xkbprint-a4e1a7b06c57af0d5e30f3ff3f06ca69fa0ff95c.tar.bz2
xkbprint-a4e1a7b06c57af0d5e30f3ff3f06ca69fa0ff95c.zip
-rw-r--r--packaging/xkbprint.manifest5
-rw-r--r--packaging/xkbprint.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xkbprint.manifest b/packaging/xkbprint.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xkbprint.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xkbprint.spec b/packaging/xkbprint.spec
index 7fc469c..0bf8005 100644
--- a/packaging/xkbprint.spec
+++ b/packaging/xkbprint.spec
@@ -6,6 +6,7 @@ Summary: Utility to print an XKB keyboard description
Url: http://xorg.freedesktop.org/
Group: System/X11/Utilities
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1001: xkbprint.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
@@ -17,6 +18,7 @@ of an XKB keyboard description.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -28,6 +30,7 @@ make %{?_smp_mflags}
%docs_package
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc COPYING
%{_bindir}/xkbprint