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 gsettings_desktop_schemas_version 3.11.5
|
||||
%global gnome_desktop_version 3.17.92
|
||||
%global xdg_app_version 0.4.14
|
||||
|
||||
Summary: A software center for GNOME
|
||||
Name: gnome-software
|
||||
Version: 3.20.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://wiki.gnome.org/Apps/Software
|
||||
@ -53,6 +54,7 @@ BuildRequires: libappstream-glib-devel >= %{appstream_glib_version}
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: PackageKit-glib-devel >= %{packagekit_version}
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: xdg-app-devel >= %{xdg_app_version}
|
||||
|
||||
# this is not a library version
|
||||
%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
|
||||
|
||||
%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
|
||||
- Update to 3.20.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user