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#53147e2d6edb8d1d9912372ac5714547fb537966
This commit is contained in:
parent
99b05c1057
commit
b22d413363
@ -4,7 +4,7 @@
|
||||
|
||||
Name: gnome-online-miners
|
||||
Version: 3.34.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Crawls through your online content
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and MIT
|
||||
@ -16,9 +16,14 @@ 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: pkgconfig
|
||||
BuildRequires: tracker-devel >= 0.17.2
|
||||
BuildRequires: make
|
||||
|
||||
Requires: dbus
|
||||
Requires: grilo-plugins
|
||||
@ -36,7 +41,14 @@ Google, OneDrive and Nextcloud.
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
%if 0%{?fedora}
|
||||
--enable-owncloud \
|
||||
--enable-windows-live
|
||||
%else
|
||||
--disable-owncloud \
|
||||
--disable-windows-live
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -57,8 +69,11 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Flickr.service
|
||||
%{_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
|
||||
@ -67,11 +82,17 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||
%{_libexecdir}/gom-flickr-miner
|
||||
%{_libexecdir}/gom-gdata-miner
|
||||
%{_libexecdir}/gom-media-server-miner
|
||||
|
||||
%if 0%{?fedora}
|
||||
%{_libexecdir}/gom-owncloud-miner
|
||||
%{_libexecdir}/gom-zpj-miner
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.34.0-5
|
||||
- Disable unused gnome-documents-specific miners
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user