Accepting request 186716 from hardware
* Add baselibs.conf (needed to use tslib with directfb) * Update to git e2e03ef719 (forwarded request 186715 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/186716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tslib?expand=0&rev=3
This commit is contained in:
commit
544dda97be
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libts-1_0-0
|
||||||
|
tslib-devel
|
||||||
|
requires -tslib-<targettype>
|
||||||
|
requires "libts-1_0-0-<targettype> = <version>"
|
3
tslib-e2e03ef719.tar.gz
Normal file
3
tslib-e2e03ef719.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0aff560c8e1ba95b44efef3c1ded55190c5fb260a287b22bda5fb0cb41230e0
|
||||||
|
size 894276
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4339ee6f2adab1ebcbea8d964b1b32cfc43e3498a5560726ce2b047cd98ae36c
|
|
||||||
size 67914
|
|
@ -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
|
Thu Jan 3 12:52:18 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
10
tslib.spec
10
tslib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tslib
|
# 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 <guillaume@opensuse.org>
|
# Copyright (c) 2012 Guillaume GARDET <guillaume@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,16 +17,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: tslib
|
Name: tslib
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0.0
|
Release: 0.0
|
||||||
Summary: Abstraction layer for touchscreen
|
Summary: Abstraction layer for touchscreen
|
||||||
|
License: LGPL-2.0+ and GPL-2.0+
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Url: https://github.com/kergoth/tslib.git
|
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
|
Patch0: use-module-raw-input-for-ts-conf.patch
|
||||||
License: LGPL-2.0+ and GPL-2.0+
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -60,7 +60,7 @@ Devel package for tslib. Tslib is an abstraction layer for touchscreen panel eve
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tslib-f6c499a523
|
%setup -q -n tslib-e2e03ef719
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_libdir}
|
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_libdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user