diff options
author | Shibata Makoto <shibata@mac.tec.toyota.co.jp> | 2013-04-26 20:39:06 +0900 |
---|---|---|
committer | Shibata Makoto <shibata@mac.tec.toyota.co.jp> | 2013-04-26 20:39:41 +0900 |
commit | 0f80d0012c6f40ebb02622e058911e9d581bc4f2 (patch) | |
tree | b184a9305d983642adfdc4855a49d714541033b9 /packaging | |
download | ico-uxf-device-input-controller-0f80d0012c6f40ebb02622e058911e9d581bc4f2.tar.gz ico-uxf-device-input-controller-0f80d0012c6f40ebb02622e058911e9d581bc4f2.tar.bz2 ico-uxf-device-input-controller-0f80d0012c6f40ebb02622e058911e9d581bc4f2.zip |
Updated package changelog.
Change-Id: I24b2c18efcc223a2abea06b317f0b54c976841d9
Signed-off-by: Shibata Makoto <shibata@mac.tec.toyota.co.jp>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ico-uxf-device-input-controller.changes | 3 | ||||
-rw-r--r-- | packaging/ico-uxf-device-input-controller.spec | 50 |
2 files changed, 53 insertions, 0 deletions
diff --git a/packaging/ico-uxf-device-input-controller.changes b/packaging/ico-uxf-device-input-controller.changes new file mode 100644 index 0000000..35ba624 --- /dev/null +++ b/packaging/ico-uxf-device-input-controller.changes @@ -0,0 +1,3 @@ +* Fri Apr 26 2013 Shibata Makoto <shibata@mac.tec.toyota.co.jp> de524fc +- Import initial. + diff --git a/packaging/ico-uxf-device-input-controller.spec b/packaging/ico-uxf-device-input-controller.spec new file mode 100644 index 0000000..c125e30 --- /dev/null +++ b/packaging/ico-uxf-device-input-controller.spec @@ -0,0 +1,50 @@ +Name: ico-uxf-device-input-controller +Summary: Device Input Controller +Version: 0.5.01 +Release: 1.1 +Group: System/GUI +License: Apache License, Version 2.0 +URL: "" +Source0: %{name}-%{version}.tar.bz2 + +BuildRequires: pkgconfig(wayland-client) >= 1.0 +BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: ico-uxf-weston-plugin-devel >= 0.5.0 +Requires: weston >= 1.0 +Requires: ico-uxf-weston-plugin >= 0.5.0 + +%description +Device Input Controller for ico-uxf-weston-plugin(Multi Input Manager) + +%prep +%setup -q -n %{name}-%{version} + +%build +autoreconf --install + +%autogen --prefix=/usr + +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +%make_install + +# configurations +%define ictl_conf /opt/etc/ico-uxf-device-input-controller +mkdir -p %{buildroot}%{ictl_conf} +install -m 0644 joystick_gtforce.conf %{buildroot}%{ictl_conf} +install -m 0644 egalax_calibration.conf %{buildroot}%{ictl_conf} + +%files +%defattr(-,root,root,-) +%{_bindir}/ico_ictl-joystick_gtforce +%{_bindir}/ico_ictl-touch_egalax +%{_bindir}/ico_ictl-egalax_calibration +%{ictl_conf}/joystick_gtforce.conf +%{ictl_conf}/egalax_calibration.conf + |