Update to 3.13.1

This commit is contained in:
Kalev Lember 2014-05-28 12:31:09 +02:00
parent 34ea4a0472
commit a4161ba5ed
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/baobab-3.11.90.tar.xz /baobab-3.11.90.tar.xz
/baobab-3.12.0.tar.xz /baobab-3.12.0.tar.xz
/baobab-3.12.1.tar.xz /baobab-3.12.1.tar.xz
/baobab-3.13.1.tar.xz

View File

@ -1,12 +1,12 @@
Name: baobab Name: baobab
Version: 3.12.1 Version: 3.13.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A graphical directory tree analyzer Summary: A graphical directory tree analyzer
Group: Applications/System Group: Applications/System
License: GPLv2+ and GFDL License: GPLv2+ and GFDL
URL: https://live.gnome.org/Baobab URL: https://live.gnome.org/Baobab
Source0: http://download.gnome.org/sources/baobab/3.12/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/baobab/3.13/%{name}-%{version}.tar.xz
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
@ -41,11 +41,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/baobab chrpath --delete $RPM_BUILD_ROOT%{_bindir}/baobab
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/baobab.desktop
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.baobab.desktop
%post %post
for d in hicolor HighContrast ; do for d in hicolor HighContrast ; do
touch --no-create %{_datadir}/icons/$d >&/dev/null || : touch --no-create %{_datadir}/icons/$d >&/dev/null || :
@ -73,7 +75,8 @@ done
%doc AUTHORS COPYING NEWS README COPYING.docs %doc AUTHORS COPYING NEWS README COPYING.docs
%{_bindir}/baobab %{_bindir}/baobab
%{_datadir}/appdata/ %{_datadir}/appdata/
%{_datadir}/applications/baobab.desktop %{_datadir}/applications/org.gnome.baobab.desktop
%{_datadir}/dbus-1/services/org.gnome.baobab.service
%{_datadir}/icons/hicolor/*/apps/baobab.png %{_datadir}/icons/hicolor/*/apps/baobab.png
%{_datadir}/icons/HighContrast/*/apps/baobab.png %{_datadir}/icons/HighContrast/*/apps/baobab.png
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
@ -82,6 +85,9 @@ done
%{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg %{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg
%changelog %changelog
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
- Update to 3.13.1
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1 * Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
- Update to 3.12.1 - Update to 3.12.1

View File

@ -1 +1 @@
1d265bf555143f7aa0a7d961fd8126c2 baobab-3.12.1.tar.xz c21acaa6cdcde356ce43d9fee0629566 baobab-3.13.1.tar.xz