From abd18e9b996946eb8762cd6ac59b3984f7c5b45f9ab407d99218ba0d42d93998 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 3 Mar 2015 10:17:53 +0000 Subject: [PATCH] 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 --- mtdev-1.1.4.tar.bz2 | 3 --- mtdev-1.1.5.tar.bz2 | 3 +++ mtdev.changes | 10 ++++++++++ mtdev.spec | 21 +++++++++++---------- 4 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 mtdev-1.1.4.tar.bz2 create mode 100644 mtdev-1.1.5.tar.bz2 diff --git a/mtdev-1.1.4.tar.bz2 b/mtdev-1.1.4.tar.bz2 deleted file mode 100644 index 870f117..0000000 --- a/mtdev-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38 -size 273780 diff --git a/mtdev-1.1.5.tar.bz2 b/mtdev-1.1.5.tar.bz2 new file mode 100644 index 0000000..fceae07 --- /dev/null +++ b/mtdev-1.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f +size 274162 diff --git a/mtdev.changes b/mtdev.changes index 2e3acd9..8297fde 100644 --- a/mtdev.changes +++ b/mtdev.changes @@ -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 diff --git a/mtdev.spec b/mtdev.spec index 71d045e..080cd24 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -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