Update to 3.21.2
This commit is contained in:
parent
8055459607
commit
da339bc3a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/gnome-software-3.20.1.tar.xz
|
/gnome-software-3.20.1.tar.xz
|
||||||
/gnome-software-3.20.2.tar.xz
|
/gnome-software-3.20.2.tar.xz
|
||||||
/gnome-software-3.21.1.tar.xz
|
/gnome-software-3.21.1.tar.xz
|
||||||
|
/gnome-software-3.21.2.tar.xz
|
||||||
|
@ -6,12 +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
|
#%global flatpak_version 0.5.2
|
||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.21.1
|
Version: 3.21.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -51,7 +51,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}
|
#BuildRequires: flatpak-devel >= %{flatpak_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 10
|
%define gs_plugin_version 10
|
||||||
@ -60,6 +60,14 @@ BuildRequires: xdg-app-devel >= %{xdg_app_version}
|
|||||||
gnome-software is an application that makes it easy to add, remove
|
gnome-software is an application that makes it easy to add, remove
|
||||||
and update software in the GNOME desktop.
|
and update software in the GNOME desktop.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Headers for building external gnome-software plugins
|
||||||
|
Requires: libappstream-glib-devel%{?_isa}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
These development files are for building gnome-software plugins outside
|
||||||
|
the source tree. Most users do not need this subpackage installed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -123,7 +131,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override
|
%{_datadir}/glib-2.0/schemas/org.gnome.software-fedora.gschema.override
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_libdir}/pkgconfig/gnome-software.pc
|
||||||
|
%dir %{_includedir}/gnome-software
|
||||||
|
%{_includedir}/gnome-software/*.h
|
||||||
|
#%{_datadir}/gtk-doc/html/gnome-software
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 23 2016 Richard Hughes <rhughes@redhat.com> - 3.21.2-1
|
||||||
|
- Update to 3.21.2
|
||||||
|
|
||||||
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 3.21.1-2
|
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 3.21.1-2
|
||||||
- Require PackageKit 1.1.1 for system upgrade support
|
- Require PackageKit 1.1.1 for system upgrade support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user