baobab/baobab.spec

225 lines
6.5 KiB
RPMSpec
Raw Normal View History

2014-05-28 10:33:05 +00:00
%global gtk3_version 3.13.2
2012-03-12 14:34:00 +00:00
Name: baobab
2014-09-03 10:15:58 +00:00
Version: 3.13.91
Release: 1%{?dist}
2012-03-12 14:34:00 +00:00
Summary: A graphical directory tree analyzer
Group: Applications/System
License: GPLv2+ and GFDL
2012-11-14 13:51:41 +00:00
URL: https://live.gnome.org/Baobab
2014-05-28 10:31:09 +00:00
Source0: http://download.gnome.org/sources/baobab/3.13/%{name}-%{version}.tar.xz
2013-01-16 19:26:03 +00:00
2012-11-15 19:41:43 +00:00
BuildRequires: chrpath
2012-10-16 17:02:23 +00:00
BuildRequires: gobject-introspection-devel
2014-05-28 10:33:05 +00:00
BuildRequires: gtk3-devel >= %{gtk3_version}
2012-03-12 14:34:00 +00:00
BuildRequires: libgtop2-devel
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: itstool
2012-10-16 17:02:23 +00:00
BuildRequires: vala-tools
2012-03-12 14:34:00 +00:00
2014-05-28 10:33:05 +00:00
Requires: gtk3%{?_isa} >= %{gtk3_version}
2012-03-16 13:45:12 +00:00
Obsoletes: gnome-utils < 1:3.3
Obsoletes: gnome-utils-devel < 1:3.3
Obsoletes: gnome-utils-libs < 1:3.3
2012-03-12 14:34:00 +00:00
%description
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
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
2012-11-15 19:41:43 +00:00
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/baobab
2012-03-12 14:34:00 +00:00
%find_lang %{name} --with-gnome
2014-05-28 10:31:09 +00:00
%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.baobab.desktop
2012-03-12 14:34:00 +00:00
%post
for d in hicolor HighContrast ; do
touch --no-create %{_datadir}/icons/$d >&/dev/null || :
done
2012-03-12 14:34:00 +00:00
%postun
if [ $1 -eq 0 ]; then
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
for d in hicolor HighContrast ; do
touch --no-create %{_datadir}/icons/$d >&/dev/null || :
gtk-update-icon-cache %{_datadir}/icons/$d >&/dev/null || :
done
2012-03-12 14:34:00 +00:00
fi
%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
for d in hicolor HighContrast ; do
gtk-update-icon-cache %{_datadir}/icons/$d >&/dev/null || :
done
2012-03-12 14:34:00 +00:00
%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README COPYING.docs
%{_bindir}/baobab
2014-07-23 22:10:27 +00:00
%{_datadir}/appdata/org.gnome.baobab.appdata.xml
2014-05-28 10:31:09 +00:00
%{_datadir}/applications/org.gnome.baobab.desktop
%{_datadir}/dbus-1/services/org.gnome.baobab.service
2012-03-12 14:34:00 +00:00
%{_datadir}/icons/hicolor/*/apps/baobab.png
%{_datadir}/icons/HighContrast/*/apps/baobab.png
2012-03-12 14:34:00 +00:00
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
%{_mandir}/man1/baobab.1.gz
%changelog
2014-09-03 10:15:58 +00:00
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
- Update to 3.13.91
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-07-23 22:10:27 +00:00
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
- Update to 3.13.2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-28 10:31:09 +00:00
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
- Update to 3.13.1
2014-04-15 20:07:57 +00:00
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
- Update to 3.12.1
2014-03-24 23:05:44 +00:00
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
- Update to 3.12.0
2014-02-19 19:44:27 +00:00
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
- Update to 3.11.90
2014-02-04 10:38:58 +00:00
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
- Update to 3.11.1
2013-10-28 18:51:01 +00:00
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
- Update to 3.10.1
2013-09-25 09:45:00 +00:00
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10-1
- Update to 3.10
2013-09-03 22:12:26 +00:00
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
- Update to 3.9.91
2013-08-22 10:46:57 +00:00
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
- Update to 3.9.90
2013-08-10 11:55:20 +00:00
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
- Update to 3.9.3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-16 11:59:52 +00:00
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.1-1
- Update to 3.9.1
2013-05-13 19:16:00 +00:00
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2
2013-04-15 21:31:24 +00:00
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
- Update to 3.8.1
2013-03-26 03:02:36 +00:00
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
2013-03-20 21:58:49 +00:00
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
- Update to 3.7.92
2013-03-07 03:22:31 +00:00
* Wed Mar 6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
- Update to 3.7.91
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
- Update to 3.7.90
- Install HighContrast icons and update the rpm scriptlets for the icon cache
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-01-16 11:32:11 +00:00
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
- Update to 3.7.4
2012-11-15 19:38:05 +00:00
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
- Update to 3.6.3
2012-11-15 19:41:43 +00:00
- Remove an unwanted lib64 rpath
2012-11-15 19:38:05 +00:00
2012-11-14 13:51:41 +00:00
* Wed Nov 14 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.2-2
- Fix homepage URL
2012-10-17 14:19:57 +00:00
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
- Update to 3.6.2
2012-10-16 17:02:23 +00:00
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1
2012-09-25 16:36:37 +00:00
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
- Update to 3.6.0
2012-09-19 11:24:59 +00:00
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
- Update to 3.5.92
2012-09-04 10:58:38 +00:00
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
- Update to 3.5.91
2012-08-21 14:55:22 +00:00
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
- Update to 3.5.90
2012-08-07 08:41:53 +00:00
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
- Update to 3.5.5
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-25 08:18:05 +00:00
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
- Update to 3.5.3
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
- Silence glib-compile-schemas output
2012-04-16 08:00:11 +00:00
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
- Update to 3.4.1
2012-03-27 08:31:39 +00:00
* Tue Mar 27 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-1
- Update to 3.4.0
2012-03-20 23:28:58 +00:00
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.4-1
- Update to 3.3.4
2012-03-17 23:26:40 +00:00
* Sat Mar 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-3
- Don't obsolete gnome-system-log
2012-03-16 13:45:12 +00:00
* Fri Mar 16 2012 Rui Matos <rmatos@redhat.com> - 3.3.3-2
- Obsolete all gnome-utils subpackages
2012-03-12 14:48:29 +00:00
* Mon Mar 12 2012 Rui Matos <rmatos@redhat.com> - 3.3.3-1
- Update to 3.3.3
2012-03-16 13:45:12 +00:00
- Just list %%{_datadir}/help/xx_YY/baobab in %%files since %%find_lang
2012-03-12 14:48:29 +00:00
doesn't find those for us
2012-03-12 14:34:00 +00:00
* Mon Mar 5 2012 Rui Matos <rmatos@redhat.com> - 3.3.2-1
- Update to 3.3.2
* Tue Dec 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
- Initial packaging