commit 13fdbc1bf79bda30552ae5e233b657616235518da7bf5ef05c4a7d7b64bb608c
Author: Vincent Untz <vuntz@opensuse.org>
Date:   Tue Nov 15 15:48:37 2011 +0000

    Accepting request 91587 from home:dimstar:GNOME:Next
    
    Resubmit version 3.3.1 - including a description now
    
    OBS-URL: https://build.opensuse.org/request/show/91587
    OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=1

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..9b03811
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,23 @@
+## Default LFS
+*.7z filter=lfs diff=lfs merge=lfs -text
+*.bsp filter=lfs diff=lfs merge=lfs -text
+*.bz2 filter=lfs diff=lfs merge=lfs -text
+*.gem filter=lfs diff=lfs merge=lfs -text
+*.gz filter=lfs diff=lfs merge=lfs -text
+*.jar filter=lfs diff=lfs merge=lfs -text
+*.lz filter=lfs diff=lfs merge=lfs -text
+*.lzma filter=lfs diff=lfs merge=lfs -text
+*.obscpio filter=lfs diff=lfs merge=lfs -text
+*.oxt filter=lfs diff=lfs merge=lfs -text
+*.pdf filter=lfs diff=lfs merge=lfs -text
+*.png filter=lfs diff=lfs merge=lfs -text
+*.rpm filter=lfs diff=lfs merge=lfs -text
+*.tbz filter=lfs diff=lfs merge=lfs -text
+*.tbz2 filter=lfs diff=lfs merge=lfs -text
+*.tgz filter=lfs diff=lfs merge=lfs -text
+*.ttf filter=lfs diff=lfs merge=lfs -text
+*.txz filter=lfs diff=lfs merge=lfs -text
+*.whl filter=lfs diff=lfs merge=lfs -text
+*.xz filter=lfs diff=lfs merge=lfs -text
+*.zip filter=lfs diff=lfs merge=lfs -text
+*.zst filter=lfs diff=lfs merge=lfs -text
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..57affb6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.osc
diff --git a/baobab-3.3.1.tar.bz2 b/baobab-3.3.1.tar.bz2
new file mode 100644
index 0000000..7f7427e
--- /dev/null
+++ b/baobab-3.3.1.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bcc7ffdf3cc038fd5142c6a0de6ad3db45a2848d0f81f82bbfbb067e6eaf5f65
+size 3458063
diff --git a/baobab.changes b/baobab.changes
new file mode 100644
index 0000000..07af05c
--- /dev/null
+++ b/baobab.changes
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Nov  1 19:42:24 UTC 2011 - dimstar@opensuse.org
+
+- Initial package, version 3.3.1
+  + First release after the split of gnome-utils.
+
diff --git a/baobab.spec b/baobab.spec
new file mode 100644
index 0000000..c8422eb
--- /dev/null
+++ b/baobab.spec
@@ -0,0 +1,77 @@
+#
+# spec file for package baobab
+#
+# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+Name:           baobab
+Version:        3.3.1
+Release:        1
+License:        GPL-2.0+
+Summary:        Disk Usage Analyzer
+Url:            http://www.gnome.org
+Group:          System/GUI/GNOME
+Source:         http://ftp.acc.umu.se/pub/GNOME/sources/baobab/3.3/%{name}-%{version}.tar.bz2
+BuildRequires:  intltool
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
+BuildRequires:  pkgconfig(gnome-doc-utils) >= 0.3.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(libgtop-2.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%glib2_gsettings_schema_requires
+
+%description
+Disk Usage Analyzer is a graphical, menu-driven application to analyse disk usage in any Gnome
+environment. Disk Usage Analyzer can easily scan either the whole filesystem tree, or a
+specific user-requested directory branch (local or remote).
+
+It also auto-detects in real-time any changes made to your home directory as far as any
+mounted/unmounted device. Disk Usage Analyzer also provides a full graphical treemap window for
+each selected folder.
+
+%lang_package
+%prep
+%setup -q
+
+%build
+%configure --disable-scrollkeeper
+make %{?_smp_mflags}
+
+%install
+%make_install
+%suse_update_desktop_file %{name}
+%find_lang %{name}
+
+%post
+%glib2_gsettings_schema_post
+%icon_theme_cache_post
+
+%postun
+%glib2_gsettings_schema_postun
+%icon_theme_cache_postun
+
+%files
+%defattr(-,root,root)
+%doc ChangeLog README COPYING
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+
+%files lang -f %{name}.lang
+
+%changelog