trivial: Move Requires below BuildRequires
This moves them to a more commonly used place to make them easier to find.
This commit is contained in:
parent
a90afaa769
commit
f505e5e6d9
@ -17,24 +17,6 @@ Group: Applications/System
|
|||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
Source0: http://download.gnome.org/sources/gnome-software/3.20/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-software/3.20/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Requires: appstream-data
|
|
||||||
%if 0%{?fedora}
|
|
||||||
Requires: epiphany-runtime
|
|
||||||
%endif
|
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
||||||
# needed for app folder .directory entries
|
|
||||||
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
|
||||||
Requires: gnome-menus%{?_isa}
|
|
||||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
|
||||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
||||||
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
|
||||||
Requires: iso-codes
|
|
||||||
Requires: libappstream-glib%{?_isa} >= %{appstream_glib_version}
|
|
||||||
# for gdk-pixbuf svg loader
|
|
||||||
Requires: librsvg2%{?_isa}
|
|
||||||
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
|
||||||
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
@ -53,6 +35,24 @@ BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
|||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: flatpak-devel >= %{flatpak_version}
|
BuildRequires: flatpak-devel >= %{flatpak_version}
|
||||||
|
|
||||||
|
Requires: appstream-data
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Requires: epiphany-runtime
|
||||||
|
%endif
|
||||||
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
|
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
||||||
|
# gnome-menus is needed for app folder .directory entries
|
||||||
|
Requires: gnome-menus%{?_isa}
|
||||||
|
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||||
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
||||||
|
Requires: iso-codes
|
||||||
|
Requires: libappstream-glib%{?_isa} >= %{appstream_glib_version}
|
||||||
|
# librsvg2 is needed for gdk-pixbuf svg loader
|
||||||
|
Requires: librsvg2%{?_isa}
|
||||||
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
||||||
|
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 10
|
%define gs_plugin_version 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user