156acb0
%global gtk3_version 3.19.1
3356ad9
Rui Matos 665a1fb
Name:           baobab
483ad7f
Version:        3.22.1
483ad7f
Release:        1%{?dist}
Rui Matos 665a1fb
Summary:        A graphical directory tree analyzer
Rui Matos 665a1fb
Rui Matos 665a1fb
License:        GPLv2+ and GFDL
134247e
URL:            https://wiki.gnome.org/Apps/Baobab
a116ce9
Source0:        https://download.gnome.org/sources/baobab/3.22/%{name}-%{version}.tar.xz
e82d408
c3ea6d4
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
69e004a
BuildRequires:  /usr/bin/appstream-util
Rui Matos 665a1fb
BuildRequires:  desktop-file-utils
12d783e
BuildRequires:  gettext
Rui Matos 665a1fb
BuildRequires:  itstool
1304586
BuildRequires:  vala
Rui Matos 665a1fb
3356ad9
Requires: gtk3%{?_isa} >= %{gtk3_version}
3356ad9
Rui Matos 3564134
Obsoletes: gnome-utils < 1:3.3
Rui Matos 3564134
Obsoletes: gnome-utils-devel < 1:3.3
Rui Matos 3564134
Obsoletes: gnome-utils-libs < 1:3.3
Rui Matos 665a1fb
Rui Matos 665a1fb
%description
Rui Matos 665a1fb
Baobab is able to scan either specific directories or the whole filesystem, in
Rui Matos 665a1fb
order to give the user a graphical tree representation including each
Rui Matos 665a1fb
directory size or percentage in the branch.  It also auto-detects in real-time
Rui Matos 665a1fb
any change made to your home folder as far as any mounted/unmounted device.
Rui Matos 665a1fb
Rui Matos 665a1fb
%prep
Rui Matos 665a1fb
%setup -q
Rui Matos 665a1fb
Rui Matos 665a1fb
Rui Matos 665a1fb
%build
Rui Matos 665a1fb
%configure
Rui Matos 665a1fb
make %{?_smp_mflags}
Rui Matos 665a1fb
Rui Matos 665a1fb
Rui Matos 665a1fb
%install
840cad6
%make_install
Rui Matos 665a1fb
Rui Matos 665a1fb
%find_lang %{name} --with-gnome
Rui Matos 665a1fb
Rui Matos 665a1fb
a4161ba
%check
69e004a
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/org.gnome.baobab.appdata.xml
69e004a
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.desktop
a4161ba
a4161ba
Rui Matos 665a1fb
%post
e902d87
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
Rui Matos 665a1fb
Rui Matos 665a1fb
Rui Matos 665a1fb
%postun
Rui Matos 665a1fb
if [ $1 -eq 0 ]; then
27b4bed
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
e902d87
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
e902d87
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
Rui Matos 665a1fb
fi
Rui Matos 665a1fb
Rui Matos 665a1fb
Rui Matos 665a1fb
%posttrans
27b4bed
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
e902d87
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
Rui Matos 665a1fb
Rui Matos 665a1fb
Rui Matos 665a1fb
%files -f %{name}.lang
bf74a5e
%doc AUTHORS NEWS README
bf74a5e
%license COPYING COPYING.docs
Rui Matos 665a1fb
%{_bindir}/baobab
4cabe41
%{_datadir}/appdata/org.gnome.baobab.appdata.xml
a4161ba
%{_datadir}/applications/org.gnome.baobab.desktop
a4161ba
%{_datadir}/dbus-1/services/org.gnome.baobab.service
Rui Matos 665a1fb
%{_datadir}/icons/hicolor/*/apps/baobab.png
e902d87
%{_datadir}/icons/hicolor/scalable/apps/baobab-symbolic.svg
Rui Matos 665a1fb
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
1bd569c
%{_mandir}/man1/baobab.1*
Rui Matos 665a1fb
e902d87
Rui Matos 665a1fb
%changelog
483ad7f
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
483ad7f
- Update to 3.22.1
483ad7f
1304586
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
1304586
- BR vala instead of obsolete vala-tools subpackage
1304586
a116ce9
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
a116ce9
- Update to 3.22.0
a116ce9
688ac5d
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
688ac5d
- Update to 3.21.92
60b25f3
- Don't set group tags
688ac5d
12d783e
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
12d783e
- Update to 3.21.90
12d783e
156acb0
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
156acb0
- Update to 3.20.1
156acb0
c44967e
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
c44967e
- Update to 3.20.0
c44967e
085fcc5
* Sun Feb 28 2016 David King <amigadave@amigadave.com> - 3.19.91-1
085fcc5
- Update to 3.19.91
085fcc5
f16b459
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.1-3
f16b459
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f16b459
6af31a8
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
6af31a8
- Rebuilt
6af31a8
3e3a50f
* Fri Oct 09 2015 David King <amigadave@amigadave.com> - 3.18.1-1
3e3a50f
- Update to 3.18.1
3e3a50f
36e28ae
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
36e28ae
- Update to 3.18.0
36e28ae
f7e0621
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
f7e0621
- Update to 3.17.90
840cad6
- Use make_install macro
f7e0621
2ec9707
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.1-2
2ec9707
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2ec9707
e902d87
* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.1-1
e902d87
- Update to 3.16.1
e902d87
75f83ad
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
75f83ad
- Update to 3.16.0
75f83ad
1858b36
* Wed Feb 18 2015 David King <amigadave@amigadave.com> - 3.15.90-1
1858b36
- Update to 3.15.90
bf74a5e
- Use license macro for COPYING and COPYING.docs
c3ea6d4
- Use pkgconfig for BuildRequires
134247e
- Update URL
69e004a
- Validate AppData in check
1bd569c
- Update man page glob in files section
1858b36
6d0f6e5
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
6d0f6e5
- Update to 3.14.1
6d0f6e5
ec0123f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
ec0123f
- Update to 3.14.0
ec0123f
8983e67
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
8983e67
- Update to 3.13.91
8983e67
03dd714
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
03dd714
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
03dd714
4cabe41
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
4cabe41
- Update to 3.13.2
4cabe41
3ed3020
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
3ed3020
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3ed3020
a4161ba
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
a4161ba
- Update to 3.13.1
a4161ba
34ea4a0
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
34ea4a0
- Update to 3.12.1
34ea4a0
Richard Hughes e3b83ae
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes e3b83ae
- Update to 3.12.0
Richard Hughes e3b83ae
Richard Hughes 99fe445
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
Richard Hughes 99fe445
- Update to 3.11.90
Richard Hughes 99fe445
Richard Hughes 4fcdc8a
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
Richard Hughes 4fcdc8a
- Update to 3.11.1
Richard Hughes 4fcdc8a
Richard Hughes dd80f17
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes dd80f17
- Update to 3.10.1
Richard Hughes dd80f17
Richard Hughes 2cab020
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10-1
Richard Hughes 2cab020
- Update to 3.10
Richard Hughes 2cab020
ce7cce5
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
ce7cce5
- Update to 3.9.91
ce7cce5
cd9167b
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
cd9167b
- Update to 3.9.90
cd9167b
5777365
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
5777365
- Update to 3.9.3
5777365
d059963
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-2
d059963
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d059963
Richard Hughes d01cfd6
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.1-1
Richard Hughes d01cfd6
- Update to 3.9.1
Richard Hughes d01cfd6
Richard Hughes a0d8808
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes a0d8808
- Update to 3.8.2
Richard Hughes a0d8808
4004b7e
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
4004b7e
- Update to 3.8.1
4004b7e
9408e63
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
9408e63
- Update to 3.8.0
9408e63
515fc32
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
515fc32
- Update to 3.7.92
515fc32
0e3b134
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
0e3b134
- Update to 3.7.91
0e3b134
aec769f
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
aec769f
- Update to 3.7.90
aec769f
- Install HighContrast icons and update the rpm scriptlets for the icon cache
aec769f
a6f52a0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
a6f52a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a6f52a0
Richard Hughes 00ff619
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
Richard Hughes 00ff619
- Update to 3.7.4
Richard Hughes 00ff619
2edafb4
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
2edafb4
- Update to 3.6.3
b0d054b
- Remove an unwanted lib64 rpath
2edafb4
e271d37
* Wed Nov 14 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.2-2
e271d37
- Fix homepage URL
e271d37
9afef12
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
9afef12
- Update to 3.6.2
9afef12
db4bf77
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
db4bf77
- Update to 3.6.1
db4bf77
Richard Hughes ee82164
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
Richard Hughes ee82164
- Update to 3.6.0
Richard Hughes ee82164
Richard Hughes 4de9a66
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
Richard Hughes 4de9a66
- Update to 3.5.92
Richard Hughes 4de9a66
Richard Hughes 71df579
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes 71df579
- Update to 3.5.91
Richard Hughes 71df579
Richard Hughes 572f4e2
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 572f4e2
- Update to 3.5.90
Richard Hughes 572f4e2
Richard Hughes 203cff9
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes 203cff9
- Update to 3.5.5
Richard Hughes 203cff9
415e3b0
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
415e3b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
415e3b0
Richard Hughes 65efa27
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes 65efa27
- Update to 3.5.3
Richard Hughes 65efa27
27b4bed
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
27b4bed
- Silence glib-compile-schemas output
27b4bed
Richard Hughes fe6eed2
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes fe6eed2
- Update to 3.4.1
Richard Hughes fe6eed2
Rui Matos d5738fc
* Tue Mar 27 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-1
Rui Matos d5738fc
- Update to 3.4.0
Rui Matos d5738fc
791f2ee
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.4-1
791f2ee
- Update to 3.3.4
791f2ee
d083f8c
* Sat Mar 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-3
d083f8c
- Don't obsolete gnome-system-log
d083f8c
Rui Matos 3564134
* Fri Mar 16 2012 Rui Matos <rmatos@redhat.com> - 3.3.3-2
Rui Matos 3564134
- Obsolete all gnome-utils subpackages
Rui Matos 3564134
Rui Matos 3bd9594
* Mon Mar 12 2012 Rui Matos <rmatos@redhat.com> - 3.3.3-1
Rui Matos 3bd9594
- Update to 3.3.3
Rui Matos 3564134
- Just list %%{_datadir}/help/xx_YY/baobab in %%files since %%find_lang
Rui Matos 3bd9594
  doesn't find those for us
Rui Matos 3bd9594
Rui Matos 665a1fb
* Mon Mar  5 2012 Rui Matos <rmatos@redhat.com> - 3.3.2-1
Rui Matos 665a1fb
- Update to 3.3.2
Rui Matos 665a1fb
Rui Matos 665a1fb
* Tue Dec 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
Rui Matos 665a1fb
- Initial packaging