- Update to 2.2.17+bzr20160126.
OBS-URL: https://build.opensuse.org/package/show/X11:Unity/geis?expand=0&rev=8
This commit is contained in:
parent
0eb0e9f980
commit
0f21cfa57f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb
|
|
||||||
size 457156
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 21:22:44 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 2.2.17+bzr20160126 (changes since 2.2.17):
|
||||||
|
* Fix a pasto in the grail slice update code (lp#1477243).
|
||||||
|
* Fix an error revealed by GCC 6.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 15 10:46:15 UTC 2015 - jengelh@inai.de
|
Sun Nov 15 10:46:15 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
16
geis.spec
16
geis.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package geis
|
# spec file for package geis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,15 @@
|
|||||||
|
|
||||||
%define soname libgeis
|
%define soname libgeis
|
||||||
%define sover 1
|
%define sover 1
|
||||||
|
%define _version 2.2.17+16.04.20160126
|
||||||
Name: geis
|
Name: geis
|
||||||
Version: 2.2.17
|
Version: 2.2.17+bzr20160126
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Gesture engine interface and support
|
Summary: Gesture engine interface and support
|
||||||
License: LGPL-3.0 and GPL-3.0
|
License: LGPL-3.0 and GPL-3.0
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Url: https://launchpad.net/geis
|
Url: https://launchpad.net/geis
|
||||||
Source: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz
|
Source: http://archive.ubuntu.com/ubuntu/pool/main/g/%{name}/%{name}_%{_version}.orig.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -78,6 +79,7 @@ This package provides the python3 bindings for GEIS.
|
|||||||
Summary: Development files for the GEIS interface implementation
|
Summary: Development files for the GEIS interface implementation
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{soname}%{sover} = %{version}
|
Requires: %{soname}%{sover} = %{version}
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GEIS is a library for applications and toolkit programmers which
|
GEIS is a library for applications and toolkit programmers which
|
||||||
@ -85,13 +87,13 @@ provides a consistent platform independent interface for any
|
|||||||
system-wide input gesture recognition mechanism.
|
system-wide input gesture recognition mechanism.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--docdir=%{_docdir}/%{name}-devel/
|
--docdir=%{_docdir}/%{name}-devel/
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
3
geis_2.2.17+16.04.20160126.orig.tar.gz
Normal file
3
geis_2.2.17+16.04.20160126.orig.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d88309cb4039e66c63ed95864b6cac8612c3b7138c26fab81440d694759c6df4
|
||||||
|
size 325184
|
Loading…
Reference in New Issue
Block a user