forked from pool/keybinder
Accepting request 1123664 from X11:lxde
OBS-URL: https://build.opensuse.org/request/show/1123664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keybinder?expand=0&rev=4
This commit is contained in:
commit
ad98e582b0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 16:19:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 18:53:53 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
Mon Apr 4 18:53:53 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package keybinder
|
# spec file for package keybinder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -33,7 +33,7 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://github.com/kupferlauncher
|
URL: https://github.com/kupferlauncher
|
||||||
Source: https://github.com/kupferlauncher/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/kupferlauncher/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: example_gi.py
|
Source1: example_gi.py
|
||||||
Patch: keybinder-doc-xml-fallback.patch
|
Patch0: keybinder-doc-xml-fallback.patch
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# For Documentation Directory Ownership
|
# For Documentation Directory Ownership
|
||||||
@ -131,7 +131,7 @@ This package provides the GObject Introspection bindings for libkeybinder0.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
cp -a %{SOURCE1} examples
|
cp -a %{SOURCE1} examples
|
||||||
find examples/ \( -name '*.py' -o -name '*.lua' \) -print -exec sh -c '
|
find examples/ \( -name '*.py' -o -name '*.lua' \) -print -exec sh -c '
|
||||||
ed -s "$1" 2>/dev/null <<\EOF
|
ed -s "$1" 2>/dev/null <<\EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user