Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/gnome-online-miners.git#da7131a4985419f3ec39a48290b7094028e06438
This commit is contained in:
DistroBaker 2021-03-19 21:13:31 +00:00
parent d662429262
commit 7579d59222
2 changed files with 1575 additions and 24 deletions

View File

@ -4,26 +4,29 @@
Name: gnome-online-miners
Version: 3.34.0
Release: 6%{?dist}
Release: 8%{?dist}
Summary: Crawls through your online content
License: GPLv2+ and LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners
Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
# https://gitlab.gnome.org/GNOME/gnome-online-miners/-/merge_requests/3
Patch0: tracker3.patch
# For patch0
BuildRequires: autoconf automake libtool
BuildRequires: autoconf-archive
BuildRequires: gfbgraph-devel
BuildRequires: glib2-devel >= 2.35.1
BuildRequires: gnome-online-accounts-devel >= 3.8.0
BuildRequires: grilo-devel >= 0.3.0
BuildRequires: libgdata-devel >= 0.15.2
%if 0%{?fedora}
BuildRequires: libzapojit-devel >= 0.0.2
%endif
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: tracker-devel >= 0.17.2
BuildRequires: make
BuildRequires: tracker3-devel
Requires: dbus
Requires: grilo-plugins
@ -36,19 +39,17 @@ Google, OneDrive and Nextcloud.
%prep
%setup -q
%autosetup -p1
%build
# For patch0
autoreconf -fi
%configure \
--disable-silent-rules \
--disable-static \
%if 0%{?fedora}
--enable-owncloud \
--enable-windows-live
%else
--disable-owncloud \
--disable-windows-live
%endif
make %{?_smp_mflags}
@ -70,11 +71,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.GData.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.MediaServer.service
%if 0%{?fedora}
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Owncloud.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Zpj.service
%endif
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libgom-1.0.so
@ -83,18 +79,19 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%{_libexecdir}/gom-gdata-miner
%{_libexecdir}/gom-media-server-miner
%if 0%{?fedora}
%{_libexecdir}/gom-owncloud-miner
%{_libexecdir}/gom-zpj-miner
%endif
%changelog
* Tue Mar 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.34.0-8
- Disable unused gnome-documents-specific miners
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 3.34.0-7
- Backport patches for Tracker 3 support
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jan 06 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.34.0-5
- Disable unused gnome-documents-specific miners
- Disable unused gnome-documents-specific miners from RHEL
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-4
- Second attempt - Rebuilt for

1554
tracker3.patch Normal file

File diff suppressed because it is too large Load Diff