gnome-online-accounts/gnome-online-accounts.spec

238 lines
6.7 KiB
RPMSpec
Raw Normal View History

2011-06-15 11:26:17 +00:00
Name: gnome-online-accounts
2013-07-11 10:57:53 +00:00
Version: 3.9.4
Release: 2%{?dist}
2013-07-11 10:57:53 +00:00
Summary: Single sign-on framework for GNOME
2011-06-15 11:26:17 +00:00
Group: System Environment/Libraries
License: LGPLv2+
2012-11-18 20:54:27 +00:00
URL: https://live.gnome.org/GnomeOnlineAccounts
2013-05-04 09:40:20 +00:00
Source0: http://download.gnome.org/sources/gnome-online-accounts/3.9/%{name}-%{version}.tar.xz
2011-06-15 11:26:17 +00:00
2012-08-21 01:05:42 +00:00
BuildRequires: gcr-devel
2013-01-14 14:52:51 +00:00
BuildRequires: glib2-devel >= 2.35
2012-06-05 12:42:18 +00:00
BuildRequires: gtk3-devel >= 3.5.1
2011-07-01 14:34:44 +00:00
BuildRequires: gobject-introspection-devel
2012-05-01 23:56:17 +00:00
BuildRequires: gtk-doc
BuildRequires: intltool
2012-08-21 01:05:42 +00:00
BuildRequires: krb5-devel
2012-05-01 23:56:17 +00:00
BuildRequires: webkitgtk3-devel
BuildRequires: json-glib-devel
2012-07-17 09:34:23 +00:00
BuildRequires: libsecret-devel >= 0.7
2013-01-14 14:52:51 +00:00
BuildRequires: libsoup-devel >= 2.41
2012-05-01 23:56:17 +00:00
BuildRequires: rest-devel
BuildRequires: libxml2-devel
2011-06-15 11:26:17 +00:00
%description
2013-07-11 10:57:53 +00:00
GNOME Online Accounts provides interfaces so that applications and libraries
in GNOME can access the user's online accounts. It has providers for Google,
ownCloud, Facebook, Flickr, Windows Live, Microsoft Exchange and Kerberos.
2011-06-15 11:26:17 +00:00
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: gobject-introspection-devel
%description devel
2013-07-11 10:57:53 +00:00
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
2011-06-15 11:26:17 +00:00
%prep
%setup -q
%build
2012-05-01 23:56:17 +00:00
%configure \
--disable-static \
--enable-gtk-doc \
--enable-exchange \
--enable-facebook \
2013-07-11 10:57:53 +00:00
--enable-flickr \
2013-02-06 10:57:59 +00:00
--enable-google \
2013-02-26 15:48:13 +00:00
--enable-imap-smtp \
2012-08-21 01:05:42 +00:00
--enable-kerberos \
2012-10-23 09:07:03 +00:00
--enable-owncloud \
2012-05-01 23:56:17 +00:00
--enable-windows-live
2011-06-15 11:26:17 +00:00
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_libdir}/control-center-1/panels/*.la
2011-08-31 03:02:14 +00:00
%find_lang %{name}
2011-06-15 11:26:17 +00:00
%post
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2011-08-31 03:02:14 +00:00
%files -f %{name}.lang
2011-06-15 11:26:17 +00:00
%doc NEWS COPYING
%{_libdir}/girepository-1.0/Goa-1.0.typelib
%{_libdir}/libgoa-1.0.so.0
%{_libdir}/libgoa-1.0.so.0.0.0
%{_libdir}/libgoa-backend-1.0.so.0
%{_libdir}/libgoa-backend-1.0.so.0.0.0
%{_prefix}/libexec/goa-daemon
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
%{_datadir}/icons/hicolor/*/apps/goa-*.png
2011-08-31 03:02:14 +00:00
%{_datadir}/man/man8/goa-daemon.8.gz
2012-10-15 13:42:29 +00:00
%{_datadir}/%{name}/goawebview.css
2011-06-15 11:26:17 +00:00
%files devel
%{_includedir}/goa-1.0/
%{_libdir}/libgoa-1.0.so
%{_libdir}/libgoa-backend-1.0.so
%{_datadir}/gir-1.0/Goa-1.0.gir
%{_libdir}/pkgconfig/goa-1.0.pc
%{_libdir}/pkgconfig/goa-backend-1.0.pc
%{_datadir}/gtk-doc/html/goa/
2012-10-23 09:07:03 +00:00
%dir %{_libdir}/goa-1.0
%{_libdir}/goa-1.0/include
2011-06-15 11:26:17 +00:00
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-11 10:57:53 +00:00
* 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
2013-06-02 15:08:16 +00:00
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
- Update to 3.9.2
2013-05-04 09:40:20 +00:00
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
- Update to 3.9.1
2013-04-15 10:59:21 +00:00
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
- Update to 3.8.1
2013-03-26 12:23:12 +00:00
* Tue Mar 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.0-1
- Update to 3.8.0
2013-03-20 17:02:19 +00:00
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
- Update to 3.7.92
2013-03-05 13:04:05 +00:00
* Tue Mar 05 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.91-1
- Update to 3.7.91
2013-02-26 15:48:13 +00:00
* Tue Feb 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.90-2
- Enable IMAP / SMTP
2013-02-22 13:00:19 +00:00
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
- Update to 3.7.90
2013-02-06 10:57:59 +00:00
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-1
- Update to 3.7.5
2013-02-05 23:33:26 +00:00
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
- Rebuilt for libgcr soname bump
2013-01-14 14:52:51 +00:00
* Mon Jan 14 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.4-1
- Update to 3.7.4
2013-01-03 10:02:50 +00:00
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
- Update to 3.7.3
2012-11-18 20:54:27 +00:00
* Sun Nov 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
- Update to 3.7.2
2012-10-23 09:07:03 +00:00
* Tue Oct 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.1-1
- Update to 3.7.1
2012-10-15 13:42:29 +00:00
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
- Update to 3.6.1
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
- Update to 3.6.0
* Mon Sep 17 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.92-1
- Update to 3.5.92
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
- Update to 3.5.91
2012-08-21 01:05:42 +00:00
* Tue Aug 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-1
- Update to 3.5.90
2012-08-07 10:52:44 +00:00
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
- Update to 3.5.5
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-17 09:34:23 +00:00
* Mon Jul 16 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
- Update to 3.5.4
2012-06-25 12:48:55 +00:00
* Mon Jun 25 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.3-1
- Update to 3.5.3
2012-06-05 12:42:18 +00:00
* Tue Jun 05 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.2-1
- Update to 3.5.2
2012-05-01 23:56:17 +00:00
* Wed May 02 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.1-1
- Update to 3.5.1
2012-04-17 12:39:19 +00:00
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
- Update to 3.4.1
2012-03-26 15:58:08 +00:00
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
- Update to 3.4.0
2012-03-21 06:16:44 +00:00
* Wed Mar 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92.1-1
- Update to 3.3.92.1
2012-03-20 08:03:23 +00:00
* Tue Mar 20 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92-1
- Update to 3.3.92
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-19 18:23:59 +00:00
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-2
- Enable Windows Live provider.
2011-12-19 18:11:13 +00:00
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-1
- Update to 3.3.0.
- Update source url.
2011-10-26 23:54:01 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
- Rebuilt for glibc bug#747377
2011-10-18 10:32:46 +00:00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-28 12:13:44 +00:00
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 3.2.0.1-1
- Update to 3.2.0.1
2011-09-27 03:55:08 +00:00
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-09-20 11:13:42 +00:00
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
- Update to 3.1.91
2011-08-31 02:26:24 +00:00
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
- Update to 3.1.90
2011-07-01 14:34:44 +00:00
* Fri Jul 01 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-1
- Update to 3.1.1
2011-06-15 11:26:17 +00:00
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-3
- Add more necessary patches
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-2
- Update with review comments from Peter Robinson
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
- First version