!3 Update the package version to 3.32.0

From: @liqiuyu123 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-09-21 02:54:13 +00:00 committed by Gitee
commit e5b0a0bded
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 87 additions and 35 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,26 +1,36 @@
Name: gnome-packagekit Name: gnome-packagekit
Version: 3.30.0 Version: 3.32.0
Release: 2 Release: 1
Summary: Allows the session user to manage packages in a secure way Summary: Allows the session user to manage packages in a secure way
License: GPLv2+ License: GPLv2+
URL: http://www.packagekit.org URL: http://www.packagekit.org
Source0: http://download.gnome.org/sources/gnome-packagekit/3.30/gnome-packagekit-%{version}.tar.xz Source0: http://download.gnome.org/sources/gnome-packagekit/3.32/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel >= 2.25.8 gtk3-devel libnotify-devel >= 0.7.0 desktop-file-utils BuildRequires: glib2-devel >= 2.25.8
BuildRequires: gettext libtool cairo-devel startup-notification-devel PackageKit-devel >= 0.5.0 BuildRequires: gtk3-devel
BuildRequires: xorg-x11-proto-devel fontconfig-devel libcanberra-devel libgudev1-devel BuildRequires: libnotify-devel >= 0.7.0
BuildRequires: libxslt docbook-utils systemd-devel meson polkit-devel itstool libappstream-glib BuildRequires: desktop-file-utils
BuildRequires: gettext
Requires: adwaita-icon-theme PackageKit >= 0.5.0 PackageKit-libs >= 0.5.0 BuildRequires: libtool
Requires: shared-mime-info iso-codes libcanberra >= 0.10 BuildRequires: cairo-devel
Provides: PackageKit-session-service BuildRequires: startup-notification-devel
Provides: gnome-packagekit-installer = %{version}-%{release} BuildRequires: PackageKit-devel >= 0.5.0
Obsoletes: gnome-packagekit-installer < %{version}-%{release} BuildRequires: xorg-x11-proto-devel
Provides: gnome-packagekit-updater = %{version}-%{release} BuildRequires: fontconfig-devel
Obsoletes: gnome-packagekit-updater < %{version}-%{release} BuildRequires: libcanberra-devel
Provides: gnome-packagekit-common = %{version}-%{release} BuildRequires: libgudev1-devel
Obsoletes: gnome-packagekit-common < %{version}-%{release} BuildRequires: libxslt
BuildRequires: docbook-utils
BuildRequires: systemd-devel
BuildRequires: meson
BuildRequires: polkit-devel
BuildRequires: itstool
BuildRequires: libappstream-glib
# the top level package depends on all the apps to make upgrades work
Requires: %{name}-installer
Requires: %{name}-updater
%description %description
PackageKit is a system designed to make installing and updating software PackageKit is a system designed to make installing and updating software
@ -30,16 +40,36 @@ of the latest technology like PolicyKit.
This package provides some shared files, and is used to manage or update packages This package provides some shared files, and is used to manage or update packages
not shown in GNOME Software. not shown in GNOME Software.
%package common
Summary: Common files required for %{name}
Requires: adwaita-icon-theme
Requires: PackageKit%{?_isa} >= 0.5.0
Requires: PackageKit-libs >= 0.5.0
Requires: shared-mime-info
Requires: iso-codes
Requires: libcanberra%{?_isa} >= 0.10
%package help %description common
Summary: Provides man-pages and help docs for packagekit Files shared by all subpackages of %{name}
Requires: gnome-packagekit = %{version}-%{release}
%description help %package installer
This package provides man-pages for gnome-packagekit. Summary: PackageKit package installer
Requires: %{name}-common%{?_isa} = %{version}-%{release}
%description installer
A graphical package installer for PackageKit which is used to manage software
not shown in GNOME Software.
%package updater
Summary: PackageKit package updater
Requires: %{name}-common%{?_isa} = %{version}-%{release}
%description updater
A graphical package updater for PackageKit which is used to update packages
without rebooting.
%prep %prep
%autosetup -n gnome-packagekit-%{version} -p1 %setup -q
%build %build
%meson %meson
@ -47,28 +77,50 @@ This package provides man-pages for gnome-packagekit.
%install %install
%meson_install %meson_install
%find_lang gnome-packagekit --with-gnome
%files -f gnome-packagekit.lang # use gnome-software for installing local files
%doc AUTHORS COPYING rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gpk-install-local-file.desktop
%{_bindir}/gpk-*
%find_lang %name --with-gnome
%files
# nada
%files common -f %{name}.lang
%license COPYING
%doc AUTHORS README
%{_bindir}/gpk-log
%{_bindir}/gpk-prefs
%dir %{_datadir}/gnome-packagekit %dir %{_datadir}/gnome-packagekit
%dir %{_datadir}/gnome-packagekit/icons %dir %{_datadir}/gnome-packagekit/icons
%dir %{_datadir}/gnome-packagekit/icons/hicolor %dir %{_datadir}/gnome-packagekit/icons/hicolor
%dir %{_datadir}/gnome-packagekit/icons/hicolor/* %dir %{_datadir}/gnome-packagekit/icons/hicolor/*
%dir %{_datadir}/gnome-packagekit/icons/hicolor/*/* %dir %{_datadir}/gnome-packagekit/icons/hicolor/*/*
%{_datadir}/gnome-packagekit/* %{_datadir}/gnome-packagekit/icons/hicolor/*/*/*.png
%{_datadir}/gnome-packagekit/icons/hicolor/scalable/*/*.svg*
%{_datadir}/icons/hicolor/scalable/*/*.svg* %{_datadir}/icons/hicolor/scalable/*/*.svg*
%{_datadir}/applications/* %{_datadir}/applications/gpk-log.desktop
%{_datadir}/applications/gpk-prefs.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.packagekit.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.packagekit.gschema.xml
%{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate %{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
%{_datadir}/metainfo/* %{_mandir}/man1/gpk-log.1*
%exclude %{_datadir}/applications/gpk-install-local-file.desktop %{_mandir}/man1/gpk-prefs.1*
%files help %files installer
%doc README %{_bindir}/gpk-application
%{_mandir}/man1/gpk-* %{_datadir}/applications/org.gnome.Packages.desktop
%{_datadir}/metainfo/org.gnome.Packages.appdata.xml
%{_mandir}/man1/gpk-application.1*
%files updater
%{_bindir}/gpk-update-viewer
%{_datadir}/applications/org.gnome.PackageUpdater.desktop
%{_datadir}/metainfo/org.gnome.PackageUpdater.appdata.xml
%{_mandir}/man1/gpk-update-viewer.1*
%changelog %changelog
* Thu Jun 30 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.32.0-1
- update to 3.32
* Fri Nov 22 2019 sunguoshuai <sunguoshuai@huawei.com> - 3.30.0-2 * Fri Nov 22 2019 sunguoshuai <sunguoshuai@huawei.com> - 3.30.0-2
- Package init. - Package init.