summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:39:50 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:39:50 +0300
commit0dac8a2d182ee8f016a8d0ec7312245099f3060a (patch)
tree7115ccc6c4c269063239710354937d7794813e33
parent97f2c48394cbf9540c2b0ce81aa42c024b4e12b6 (diff)
downloadxmodmap-accepted/tizen/generic/20140212.175511.tar.gz
xmodmap-accepted/tizen/generic/20140212.175511.tar.bz2
xmodmap-accepted/tizen/generic/20140212.175511.zip
-rw-r--r--packaging/xmodmap.manifest5
-rw-r--r--packaging/xmodmap.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xmodmap.manifest b/packaging/xmodmap.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xmodmap.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xmodmap.spec b/packaging/xmodmap.spec
index 4d9605d..a538cec 100644
--- a/packaging/xmodmap.spec
+++ b/packaging/xmodmap.spec
@@ -8,6 +8,7 @@ Group: System/X11/Utilities
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1: Xmodmap.template
Source2: Xmodmap.remote.template
+Source1001: xmodmap.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
@@ -22,6 +23,7 @@ tastes.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -33,6 +35,7 @@ install -m0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/Xmodmap
install -m0644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/Xmodmap.remote
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc COPYING
%config %{_sysconfdir}/X11/Xmodmap