Dominique Leuenberger
d1d5e8108f
Update to 3.9.1 OBS-URL: https://build.opensuse.org/request/show/174109 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=7
104 lines
3.1 KiB
RPMSpec
104 lines
3.1 KiB
RPMSpec
#
|
|
# spec file for package bijiben
|
|
#
|
|
# 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.9.1
|
|
Release: 0
|
|
Summary: Note editor for GNOME
|
|
License: GPL-3.0+ and CC-BY-SA-3.0
|
|
Group: Productivity/Text/Editors
|
|
Url: https://live.gnome.org/Bijiben
|
|
Source: http://download.gnome.org/sources/bijiben/3.9/%{name}-%{version}.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
|
|
License: GPL-3.0+
|
|
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}.*
|
|
|
|
%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
|