Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
193cf9b6ab
!10 update to version 44.0
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:06:20 +00:00
lwg K
063a040d0f update to version 44.0 2023-11-24 11:06:36 +08:00
openeuler-ci-bot
37df81bed4
!9 Update to 43.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-03 08:01:33 +00:00
dwl301
b69a2606fd Update to 43.0 2023-01-30 19:43:28 +08:00
openeuler-ci-bot
e7c409b50f
!8 Upgrade to 42.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-05-30 09:28:22 +00:00
zhang__3125
074b46dd6a upgrade to 42.0 2022-05-30 17:08:23 +08:00
openeuler-ci-bot
25f1520f4b
!4 modify GFDL Version GFDL-1.1-or-later and Add baobab.yaml
From: @lizhuang1314 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-04-18 05:23:16 +00:00
lizhuang1314
77475075f9 modify GFDL Version GFDL-1.1-or-later and Add baobab.yaml 2022-04-18 13:09:04 +08:00
openeuler-ci-bot
a38be2ee2b !2 Upgrade to 3.38.0
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-11 06:51:55 +00:00
weijin-deng
3b90428ba7 Upgrade to 3.38.0
Update Version, Release, Source0, stage 'prep', 'files'
2021-06-11 14:44:00 +08:00
4 changed files with 54 additions and 32 deletions

Binary file not shown.

BIN
baobab-44.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,30 +1,34 @@
Name: baobab
Version: 3.30.0
Release: 2
Summary: Graphical directory tree analyzer
License: GPLv2+ and GFDL
URL: https://wiki.gnome.org/Apps/Baobab
Source0: https://download.gnome.org/sources/baobab/3.30/baobab-%{version}.tar.xz
%global gtk4_version 4.4.0
%global libadwaita_version 1.2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 libappstream-glib desktop-file-utils
BuildRequires: gettext itstool meson vala
Requires: gtk3 >= 3.20
Obsoletes: gnome-utils < 1:3.3 gnome-utils-devel < 1:3.3 gnome-utils-libs < 1:3.3
Name: baobab
Version: 44.0
Release: 1
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/44/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
BuildRequires: /usr/bin/appstream-util
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 baobab-3.30.0 -p1
%autosetup -p1 -n %{name}-%{version}
%build
%meson
@ -33,27 +37,41 @@ This package provides documentation for baobab.
%install
%meson_install
%find_lang baobab --with-gnome
%find_lang %{name} --with-gnome
%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.desktop
%files -f baobab.lang
%doc AUTHORS NEWS README COPYING COPYING.docs
%files -f %{name}.lang
%doc AUTHORS NEWS README.md
%license COPYING COPYING.docs
%{_bindir}/baobab
%{_datadir}/applications/org.gnome.baobab.desktop
%{_datadir}/dbus-1/services/org.gnome.baobab.service
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.baobab*.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.baobab-symbolic.svg
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
%{_datadir}/icons/hicolor/*/apps/baobab.png
%{_datadir}/icons/hicolor/symbolic/apps/baobab-symbolic.svg
%files help
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
%{_mandir}/man1/baobab.1*
%changelog
* Fri Nov 24 2023 lwg <liweiganga@uniontech.com> - 44.0-1
- update to version 44.0
* 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
* Mon Apr 18 2022 lizhuang <zhuang.li@turbolinux.com.cn> - 3.38.0-2
- Add GFDL Version GFDL-1.1-or-later
- Add baobab.yaml
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
- Upgrade to 3.38.0
- Update Version, Release, Source0, stage 'prep', 'files'
* Wed Dec 11 2019 fengbing <fengbing7@huawei.com> - 3.30.0-2
- Package init

4
baobab.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitlab.gnome
src_repo: baobab
tag_prefix: ^v
seperator: .