- Fix group name of river-devel as "Development/Libraries/Other"
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=7
This commit is contained in:
parent
619385cad8
commit
d16e0eb5b9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 08:34:01 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Fix group name of river-devel as "Development/Libraries/Other"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 11:30:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
10
river.spec
10
river.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package river
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,6 +27,9 @@ Source1: river-run.sh
|
||||
BuildRequires: libevdev-devel
|
||||
BuildRequires: libpixman-1-0-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: scdoc >= 1.9.2
|
||||
BuildRequires: zig
|
||||
BuildRequires: zig-rpm-macros
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.10
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
@ -43,9 +46,6 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.24
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.20.0
|
||||
BuildRequires: pkgconfig(wlroots) >= 0.15.0
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: scdoc >= 1.9.2
|
||||
BuildRequires: zig
|
||||
BuildRequires: zig-rpm-macros
|
||||
Recommends: xorg-x11-server-wayland
|
||||
# To make Qt apps work somewhat okay on Wayland and auto use it
|
||||
# Otherwise, it will try to run under XWayland
|
||||
@ -82,7 +82,7 @@ The initial state may be configured with various options passed on startup. Some
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user