Update to 3.9.4
This commit is contained in:
parent
c9d292df1b
commit
e9a56ee461
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/gnome-online-accounts-3.8.1.tar.xz
|
/gnome-online-accounts-3.8.1.tar.xz
|
||||||
/gnome-online-accounts-3.9.1.tar.xz
|
/gnome-online-accounts-3.9.1.tar.xz
|
||||||
/gnome-online-accounts-3.9.2.tar.xz
|
/gnome-online-accounts-3.9.2.tar.xz
|
||||||
|
/gnome-online-accounts-3.9.4.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.9.2
|
Version: 3.9.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provide online accounts information
|
Summary: Single sign-on framework for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -23,8 +23,9 @@ BuildRequires: rest-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-online-accounts provides interfaces so applications and
|
GNOME Online Accounts provides interfaces so that applications and libraries
|
||||||
libraries in GNOME can access the user's online accounts.
|
in GNOME can access the user's online accounts. It has providers for Google,
|
||||||
|
ownCloud, Facebook, Flickr, Windows Live, Microsoft Exchange and Kerberos.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -34,8 +35,8 @@ Requires: pkgconfig
|
|||||||
Requires: gobject-introspection-devel
|
Requires: gobject-introspection-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gnome-online-accounts-devel package contains libraries and header
|
The %{name}-devel package contains libraries and header files for
|
||||||
files for developing applications that use gnome-online-accounts.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -46,6 +47,7 @@ files for developing applications that use gnome-online-accounts.
|
|||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
--enable-facebook \
|
--enable-facebook \
|
||||||
|
--enable-flickr \
|
||||||
--enable-google \
|
--enable-google \
|
||||||
--enable-imap-smtp \
|
--enable-imap-smtp \
|
||||||
--enable-kerberos \
|
--enable-kerberos \
|
||||||
@ -99,6 +101,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/goa-1.0/include
|
%{_libdir}/goa-1.0/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 11 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
|
||||||
|
- Update to 3.9.4
|
||||||
|
- Update summary and description to match upstream DOAP file
|
||||||
|
|
||||||
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
||||||
- Update to 3.9.2
|
- Update to 3.9.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user