|
|
2bc403 |
%global _privatelibs libgom-1[.]0[.]so.*
|
|
|
2bc403 |
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
2bc403 |
%global __requires_exclude ^(%{_privatelibs})$
|
|
|
2bc403 |
|
|
|
2bc403 |
Name: gnome-online-miners
|
|
|
2bc403 |
Version: 3.26.0
|
|
|
2bc403 |
Release: 3%{?dist}
|
|
|
2bc403 |
Summary: Crawls through your online content
|
|
|
2bc403 |
|
|
|
2bc403 |
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
2bc403 |
URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners
|
|
|
2bc403 |
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
|
|
2bc403 |
|
|
|
2bc403 |
BuildRequires: gfbgraph-devel
|
|
|
2bc403 |
BuildRequires: glib2-devel >= 2.35.1
|
|
|
2bc403 |
BuildRequires: gnome-online-accounts-devel >= 3.8.0
|
|
|
2bc403 |
BuildRequires: grilo-devel >= 0.3.0
|
|
|
2bc403 |
BuildRequires: libgdata-devel >= 0.15.2
|
|
|
2bc403 |
BuildRequires: pkgconfig
|
|
|
2bc403 |
BuildRequires: tracker-devel >= 0.17.2
|
|
|
2bc403 |
|
|
|
2bc403 |
Requires: dbus
|
|
|
2bc403 |
Requires: grilo-plugins
|
|
|
2bc403 |
Requires: gvfs >= 1.18.3
|
|
|
2bc403 |
|
|
|
2bc403 |
%description
|
|
|
2bc403 |
GNOME Online Miners provides a set of crawlers that go through your online
|
|
|
2bc403 |
content and index them locally in Tracker. It has miners for Facebook, Flickr,
|
|
|
2bc403 |
Google, OneDrive and Nextcloud.
|
|
|
2bc403 |
|
|
|
2bc403 |
|
|
|
2bc403 |
%prep
|
|
|
2bc403 |
%setup -q
|
|
|
2bc403 |
|
|
|
2bc403 |
%build
|
|
|
2bc403 |
%configure \
|
|
|
2bc403 |
--disable-silent-rules \
|
|
|
2bc403 |
--disable-static \
|
|
|
2bc403 |
--disable-owncloud \
|
|
|
2bc403 |
--disable-windows-live
|
|
|
2bc403 |
|
|
|
2bc403 |
make %{?_smp_mflags}
|
|
|
2bc403 |
|
|
|
2bc403 |
|
|
|
2bc403 |
%install
|
|
|
2bc403 |
%make_install
|
|
|
2bc403 |
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
2bc403 |
|
|
|
2bc403 |
# Use %%doc instead.
|
|
|
2bc403 |
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
|
|
2bc403 |
|
|
|
2bc403 |
rm -f $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Owncloud.service
|
|
|
2bc403 |
rm -f $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Zpj.service
|
|
|
2bc403 |
|
|
|
2bc403 |
%files
|
|
|
2bc403 |
%license COPYING
|
|
|
2bc403 |
%doc AUTHORS
|
|
|
2bc403 |
%doc NEWS
|
|
|
2bc403 |
%doc README
|
|
|
2bc403 |
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Facebook.service
|
|
|
2bc403 |
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Flickr.service
|
|
|
2bc403 |
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.GData.service
|
|
|
2bc403 |
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.MediaServer.service
|
|
|
2bc403 |
|
|
|
2bc403 |
%dir %{_libdir}/%{name}
|
|
|
2bc403 |
%{_libdir}/%{name}/libgom-1.0.so
|
|
|
2bc403 |
|
|
|
2bc403 |
%{_libexecdir}/gom-facebook-miner
|
|
|
2bc403 |
%{_libexecdir}/gom-flickr-miner
|
|
|
2bc403 |
%{_libexecdir}/gom-gdata-miner
|
|
|
2bc403 |
%{_libexecdir}/gom-media-server-miner
|
|
|
2bc403 |
|
|
|
2bc403 |
|
|
|
2bc403 |
%changelog
|
|
|
2bc403 |
* Fri Jul 20 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.26.0-3
|
|
|
2bc403 |
- Disable unused gnome-documents-specific miners
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-2
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
|
|
2bc403 |
- Update to 3.26.0
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Aug 09 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.90-1
|
|
|
2bc403 |
- Update to 3.25.90
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-4
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-3
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
2bc403 |
- Update to 3.22.0
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Sep 06 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
2bc403 |
- Update to 3.21.91
|
|
|
2bc403 |
- Use license macro for COPYING
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Sep 02 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
|
|
|
2bc403 |
- Update to 3.20.1
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
2bc403 |
- Update to 3.20.0
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
|
|
2bc403 |
- Update to 3.19.90
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.3-5
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 3.14.3-4
|
|
|
2bc403 |
- Build with grilo 0.3
|
|
|
2bc403 |
- Use make_install macro
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.3-3
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Thu May 28 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.3-2
|
|
|
2bc403 |
- Release bump to retain the upgrade path
|
|
|
2bc403 |
|
|
|
2bc403 |
* Mon May 04 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.3-1
|
|
|
2bc403 |
- Update to 3.14.3
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Apr 28 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.2-2
|
|
|
2bc403 |
- Rebuild for libgdata soname bump
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Apr 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.2-1
|
|
|
2bc403 |
- Update to 3.14.2
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Dec 16 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.14.1-1
|
|
|
2bc403 |
- Update to 3.14.1
|
|
|
2bc403 |
- Bump libgdata BuildRequires to reflect reality
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Sep 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
2bc403 |
- Update to 3.14.0
|
|
|
2bc403 |
- Ship NEWS instead of ChangeLog
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
|
2bc403 |
- Update to 3.13.91
|
|
|
2bc403 |
|
|
|
2bc403 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
2bc403 |
- Update to 3.13.3
|
|
|
2bc403 |
|
|
|
2bc403 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 3.12.0-2
|
|
|
2bc403 |
- rebuild for new libgdata
|
|
|
2bc403 |
|
|
|
2bc403 |
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
2bc403 |
- Update to 3.12.0
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-1
|
|
|
2bc403 |
- Update to 3.11.90
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
2bc403 |
- Update to 3.11.5
|
|
|
2bc403 |
|
|
|
2bc403 |
* Mon Jan 20 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
|
|
|
2bc403 |
- Update to 3.11.4.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
|
|
|
2bc403 |
- Update to 3.11.3
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Nov 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.2-1
|
|
|
2bc403 |
- Update to 3.11.2.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Nov 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.2-1
|
|
|
2bc403 |
- Update to 3.10.2.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
2bc403 |
- Update to 3.10.0
|
|
|
2bc403 |
|
|
|
2bc403 |
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
|
|
|
2bc403 |
- Update to 3.9.92
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
|
|
|
2bc403 |
- Update to 3.9.91
|
|
|
2bc403 |
|
|
|
2bc403 |
* Thu Aug 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.90-1
|
|
|
2bc403 |
- Update to 3.9.90.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-4
|
|
|
2bc403 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Jul 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-3
|
|
|
2bc403 |
- Filter out the private library from requires.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Fri Jul 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-2
|
|
|
2bc403 |
- Use %%{_libexecdir}.
|
|
|
2bc403 |
- Filter out the private library from provides.
|
|
|
2bc403 |
|
|
|
2bc403 |
* Tue Jul 09 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
|
|
|
2bc403 |
- Initial spec.
|