From 70015beee173f65a1a7d9600771bbe49a3a849c2 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:05 -0700 Subject: [PATCH 1/1] Add default Smack manifest for device-config-touch.spec Change-Id: I63f70cf307be052d1f776d515135f9a845941e39 Signed-off-by: Ryan Ware --- packaging/device-config-touch.manifest | 5 +++++ packaging/device-config-touch.spec | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 packaging/device-config-touch.manifest diff --git a/packaging/device-config-touch.manifest b/packaging/device-config-touch.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/device-config-touch.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/device-config-touch.spec b/packaging/device-config-touch.spec index 4628479..99da06f 100644 --- a/packaging/device-config-touch.spec +++ b/packaging/device-config-touch.spec @@ -5,6 +5,7 @@ Summary: Device specific configurations for Touch Group: System/Hardware License: GPLv2+ Source0: %{name}-%{version}.tar.bz2 +Source1001: packaging/device-config-touch.manifest # >> gbp-patch-tags # auto-added by gbp # << gbp-patch-tags # auto-added by gbp BuildArch: noarch @@ -26,6 +27,7 @@ Touch configuration files for %1.\ # >> gbp-apply-patches # auto-added by gbp # << gbp-apply-patches # auto-added by gbp %build +cp %{SOURCE1001} . %install @@ -36,25 +38,31 @@ done %touch_package cando %files cando +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/60-cando-mtev.conf %touch_package mxt224 %files mxt224 +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/60-mxt224-mtev.conf %touch_package sitronix %files sitronix +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/70-sitronix-mtev.conf %touch_package Hanvon %files Hanvon +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/80-Hanvon-mtev.conf %touch_package ILI %files ILI +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/90-ILI-mtev.conf %touch_package eGalax %files eGalax +%manifest device-config-touch.manifest /opt/etc/X11/xorg.conf.d/92-exopc-mtev.conf -- 2.7.4