Accepting request 584731 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 583565 from dimstar) OBS-URL: https://build.opensuse.org/request/show/584731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-online-accounts?expand=0&rev=72
This commit is contained in:
commit
fdcec4f73f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49f8760d86fe33057eaeeb4f1667bc7f6163e428591e7aed9575563be10b17d1
|
|
||||||
size 1405424
|
|
3
gnome-online-accounts-3.27.92.tar.xz
Normal file
3
gnome-online-accounts-3.27.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daf019404155577b74d76e8c927c02076e6ec577e10fff2a7920c1b024e7b263
|
||||||
|
size 1531304
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 20:22:35 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.27.92:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:29:07 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 2 11:43:41 UTC 2018 - bjorn.lie@gmail.com
|
Fri Feb 2 11:43:41 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
@ -7,6 +18,45 @@ Fri Feb 2 11:43:41 UTC 2018 - bjorn.lie@gmail.com
|
|||||||
--enable-media-server to configure, pass --disable-media-server
|
--enable-media-server to configure, pass --disable-media-server
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 23:15:50 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update inside-spec comment: don't remove intltool yet,
|
||||||
|
telepathy-account-widgets still depends on it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 22 02:49:29 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.27.3:
|
||||||
|
+ Bugs fixed:
|
||||||
|
- Port to GTask from GSimpleAsyncResult (bgo#764157).
|
||||||
|
- Cookies from previous session are not cleared from the web
|
||||||
|
view (bgo#781005).
|
||||||
|
- Migrate from Intltool to Gettext (bgo#787250).
|
||||||
|
+ Updated translations.
|
||||||
|
- Adopt the use of %make_build macro rather than raw make command,
|
||||||
|
following the best practices.
|
||||||
|
- Remove unneeded %clean section once RPM does this work itself
|
||||||
|
now.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 03:27:01 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.27.1:
|
||||||
|
+ Bug fixed: Make the Git submodules work with Web proxies
|
||||||
|
(bgo#788769).
|
||||||
|
+ Updated translations.
|
||||||
|
- Add conditional use for translation-update-upstream: sle-only
|
||||||
|
requirement.
|
||||||
|
- Drop parameter --with-cheese in %configure: no longer available.
|
||||||
|
- Update Url to the current application's wiki page:
|
||||||
|
https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||||
|
- Add pkgconfig(*) BuildRequires for alignment with configure.ac:
|
||||||
|
gio-2.0 and glib-2.0.
|
||||||
|
- Run spec-cleaner to get the respective pkgconfigs of
|
||||||
|
gobject-introspection-devel and gtk-doc:
|
||||||
|
pkgconfig(gobject-introspection-1.0) and pkgconfig(gtk-doc).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 20:26:33 UTC 2017 - zaitor@opensuse.org
|
Thu Dec 14 20:26:33 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,39 +17,44 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.26.2
|
Version: 3.27.92
|
||||||
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-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://www.gnome.org
|
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.26/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-online-accounts/3.27/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
# Don't drop intltool yet. Gettext migration was already done upstream (3.27.3) but telepathy-account-widgets
|
||||||
BuildRequires: gtk-doc
|
# module still use intltool and don't show any signs this will change any time soon.
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gcr-3)
|
BuildRequires: pkgconfig(gcr-3)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.52
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.52
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.52
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0) >= 2.52
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.2
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12
|
||||||
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(libaccounts-glib)
|
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.42
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(rest-0.7)
|
BuildRequires: pkgconfig(rest-0.7)
|
||||||
BuildRequires: pkgconfig(telepathy-glib)
|
BuildRequires: pkgconfig(telepathy-glib)
|
||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.7.2
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.12.0
|
||||||
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
||||||
# Certificates are considered valid, which results in a really bad experience.
|
# Certificates are considered valid, which results in a really bad experience.
|
||||||
Requires: p11-kit >= 0.16
|
Requires: p11-kit >= 0.16
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%if !0%{?is_opensuse}
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-online-accounts provides interfaces so applications and
|
gnome-online-accounts provides interfaces so applications and
|
||||||
@ -96,14 +101,16 @@ gnome-online-accounts provides interfaces so applications and
|
|||||||
libraries in GNOME can access the user's online accounts.
|
libraries in GNOME can access the user's online accounts.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if !0%{?is_opensuse}
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-cheese=yes \
|
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
--enable-facebook \
|
--enable-facebook \
|
||||||
@ -117,28 +124,22 @@ translation-update-upstream
|
|||||||
--enable-pocket \
|
--enable-pocket \
|
||||||
--enable-telepathy \
|
--enable-telepathy \
|
||||||
--enable-windows-live
|
--enable-windows-live
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%find_lang gnome-online-accounts-tpaw %{name}.lang %{?no_lang_C}
|
%find_lang gnome-online-accounts-tpaw %{name}.lang %{?no_lang_C}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n libgoa-1_0-0 -p /sbin/ldconfig
|
%post -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
|
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
%post -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
%postun -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING NEWS
|
%doc NEWS
|
||||||
%{_libexecdir}/goa-daemon
|
%{_libexecdir}/goa-daemon
|
||||||
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
|
||||||
@ -153,19 +154,15 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/services/org.gnome.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)
|
|
||||||
%{_libdir}/libgoa-1.0.so.*
|
%{_libdir}/libgoa-1.0.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Goa-1_0
|
%files -n typelib-1_0-Goa-1_0
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
||||||
|
|
||||||
%files -n libgoa-backend-1_0-1
|
%files -n libgoa-backend-1_0-1
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libgoa-backend-1.0.so.*
|
%{_libdir}/libgoa-backend-1.0.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_datadir}/gtk-doc/html/goa/
|
%doc %{_datadir}/gtk-doc/html/goa/
|
||||||
%{_includedir}/goa-1.0/
|
%{_includedir}/goa-1.0/
|
||||||
%dir %{_libdir}/goa-1.0
|
%dir %{_libdir}/goa-1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user