diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-29 15:09:20 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-29 15:09:20 +0200 |
commit | 6554394e29dc2c8409726a096beef43083f28145 (patch) | |
tree | 425f40e9a4033f0ed4ec2e26758e9f723f8db23b | |
parent | 9798d0c8aa9ace40b2cebe30751ca7fd962ff75e (diff) | |
download | ico-uxf-device-input-controller-tizen.tar.gz ico-uxf-device-input-controller-tizen.tar.bz2 ico-uxf-device-input-controller-tizen.zip |
Clean spec file for yocto complianceHEADtizen_3.0_ivi_releasetizen_3.0.m14.3_ivi_releasesubmit/tizen_ivi/20140912.150940accepted/tizen/ivi/20140913.110047tizen_3.0_ivitizen_3.0.m14.3_ivitizenaccepted/tizen_iviaccepted/tizen_3.0_iviaccepted/tizen_3.0.m14.3_ivi
Change-Id: I2a6d879b91190d254362b02d8de2089504cf76ed
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rwxr-xr-x | autogen.sh | 9 | ||||
-rw-r--r-- | packaging/ico-uxf-device-input-controller.spec | 18 |
2 files changed, 8 insertions, 19 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 916169a..0000000 --- a/autogen.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -test -n "$srcdir" || srcdir=`dirname "$0"` -test -n "$srcdir" || srcdir=. -( - cd "$srcdir" && - autoreconf --force -v --install -) || exit -test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" diff --git a/packaging/ico-uxf-device-input-controller.spec b/packaging/ico-uxf-device-input-controller.spec index 3b1da04..64d7e5d 100644 --- a/packaging/ico-uxf-device-input-controller.spec +++ b/packaging/ico-uxf-device-input-controller.spec @@ -1,10 +1,11 @@ +%define ictl_conf /opt/etc/ico/device-input-controller + Name: ico-uxf-device-input-controller Summary: Device Input Controller Version: 0.9.06 -Release: 1.1 -Group: System/GUI -License: Apache License, Version 2.0 -URL: "" +Release: 0 +Group: Graphics & UI Framework/Input +License: Apache-2.0 Source0: %{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(wayland-client) >= 1.4.0 @@ -25,17 +26,14 @@ Device Input Controller for ico-uxf-weston-plugin(Multi Input Manager) %setup -q -n %{name}-%{version} %build -%autogen - -%configure -make %{?_smp_mflags} +%reconfigure +%__make %{?_smp_mflags} %install rm -rf %{buildroot} %make_install # configurations -%define ictl_conf /opt/etc/ico/device-input-controller mkdir -p %{buildroot}%{ictl_conf} mkdir -p %{buildroot}%{_unitdir_user} install -m 0644 settings/drivingforcegt.conf %{buildroot}%{ictl_conf} @@ -50,4 +48,4 @@ install -m 644 settings/ico-device-input-controller.service %{buildroot}%{_unitd %{ictl_conf}/drivingforcegt.conf %{ictl_conf}/g27racingwheel.conf %{ictl_conf}/set_daynight.sh -/usr/lib/systemd/user/ico-device-input-controller.service +%{_unitdir_user}/ico-device-input-controller.service |