summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:46:14 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:46:14 +0300
commit9a1206fd9fac8109b2622dec4f833815515bf1ca (patch)
treecaa346c281b3d5f73018b06c5ffddcc6434a88e8
parentcbd6fc916d916ca0c24f61b27e35ced0acd28b21 (diff)
downloadxconsole-9a1206fd9fac8109b2622dec4f833815515bf1ca.tar.gz
xconsole-9a1206fd9fac8109b2622dec4f833815515bf1ca.tar.bz2
xconsole-9a1206fd9fac8109b2622dec4f833815515bf1ca.zip
-rw-r--r--packaging/xconsole.manifest5
-rw-r--r--packaging/xconsole.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xconsole.manifest b/packaging/xconsole.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xconsole.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xconsole.spec b/packaging/xconsole.spec
index 1a9436c..41d97f9 100644
--- a/packaging/xconsole.spec
+++ b/packaging/xconsole.spec
@@ -6,6 +6,7 @@ Summary: Utility to monitor system console messages with X
Url: http://xorg.freedesktop.org/
Group: System/X11/Utilities
Source: %{name}-%{version}.tar.bz2
+Source1001: xconsole.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7)
@@ -19,6 +20,7 @@ to /dev/console
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -28,6 +30,7 @@ make %{?_smp_mflags}
%make_install
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc COPYING
%{_bindir}/xconsole