|
|
@ -1,21 +1,16 @@
|
|
|
|
%global gtk3_version 3.19.1
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
|
|
Name: baobab
|
|
|
|
Name: baobab
|
|
|
|
Version: 3.28.0
|
|
|
|
Version: 40.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: A graphical directory tree analyzer
|
|
|
|
Summary: A graphical directory tree analyzer
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and GFDL
|
|
|
|
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/3.28/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/baobab/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: build-Fix-gschema-translations.patch
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1725154
|
|
|
|
|
|
|
|
Patch1: window-Use-Disk-Usage-Analyzer-name-in-About-dialog.patch
|
|
|
|
|
|
|
|
Patch2: window-Add-website-link-to-About-dialog.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
@ -23,12 +18,6 @@ BuildRequires: itstool
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: gnome-utils < 1:3.3
|
|
|
|
|
|
|
|
Obsoletes: gnome-utils-devel < 1:3.3
|
|
|
|
|
|
|
|
Obsoletes: gnome-utils-libs < 1:3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Baobab is able to scan either specific directories or the whole filesystem, in
|
|
|
|
Baobab is able to scan either specific directories or the whole filesystem, in
|
|
|
|
order to give the user a graphical tree representation including each
|
|
|
|
order to give the user a graphical tree representation including each
|
|
|
@ -36,7 +25,7 @@ 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.
|
|
|
|
any change made to your home folder as far as any mounted/unmounted device.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -56,27 +45,71 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%license COPYING COPYING.docs
|
|
|
|
%license 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/baobab.png
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.baobab*.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/baobab-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.baobab-symbolic.svg
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
|
|
|
|
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
|
|
|
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
|
|
|
%{_mandir}/man1/baobab.1*
|
|
|
|
%{_mandir}/man1/baobab.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 15 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
- Rebuild to ensure correct dist tag (rhbz#1725154)
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
|
|
|
|
- Update to 40.0
|
|
|
|
|
|
|
|
- Drop old obsoletes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
|
|
|
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.37.90-1
|
|
|
|
|
|
|
|
- Update to 3.37.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Kalev Lember <klember@redhat.com> - 3.31.1-1
|
|
|
|
|
|
|
|
- Update to 3.31.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 14 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-3
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-3
|
|
|
|
- Add website link and update application name in About dialog (rhbz#1725154)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 9 2019 Ondrej Holy <oholy@redhat.com> - 3.28.0-2
|
|
|
|
* Fri Jun 1 2018 Ondrej Holy <oholy@redhat.com> - 3.28.0-2
|
|
|
|
- Fix gschema translations (rhbz#1705583)
|
|
|
|
- Fix setting GNOMELOCALEDIR
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
- Update to 3.28.0
|
|
|
|