Accepting request 80303 from home:vuntz:branches:GNOME:Factory
Update to 3.1.90 OBS-URL: https://build.opensuse.org/request/show/80303 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=6
This commit is contained in:
parent
035fe9234b
commit
8549e0767f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87bc89f0f23e3241fa2c088abba1ff18c4de5a40334a752e8b8de7b6e6ac2d1c
|
|
||||||
size 487197
|
|
3
gnome-online-accounts-3.1.90.tar.bz2
Normal file
3
gnome-online-accounts-3.1.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92d9d5f975a3e663ad571e3bedb60bd786aeb7148c1cae3ec625ceb09fb9a1ca
|
||||||
|
size 482381
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 30 15:47:28 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.90:
|
||||||
|
+ Add a Documents account type.
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove have_lang macro now that there are translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 18 22:25:32 UTC 2011 - dimstar@opensuse.org
|
Mon Jul 18 22:25:32 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define have_lang 0
|
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.1.1
|
Version: 3.1.90
|
||||||
Release: 3
|
Release: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: GNOME service to access online accounts
|
Summary: GNOME service to access online accounts
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -41,9 +39,7 @@ BuildRequires: pkgconfig(json-glib-1.0)
|
|||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(rest-0.7)
|
BuildRequires: pkgconfig(rest-0.7)
|
||||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||||
%if %{have_lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -81,10 +77,7 @@ Requires: libgoa-backend-1_0-0 = %{version}
|
|||||||
gnome-online-accounts provides interfaces so applications and
|
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.
|
||||||
|
|
||||||
%if %{have_lang}
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -108,9 +101,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%if %{have_lang}
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -150,9 +141,6 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%if %{have_lang}
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user