Dominique Leuenberger 2020-08-28 21:44:58 +00:00 committed by Git OBS Bridge
commit 4d38fdaaa0
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 10 10:32:26 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Add a Provides: libXtst = %{version} to the library subpackage
to make pre-packaged electron apps happy.
-------------------------------------------------------------------
Wed Nov 2 10:38:17 UTC 2016 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libXtst
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -23,7 +23,7 @@ Release: 0
Summary: Xlib-based client API for the XTEST and RECORD extensions
License: MIT
Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/
URL: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
@ -53,6 +53,8 @@ X protocol and arbitrary X extension protocol.
%package -n %lname
Summary: Xlib-based client API for the XTEST and RECORD extensions
Group: System/Libraries
# Make electron apps happy
Provides: libXtst = %{version}
%description -n %lname
The XTEST extension is a minimal set of client and server extensions