Update to 3.23.2
This commit is contained in:
parent
44921ce223
commit
43016a8281
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
|||||||
/gnome-software-3.22.0.tar.xz
|
/gnome-software-3.22.0.tar.xz
|
||||||
/gnome-software-3.22.1.tar.xz
|
/gnome-software-3.22.1.tar.xz
|
||||||
/gnome-software-3.22.2.tar.xz
|
/gnome-software-3.22.2.tar.xz
|
||||||
|
/gnome-software-3.23.2.tar.xz
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
%bcond_without packagekit
|
%bcond_without packagekit
|
||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.22.2
|
Version: 3.23.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
URL: https://wiki.gnome.org/Apps/Software
|
||||||
Source0: https://download.gnome.org/sources/gnome-software/3.22/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-software/3.23/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -93,6 +93,7 @@ the source tree. Most users do not need this subpackage installed.
|
|||||||
%else
|
%else
|
||||||
--disable-packagekit \
|
--disable-packagekit \
|
||||||
%endif
|
%endif
|
||||||
|
--disable-external-appstream \
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -100,6 +101,7 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la
|
rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la
|
||||||
|
rm %{buildroot}%{_datadir}/polkit-1/actions/org.gnome.software.external-appstream.policy
|
||||||
|
|
||||||
# make the software center load faster
|
# make the software center load faster
|
||||||
desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
|
desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \
|
||||||
@ -191,6 +193,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
||||||
%{_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
|
||||||
|
%{_libexecdir}/gnome-software-cmd
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/pkgconfig/gnome-software.pc
|
%{_libdir}/pkgconfig/gnome-software.pc
|
||||||
@ -199,6 +202,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/gnome-software
|
%{_datadir}/gtk-doc/html/gnome-software
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 3.23.2-1
|
||||||
|
- Update to 3.23.2
|
||||||
|
|
||||||
* Tue Nov 08 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
|
* Tue Nov 08 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
|
||||||
- Update to 3.22.2
|
- Update to 3.22.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user