SHA256
1
0
forked from pool/mtdev

Accepting request 288197 from home:pluskalm:branches:X11:XOrg

- Update to 1.1.5

OBS-URL: https://build.opensuse.org/request/show/288197
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mtdev?expand=0&rev=13
This commit is contained in:
Stefan Dirsch 2015-03-03 10:17:53 +00:00 committed by Git OBS Bridge
parent 9aec24360b
commit abd18e9b99
4 changed files with 24 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38
size 273780

3
mtdev-1.1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
size 274162

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 28 09:55:25 UTC 2015 - mpluskal@suse.com
- Update to 1.1.5
* Make it possible to build the source out-of-tree. The
gnome-continuous build system does this by default.
* Some tests do #include relative to the top-level, so add
top_srcdir to the include path as otherwise out-of-tree
builds can't find the files.
-------------------------------------------------------------------
Tue Feb 11 13:02:33 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package mtdev
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,26 +17,26 @@
Name: mtdev
BuildRequires: pkgconfig
Version: 1.1.5
Release: 0
Summary: Multitouch Protocol Translation Library
License: MIT
Group: System/Libraries
Version: 1.1.4
Release: 0
Url: http://bitmath.org/code/mtdev/
Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2
Source1: baselibs.conf
Url: http://bitmath.org/code/mtdev/
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
%package -n libmtdev1
Summary: Multitouch Protocol Translation Library
Group: System/Libraries
%description -n libmtdev1
The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
%package devel
Summary: Development package for mtdev library
@ -51,12 +51,13 @@ This package contains the files needed to compile programs that use mtdev librar
%setup -q
%build
%configure --disable-static
%configure \
--enable-static=no
make %{?_smp_mflags}
%install
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libmtdev1 -p /sbin/ldconfig