Accepting request 329009 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329009 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=94
This commit is contained in:
parent
559824819e
commit
b158145cbb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0648e4d595f5c63f85c03bf65a2cf1204e8615aba242c50c15aa4c9696a0ca0
|
|
||||||
size 1420940
|
|
3
gnome-online-accounts-3.17.2.tar.xz
Normal file
3
gnome-online-accounts-3.17.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5cd270844fb5dcf6eaf7ff1f036c6faaf06aff6bc86247b16049451e62ab19d
|
||||||
|
size 1427840
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 9 15:40:10 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.17.2:
|
||||||
|
+ Foursquare is enabled by default.
|
||||||
|
+ Bugs fixed: bgo#710764, bgo#739593, bgo#739594, bgo#742680.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(libaccounts-glib) BuildRequires: New dependency.
|
||||||
|
- Pass --with-cheese=yes and --enable-foursquare to %configure, we
|
||||||
|
want webcam and foursquare support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 15:25:26 UTC 2015 - zaitor@opensuse.org
|
Tue Jun 9 15:25:26 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.16.3
|
Version: 3.17.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME service to access online accounts
|
Summary: GNOME service to access online accounts
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.16/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-online-accounts/3.17/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35
|
|||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.1
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.1
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
|
BuildRequires: pkgconfig(libaccounts-glib)
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
@ -101,16 +102,19 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--with-cheese=yes \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-facebook \
|
|
||||||
--enable-google \
|
|
||||||
--enable-windows-live \
|
|
||||||
--enable-kerberos \
|
|
||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
|
--enable-facebook \
|
||||||
--enable-flickr \
|
--enable-flickr \
|
||||||
--enable-owncloud \
|
--enable-foursquare \
|
||||||
|
--enable-google \
|
||||||
--enable-imap-smtp \
|
--enable-imap-smtp \
|
||||||
--enable-media-server
|
--enable-kerberos \
|
||||||
|
--enable-owncloud \
|
||||||
|
--enable-pocket \
|
||||||
|
--enable-telepathy \
|
||||||
|
--enable-windows-live
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -143,6 +147,8 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_libdir}/goa-1.0
|
%dir %{_libdir}/goa-1.0
|
||||||
%dir %{_libdir}/goa-1.0/web-extensions
|
%dir %{_libdir}/goa-1.0/web-extensions
|
||||||
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
|
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
|
||||||
|
%{_libexecdir}/goa-identity-service
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Identity.service
|
||||||
|
|
||||||
%files -n libgoa-1_0-0
|
%files -n libgoa-1_0-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user