Update to 3.7.1
This commit is contained in:
parent
f9f1e3b570
commit
39b92d6839
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/gnome-online-accounts-3.5.5.tar.xz
|
/gnome-online-accounts-3.5.5.tar.xz
|
||||||
/gnome-online-accounts-3.5.90.tar.xz
|
/gnome-online-accounts-3.5.90.tar.xz
|
||||||
/gnome-online-accounts-3.6.1.tar.xz
|
/gnome-online-accounts-3.6.1.tar.xz
|
||||||
|
/gnome-online-accounts-3.7.1.tar.xz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.6.1
|
Version: 3.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provide online accounts information
|
Summary: Provide online accounts information
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://live.gnome.org/OnlineAccounts
|
URL: https://live.gnome.org/OnlineAccounts
|
||||||
Source0: http://download.gnome.org/sources/gnome-online-accounts/3.6/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-online-accounts/3.7/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcr-devel
|
BuildRequires: gcr-devel
|
||||||
BuildRequires: glib2-devel >= 2.32
|
BuildRequires: glib2-devel >= 2.32
|
||||||
@ -48,6 +48,7 @@ files for developing applications that use gnome-online-accounts.
|
|||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
--enable-facebook \
|
--enable-facebook \
|
||||||
--enable-kerberos \
|
--enable-kerberos \
|
||||||
|
--enable-owncloud \
|
||||||
--enable-windows-live
|
--enable-windows-live
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -93,7 +94,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
||||||
%{_datadir}/gtk-doc/html/goa/
|
%{_datadir}/gtk-doc/html/goa/
|
||||||
|
|
||||||
|
%dir %{_libdir}/goa-1.0
|
||||||
|
%{_libdir}/goa-1.0/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.1-1
|
||||||
|
- Update to 3.7.1
|
||||||
|
|
||||||
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
|
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
|
||||||
- Update to 3.6.1
|
- Update to 3.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user