resetting manifest requested domain to floor 64/4964/1 accepted/tizen/20130710.214205 submit/tizen/20130710.140057
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:57:26 +0000 (04:57 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:57:26 +0000 (04:57 +0300)
packaging/xkbcomp.manifest [new file with mode: 0644]
packaging/xkbcomp.spec

diff --git a/packaging/xkbcomp.manifest b/packaging/xkbcomp.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index ab8da11..0888340 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Utility to compile XKB keyboard description
 Url:            http://xorg.freedesktop.org/
 Group:          System/X11/Utilities
 Source:         %{name}-%{version}.tar.bz2
+Source1001:    xkbcomp.manifest
 BuildRequires:  bison
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
@@ -28,6 +29,7 @@ into one of several output formats.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure
@@ -37,12 +39,14 @@ make %{?_smp_mflags}
 %make_install
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc COPYING
 %{_bindir}/xkbcomp
 %{_mandir}/man1/xkbcomp.1%{?ext_man}
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/pkgconfig/xkbcomp.pc