Move all requires together to one place
This commit is contained in:
parent
375609f855
commit
86dc5c9cd4
@ -16,12 +16,6 @@ Patch0: 0001-default-input-sources-Switch-ja_JP-default-to-ibus-k.patch
|
|||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
# needed for GnomeWallClock
|
|
||||||
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
|
|
||||||
|
|
||||||
# Make sure that gnome-themes-standard gets pulled in for upgrades
|
|
||||||
Requires: gnome-themes-standard
|
|
||||||
|
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||||
@ -37,6 +31,10 @@ BuildRequires: automake autoconf libtool intltool
|
|||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
|
|
||||||
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
||||||
|
# Make sure that gnome-themes-standard gets pulled in for upgrades
|
||||||
|
Requires: gnome-themes-standard
|
||||||
|
# needed for GnomeWallClock
|
||||||
|
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
|
||||||
|
|
||||||
# GnomeIdleMonitor API change breaks older gnome-shell versions
|
# GnomeIdleMonitor API change breaks older gnome-shell versions
|
||||||
Conflicts: gnome-shell < 3.7.90
|
Conflicts: gnome-shell < 3.7.90
|
||||||
|
Loading…
Reference in New Issue
Block a user