Compare commits
No commits in common. "193cf9b6abefeb2442b1d7e120a704f14680ff4b" and "16ac4d0683a79d9d96dafd7dbf125ac0d329e125" have entirely different histories.
193cf9b6ab
...
16ac4d0683
BIN
baobab-3.30.0.tar.xz
Normal file
BIN
baobab-3.30.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
78
baobab.spec
78
baobab.spec
@ -1,34 +1,30 @@
|
|||||||
%global gtk4_version 4.4.0
|
|
||||||
%global libadwaita_version 1.2
|
|
||||||
|
|
||||||
Name: baobab
|
Name: baobab
|
||||||
Version: 44.0
|
Version: 3.30.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A graphical directory tree analyzer
|
Summary: Graphical directory tree analyzer
|
||||||
License: GPLv2+ and GFDL-1.1-or-later
|
License: GPLv2+ and GFDL
|
||||||
URL: https://wiki.gnome.org/Apps/Baobab
|
URL: https://wiki.gnome.org/Apps/Baobab
|
||||||
Source0: https://download.gnome.org/sources/baobab/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/baobab/3.30/baobab-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 libappstream-glib desktop-file-utils
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
BuildRequires: gettext itstool meson vala
|
||||||
BuildRequires: /usr/bin/appstream-util
|
Requires: gtk3 >= 3.20
|
||||||
BuildRequires: desktop-file-utils
|
Obsoletes: gnome-utils < 1:3.3 gnome-utils-devel < 1:3.3 gnome-utils-libs < 1:3.3
|
||||||
BuildRequires: gettext
|
|
||||||
BuildRequires: itstool
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: vala
|
|
||||||
|
|
||||||
Requires: gtk4%{?_isa} >= %{libadwaita_version}
|
|
||||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Baobab is able to scan either specific directories or the whole filesystem, in
|
Baobab can scan specific directories or the entire file system to provide users with a graphical
|
||||||
order to give the user a graphical tree representation including each
|
tree representation,including the size or percentage of each directory in a branch.It also auto-detects
|
||||||
directory size or percentage in the branch. It also auto-detects in real-time
|
in real-time any change made to your home folder as far as any mounted/unmounted device.
|
||||||
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}
|
%autosetup -n baobab-3.30.0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -37,41 +33,27 @@ any change made to your home folder as far as any mounted/unmounted device.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} --with-gnome
|
%find_lang baobab --with-gnome
|
||||||
|
|
||||||
%check
|
%check
|
||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.desktop
|
||||||
|
|
||||||
%files -f %{name}.lang
|
|
||||||
%doc AUTHORS NEWS README.md
|
%files -f baobab.lang
|
||||||
%license COPYING COPYING.docs
|
%doc AUTHORS NEWS README COPYING COPYING.docs
|
||||||
%{_bindir}/baobab
|
%{_bindir}/baobab
|
||||||
%{_datadir}/applications/org.gnome.baobab.desktop
|
%{_datadir}/applications/org.gnome.baobab.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.baobab.service
|
%{_datadir}/dbus-1/services/org.gnome.baobab.service
|
||||||
%{_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}/metainfo/org.gnome.baobab.appdata.xml
|
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
||||||
|
%{_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
|
||||||
%{_mandir}/man1/baobab.1*
|
%{_mandir}/man1/baobab.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 11 2019 fengbing <fengbing7@huawei.com> - 3.30.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: gitlab.gnome
|
|
||||||
src_repo: baobab
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user