From 9b3bd7c33203ce073e5d46c7e56de7ea98760f9611e6364210cff7a8d8beda7c Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Mon, 12 Aug 2013 09:38:38 +0000 Subject: [PATCH] Accepting request 186715 from home:Guillaume_G:branches:hardware * Add baselibs.conf (needed to use tslib with directfb) * Update to git e2e03ef719 OBS-URL: https://build.opensuse.org/request/show/186715 OBS-URL: https://build.opensuse.org/package/show/hardware/tslib?expand=0&rev=6 --- baselibs.conf | 4 ++++ tslib-e2e03ef719.tar.gz | 3 +++ tslib.changes | 10 ++++++++++ tslib.spec | 10 +++++----- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 baselibs.conf create mode 100644 tslib-e2e03ef719.tar.gz diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..eb36193 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libts-1_0-0 +tslib-devel + requires -tslib- + requires "libts-1_0-0- = " diff --git a/tslib-e2e03ef719.tar.gz b/tslib-e2e03ef719.tar.gz new file mode 100644 index 0000000..6bcce96 --- /dev/null +++ b/tslib-e2e03ef719.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0aff560c8e1ba95b44efef3c1ded55190c5fb260a287b22bda5fb0cb41230e0 +size 894276 diff --git a/tslib.changes b/tslib.changes index 130f0aa..9e3fbf6 100644 --- a/tslib.changes +++ b/tslib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 12 08:21:33 UTC 2013 - guillaume@opensuse.org + +- Add baselibs.conf (needed to use tslib with directfb) + +------------------------------------------------------------------- +Mon Aug 12 08:19:09 UTC 2013 - guillaume@opensuse.org + +- Update to git e2e03ef719 + ------------------------------------------------------------------- Thu Jan 3 12:52:18 UTC 2013 - cfarrell@suse.com diff --git a/tslib.spec b/tslib.spec index 2b0399d..98c0b9c 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,7 +1,7 @@ # # spec file for package tslib # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guillaume GARDET # # All modifications and additions to the file contributed by third parties @@ -17,16 +17,16 @@ # - Name: tslib Version: 1.0 Release: 0.0 Summary: Abstraction layer for touchscreen +License: LGPL-2.0+ and GPL-2.0+ Group: Hardware/Other Url: https://github.com/kergoth/tslib.git -Source: tslib-f6c499a523.tar.gz +Source: tslib-e2e03ef719.tar.gz +Source2: baselibs.conf Patch0: use-module-raw-input-for-ts-conf.patch -License: LGPL-2.0+ and GPL-2.0+ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: libtool @@ -60,7 +60,7 @@ Devel package for tslib. Tslib is an abstraction layer for touchscreen panel eve %prep -%setup -q -n tslib-f6c499a523 +%setup -q -n tslib-e2e03ef719 %patch0 -p0 ./autogen.sh CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_libdir}