!9 Update to 43.0

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2023-02-03 08:01:33 +00:00 committed by Gitee
commit 37df81bed4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 20 additions and 19 deletions

Binary file not shown.

BIN
baobab-43.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,34 +1,34 @@
%global gtk4_version 4.4.0
%global libadwaita_version 1.0.0
%global libadwaita_version 1.2
Name: baobab
Version: 42.0
Version: 43.0
Release: 1
Summary: Graphical directory tree analyzer
Summary: A graphical directory tree analyzer
License: GPLv2+ and GFDL-1.1-or-later
URL: https://wiki.gnome.org/Apps/Baobab
Source0: https://download.gnome.org/sources/baobab/42/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/baobab/43/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version} pkgconfig(libadwaita-1) >= %{libadwaita_version}
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
BuildRequires: /usr/bin/appstream-util
BuildRequires: desktop-file-utils gettext itstool meson vala
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: itstool
BuildRequires: meson
BuildRequires: vala
Requires: gtk4%{?_isa} >= %{libadwaita_version}
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
%description
Baobab can scan specific directories or the entire file system to provide users with a graphical
tree representation,including the size or percentage of each directory in a branch.It also auto-detects
in real-time any change made to your home folder as far as any mounted/unmounted device.
%package help
Summary: Documentation for baobab
%description help
This package provides documentation for baobab.
Baobab is able to scan either specific directories or the whole filesystem, in
order to give the user a graphical tree representation including each
directory size or percentage in the branch. It also auto-detects in real-time
any change made to your home folder as far as any mounted/unmounted device.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -p1 -n %{name}-%{version}
%build
%meson
@ -53,11 +53,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.baobab-symbolic.svg
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
%files help
%{_mandir}/man1/baobab.1*
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
- Update to 43.0
* Mon May 30 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
- Update to 42.0