Accepting request 402941 from X11:Unity
OBS-URL: https://build.opensuse.org/request/show/402941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geis?expand=0&rev=3
This commit is contained in:
commit
5a7bbd7e8f
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],
|
12
geis.changes
12
geis.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 12:13:46 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Remove pointless pkg-config require; it already exist through
|
||||
by /usr/lib/rpm/pkgconfigdeps.sh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 21:22:44 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Use tarball signing.
|
||||
- Add geis-disable-werror.patch: disable -Werror (boo#985131).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
13
geis.spec
13
geis.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,11 @@ License: LGPL-3.0 and GPL-3.0
|
||||
Group: System/GUI/Other
|
||||
Url: https://launchpad.net/geis
|
||||
Source: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
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 boo#985131 sor.alexei@meowr.ru -- Disable -Werror.
|
||||
Patch0: %{name}-disable-werror.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
@ -86,12 +90,13 @@ system-wide input gesture recognition mechanism.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--docdir=%{_docdir}/%{name}-devel/
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user