diff --git a/.gitignore b/.gitignore index 1871447..9f62b59 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /baobab-3.11.90.tar.xz /baobab-3.12.0.tar.xz /baobab-3.12.1.tar.xz +/baobab-3.13.1.tar.xz diff --git a/baobab.spec b/baobab.spec index 86391ce..7e58807 100644 --- a/baobab.spec +++ b/baobab.spec @@ -1,12 +1,12 @@ Name: baobab -Version: 3.12.1 +Version: 3.13.1 Release: 1%{?dist} Summary: A graphical directory tree analyzer Group: Applications/System License: GPLv2+ and GFDL 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: gobject-introspection-devel @@ -41,11 +41,13 @@ make install DESTDIR=$RPM_BUILD_ROOT chrpath --delete $RPM_BUILD_ROOT%{_bindir}/baobab -desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/baobab.desktop - %find_lang %{name} --with-gnome +%check +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.baobab.desktop + + %post for d in hicolor HighContrast ; do touch --no-create %{_datadir}/icons/$d >&/dev/null || : @@ -73,7 +75,8 @@ done %doc AUTHORS COPYING NEWS README COPYING.docs %{_bindir}/baobab %{_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/HighContrast/*/apps/baobab.png %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml @@ -82,6 +85,9 @@ done %{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg %changelog +* Wed May 28 2014 Kalev Lember - 3.13.1-1 +- Update to 3.13.1 + * Tue Apr 15 2014 Kalev Lember - 3.12.1-1 - Update to 3.12.1 diff --git a/sources b/sources index e7033e2..bcb38fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d265bf555143f7aa0a7d961fd8126c2 baobab-3.12.1.tar.xz +c21acaa6cdcde356ce43d9fee0629566 baobab-3.13.1.tar.xz