From 3dfe07c49f970a53064c2fbae0f5cad1e450c8667e59d7a2afb5fc03413b57b0 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Wed, 13 Mar 2013 19:53:49 +0000
Subject: [PATCH] Accepting request 158589 from GNOME:Next

Push GNOME:Next - new package

OBS-URL: https://build.opensuse.org/request/show/158589
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=1
---
 .gitattributes        |  23 ++++++++++
 .gitignore            |   1 +
 bijiben-3.7.91.tar.xz |   3 ++
 bijiben.changes       |   5 ++
 bijiben.spec          | 103 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 135 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 bijiben-3.7.91.tar.xz
 create mode 100644 bijiben.changes
 create mode 100644 bijiben.spec

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/bijiben-3.7.91.tar.xz b/bijiben-3.7.91.tar.xz
new file mode 100644
index 0000000..bf5b3d8
--- /dev/null
+++ b/bijiben-3.7.91.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6835fd76c74c3de363759767367a293b56c72f2fdb74dc1f88d50ec291dca545
+size 395316
diff --git a/bijiben.changes b/bijiben.changes
new file mode 100644
index 0000000..f471752
--- /dev/null
+++ b/bijiben.changes
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Mar  6 18:30:04 UTC 2013 - dimstar@opensuse.org
+
+- Initial package, version 3.7.91.
+
diff --git a/bijiben.spec b/bijiben.spec
new file mode 100644
index 0000000..bef5a4a
--- /dev/null
+++ b/bijiben.spec
@@ -0,0 +1,103 @@
+#
+# spec file for package
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# 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:           bijiben
+Version:        3.7.91
+Release:        0
+License:        GPL-3.0+
+Summary:        Note editor for GNOME
+Url:            https://live.gnome.org/Bijiben
+Group:          Productivity/Text/Editors
+Source:         http://ftp.acc.umu.se/pub/GNOME/sources/bijiben/3.7/bijiben-3.7.91.tar.xz
+BuildRequires:  intltool >= 0.35.0
+BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(clutter-gtk-1.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.7
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(tracker-sparql-0.16)
+BuildRequires:  pkgconfig(uuid)
+BuildRequires:  pkgconfig(webkitgtk-3.0)
+BuildRequires:  pkgconfig(zeitgeist-1.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%description
+Bijiben is a note editor designed to remain simple to use.
+
+%package -n gnome-shell-search-provider-%{name}
+Summary:        Note editor for GNOME -- Search Provider for GNOME Shell
+Group:          Productivity/Office/Other
+Requires:       %{name} = %{version}
+Requires:       gnome-shell
+Supplements:    packageand(%{name}:gnome-shell)
+
+%description -n gnome-shell-search-provider-%{name}
+Bijiben is a note editor designed to remain simple to use.
+
+This package contains a search provider to enable GNOME Shell to get
+search results from documents.
+
+%lang_package
+%prep
+%setup -q
+
+%build
+%configure \
+    --disable-static
+make %{?_smp_mflags}
+
+%install
+%make_install
+find %{buildroot} -type f -name '*.la' -delete -print
+%suse_update_desktop_file %{name} DesktopUtility
+%find_lang %{name} %{?no_lang_C}
+
+%post
+%glib2_gsettings_schema_post
+%icon_theme_cache_postun
+%desktop_database_post
+
+%postun
+%glib2_gsettings_schema_postun
+%icon_theme_cache_postun
+%desktop_database_postun
+
+%files
+%defattr(-,root,root)
+%doc COPYING
+%doc %{_datadir}/help/C/%{name}/
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}/
+%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_libdir}/%{name}/
+
+%files lang -f %{name}.lang
+
+%files -n gnome-shell-search-provider-%{name}
+%defattr(-,root,root)
+%{_datadir}/dbus-1/services/org.gnome.Bijiben.SearchProvider.service
+%dir %{_datadir}/gnome-shell
+%dir %{_datadir}/gnome-shell/search-providers
+%{_datadir}/gnome-shell/search-providers/%{name}-search-provider.ini
+%{_libexecdir}/%{name}-shell-search-provider
+
+
+%changelog