This commit is contained in:
parent
234d8d32fb
commit
3bbb7d7710
3
geis-2.2.17.tar.xz
Normal file
3
geis-2.2.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb
|
||||
size 457156
|
17
geis-2.2.17.tar.xz.asc
Normal file
17
geis-2.2.17.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQIcBAABCgAGBQJVgicCAAoJEAoP+EW32zQnErEP/2KOoIZwt1EIWbEjdLuqfetw
|
||||
g5MG/tR5HI0WxWMI0ON6sNKEuN+Qbqjc0HrFszJ8jVc4B5UcERGRSYXl893gqqp/
|
||||
VOObdMAqpw+eE8w/Wcuvw8Ipj9GvRjqlIRwMGU3+eUZHyFj8OZj6JAtZ6N2OwMDn
|
||||
E5xLgT9rD5e4vkeYAvmP8bccI2imSgKZG8oK+ltdYCrWAyUasZlk3A5cGWdTpuzb
|
||||
g0BHiB0v0A9CXC3v9xczjTgX+ToAOomoFNyw0NdLQPyXm/BzyBickg9tA2RFhkYa
|
||||
/FU640NSzPJNcKAYNS0e8ECIhBm3UChqrtXkx1Zr90+qZFKf0chS6M82UOa957Li
|
||||
U4uYKsNDHedFLtp12yM2vwIQDJhxTXFGEkS1KgP8duzZ6P4+g9XYIoTWX9Q7IMoU
|
||||
umLhp7jYqf9hbA0xVUShBM9bwZm45sM/2PxNqFrSbaY3jUPydRhXL4PXQyg+btDr
|
||||
5c4aDedYtBMQKjGICBrNTYzkKsMaksKQcj3y+QWLUwje/zrU7igQ356mtY5ofKxg
|
||||
XuqPIhYsLcJNGdY9CiEE/7eZUjJnkzg+ZBxPK1pfoZ1mlawpKOmV/fPRzTwtfFuz
|
||||
xf7sNEdQUwQwgPcL99ABK03JYgz8DDoH3DvpeshUPchvu4gU5mbVxhzudASupwEl
|
||||
qFPhMhbBwlhdIINiSnYn
|
||||
=dmEQ
|
||||
-----END PGP SIGNATURE-----
|
11
geis-disable-werror.patch
Normal file
11
geis-disable-werror.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -65,7 +65,7 @@ fi
|
||||
AC_DEFINE([GEIS_UNUSED],[__attribute__((unused))],[symbol is unused])
|
||||
|
||||
AC_SUBST(AM_CFLAGS,
|
||||
- "-Wall -Wextra -Werror -pedantic -std=iso9899:1999 -D_GNU_SOURCE=1")
|
||||
+ "-Wall -Wextra -pedantic -std=iso9899:1999 -D_GNU_SOURCE=1")
|
||||
|
||||
# Check for TDD tools
|
||||
PKG_CHECK_MODULES([CHECK], [check >= 0.9.8],
|
@ -1,9 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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 (boo#985131).
|
||||
- Use tarball signing.
|
||||
- Add geis-disable-werror.patch: disable -Werror.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 10:46:15 UTC 2015 - jengelh@inai.de
|
||||
|
3308
geis.keyring
Normal file
3308
geis.keyring
Normal file
File diff suppressed because it is too large
Load Diff
14
geis.spec
14
geis.spec
@ -18,16 +18,19 @@
|
||||
|
||||
%define soname libgeis
|
||||
%define sover 1
|
||||
%define _version 2.2.17+16.04.20160126
|
||||
Name: geis
|
||||
Version: 2.2.17+bzr20160126
|
||||
Version: 2.2.17
|
||||
Release: 0
|
||||
Summary: Gesture engine interface and support
|
||||
License: LGPL-3.0 and GPL-3.0
|
||||
Group: System/GUI/Other
|
||||
Url: https://launchpad.net/geis
|
||||
Source: http://archive.ubuntu.com/ubuntu/pool/main/g/%{name}/%{name}_%{_version}.orig.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Source: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
Source1: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE geis-disable-werror.patch sor.alexei@meowr.ru -- Disable -Werror.
|
||||
Patch0: %{name}-disable-werror.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
@ -87,7 +90,8 @@ provides a consistent platform independent interface for any
|
||||
system-wide input gesture recognition mechanism.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{_version}
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d88309cb4039e66c63ed95864b6cac8612c3b7138c26fab81440d694759c6df4
|
||||
size 325184
|
Loading…
x
Reference in New Issue
Block a user