Hello community,

here is the log from the commit of package gnome-online-miners for 
openSUSE:Factory checked in at 2013-07-09 20:53:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-online-miners (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-online-miners.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-online-miners"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-miners.new/gnome-online-miners.changes 
    2013-07-09 20:53:58.000000000 +0200
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Mon Jul  8 19:27:04 UTC 2013 - [email protected]
+
+- Initial package, version 3.9.4:
+  + First release after being split out from gnome-documents.
+  + Support Flickr (bgo#700897).
+

New:
----
  gnome-online-miners-3.9.4.tar.xz
  gnome-online-miners.changes
  gnome-online-miners.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-online-miners.spec ++++++
#
# spec file for package gnome-online-miners
#
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# 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:           gnome-online-miners
Version:        3.9.4
Release:        0
License:        GPL-2.0+
Summary:        Crawls through your online content
Url:            http://download.gnome.org/sources/gnome-online-miners
Group:          System/Libraries
Source:         
http://ftp.acc.umu.se/pub/GNOME/sources/gnome-online-miners/3.9/%{name}-%{version}.tar.xz
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0) >= 2.35.1
BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
BuildRequires:  pkgconfig(grilo-0.2) >= 0.2.6
BuildRequires:  pkgconfig(libgdata) >= 0.13.3
BuildRequires:  pkgconfig(tracker-miner-0.16)
BuildRequires:  pkgconfig(tracker-sparql-0.16)
BuildRequires:  pkgconfig(zapojit-0.0) >= 0.0.2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
GNOME Online Miners provides a set of crawlers that go through
your online content and index them locally in Tracker. It has miners for
Flickr, Google and SkyDrive.

%prep
%setup -q

%build
%configure \
    --disable-static
make %{?_smp_mflags}

%install
%make_install
find %{buildroot} -type f -name '*.la' -delete -print
# openSUSE packages those files as doc
rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,NEWS,README}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README NEWS
# Flickr miner
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Flickr.service
%{_libexecdir}/gom-flickr-miner
# GData miner (Google docs)
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.GData.service
%{_libexecdir}/gom-gdata-miner
# Zapojit miner (microsoft skydrive)
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Zpj.service
%{_libexecdir}/gom-zpj-miner
# Private library
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libgom-1.0.so

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to