Accepting request 593765 from home:fcrozat:branches:GNOME:Factory
- Disable telepathy support, it isn't used for years. Remove BuildRequires(libaccounts-glib/telepathy-glib) accordingly. OBS-URL: https://build.opensuse.org/request/show/593765 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=160
This commit is contained in:
parent
fdb892532b
commit
3976f43b85
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 15:01:37 UTC 2018 - fcrozat@suse.com
|
||||
|
||||
- Disable telepathy support, it isn't used for years. Remove
|
||||
BuildRequires(libaccounts-glib/telepathy-glib) accordingly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 17:22:56 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: GNOME service to access online accounts
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||
Url: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.28/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -41,12 +41,10 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(libaccounts-glib)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(rest-0.7)
|
||||
BuildRequires: pkgconfig(telepathy-glib)
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.12.0
|
||||
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
||||
@ -118,7 +116,7 @@ translation-update-upstream
|
||||
--disable-media-server \
|
||||
--enable-owncloud \
|
||||
--enable-pocket \
|
||||
--enable-telepathy \
|
||||
--disable-telepathy \
|
||||
--enable-windows-live
|
||||
%make_build
|
||||
|
||||
@ -126,7 +124,6 @@ translation-update-upstream
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_lang gnome-online-accounts-tpaw %{name}.lang %{?no_lang_C}
|
||||
|
||||
%post -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||
@ -139,9 +136,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libexecdir}/goa-daemon
|
||||
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
|
||||
%{_datadir}/gnome-online-accounts/
|
||||
%{_datadir}/icons/hicolor/*/apps/goa-account*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/im-*.*
|
||||
%{_mandir}/man8/goa-daemon.8%{?ext_man}
|
||||
%dir %{_libdir}/goa-1.0
|
||||
%dir %{_libdir}/goa-1.0/web-extensions
|
||||
|
Loading…
Reference in New Issue
Block a user