Compile with xdg-app support
This commit is contained in:
parent
658bde84d1
commit
2edb71156f
@ -6,11 +6,12 @@
|
|||||||
%global libsoup_version 2.51.92
|
%global libsoup_version 2.51.92
|
||||||
%global gsettings_desktop_schemas_version 3.11.5
|
%global gsettings_desktop_schemas_version 3.11.5
|
||||||
%global gnome_desktop_version 3.17.92
|
%global gnome_desktop_version 3.17.92
|
||||||
|
%global xdg_app_version 0.4.14
|
||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.20.0
|
Version: 3.20.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
@ -53,6 +54,7 @@ BuildRequires: libappstream-glib-devel >= %{appstream_glib_version}
|
|||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
|
BuildRequires: xdg-app-devel >= %{xdg_app_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 9
|
%define gs_plugin_version 9
|
||||||
@ -128,6 +130,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override
|
%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 01 2016 Richard Hughes <rhughes@redhat.com> - 3.20.1-2
|
||||||
|
- Set the list of official sources
|
||||||
|
- Compile with xdg-app support
|
||||||
|
|
||||||
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||||
- Update to 3.20.0
|
- Update to 3.20.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user