|
|
319e3c |
%global folks_version 0.11.4
|
|
|
319e3c |
%global gtk3_version 3.22.0
|
|
|
319e3c |
%global geocode_glib_version 3.15.3
|
|
|
319e3c |
|
|
|
319e3c |
Name: gnome-contacts
|
|
|
319e3c |
Version: 3.28.2
|
|
|
319e3c |
Release: 1%{?dist}
|
|
|
319e3c |
Summary: Contacts manager for GNOME
|
|
|
319e3c |
|
|
|
319e3c |
License: GPLv2+
|
|
|
319e3c |
URL: https://wiki.gnome.org/Apps/Contacts
|
|
|
319e3c |
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
|
|
319e3c |
Patch0: no-python3.patch
|
|
|
319e3c |
|
|
|
319e3c |
BuildRequires: desktop-file-utils
|
|
|
319e3c |
BuildRequires: docbook-dtds
|
|
|
319e3c |
BuildRequires: docbook-style-xsl
|
|
|
319e3c |
BuildRequires: gettext
|
|
|
319e3c |
BuildRequires: meson
|
|
|
319e3c |
BuildRequires: vala
|
|
|
319e3c |
BuildRequires: /usr/bin/appstream-util
|
|
|
319e3c |
BuildRequires: /usr/bin/xsltproc
|
|
|
319e3c |
BuildRequires: pkgconfig(champlain-0.12)
|
|
|
319e3c |
BuildRequires: pkgconfig(cheese-gtk)
|
|
|
319e3c |
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
|
|
319e3c |
BuildRequires: pkgconfig(folks) >= %{folks_version}
|
|
|
319e3c |
BuildRequires: pkgconfig(folks-eds)
|
|
|
319e3c |
BuildRequires: pkgconfig(folks-telepathy)
|
|
|
319e3c |
BuildRequires: pkgconfig(gee-0.8)
|
|
|
319e3c |
BuildRequires: pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version}
|
|
|
319e3c |
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
319e3c |
BuildRequires: pkgconfig(goa-1.0)
|
|
|
319e3c |
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
319e3c |
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
319e3c |
|
|
|
319e3c |
Requires: folks%{?_isa} >= 1:%{folks_version}
|
|
|
319e3c |
Requires: geocode-glib%{?_isa} >= %{geocode_glib_version}
|
|
|
319e3c |
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
|
319e3c |
Requires: hicolor-icon-theme
|
|
|
319e3c |
|
|
|
319e3c |
%description
|
|
|
319e3c |
%{name} is a standalone contacts manager for GNOME desktop.
|
|
|
319e3c |
|
|
|
319e3c |
%prep
|
|
|
319e3c |
%setup -q
|
|
|
319e3c |
%patch0 -p1 -b .no-py3
|
|
|
319e3c |
|
|
|
319e3c |
%build
|
|
|
319e3c |
%meson
|
|
|
319e3c |
%meson_build
|
|
|
319e3c |
|
|
|
319e3c |
%install
|
|
|
319e3c |
%meson_install
|
|
|
319e3c |
%find_lang %{name}
|
|
|
319e3c |
|
|
|
319e3c |
%check
|
|
|
319e3c |
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.Contacts.appdata.xml
|
|
|
319e3c |
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Contacts.desktop
|
|
|
319e3c |
|
|
|
319e3c |
%postun
|
|
|
319e3c |
if [ $1 -eq 0 ]; then
|
|
|
319e3c |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
319e3c |
fi
|
|
|
319e3c |
|
|
|
319e3c |
%posttrans
|
|
|
319e3c |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
319e3c |
|
|
|
319e3c |
%files -f %{name}.lang
|
|
|
319e3c |
%doc AUTHORS NEWS
|
|
|
319e3c |
%license COPYING
|
|
|
319e3c |
%{_bindir}/%{name}
|
|
|
319e3c |
%{_libexecdir}/gnome-contacts-search-provider
|
|
|
319e3c |
%{_datadir}/applications/org.gnome.Contacts.desktop
|
|
|
319e3c |
%{_datadir}/dbus-1/services/org.gnome.Contacts.service
|
|
|
319e3c |
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
|
|
|
319e3c |
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
|
|
|
319e3c |
%dir %{_datadir}/gnome-shell
|
|
|
319e3c |
%dir %{_datadir}/gnome-shell/search-providers
|
|
|
319e3c |
%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
|
|
|
319e3c |
%{_datadir}/icons/hicolor/*/apps/gnome-contacts.png
|
|
|
319e3c |
%{_datadir}/icons/hicolor/symbolic/apps/gnome-contacts-symbolic.svg
|
|
|
319e3c |
%{_datadir}/metainfo/org.gnome.Contacts.appdata.xml
|
|
|
319e3c |
%{_mandir}/man1/%{name}.1*
|
|
|
319e3c |
|
|
|
319e3c |
|
|
|
319e3c |
%changelog
|
|
|
319e3c |
* Wed Jun 06 2018 Richard Hughes <rhughes@redhat.com> - 3.28.2-1
|
|
|
319e3c |
- Update to 3.28.2
|
|
|
319e3c |
- Resolves: #1567478
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
319e3c |
- Update to 3.22.1
|
|
|
319e3c |
- Resolves: #1386886
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Jun 29 2016 Matthias Clasen <mclasen@redhat.com> - 3.14.2-4
|
|
|
319e3c |
- Update translations
|
|
|
319e3c |
- Resolves: #1049777
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Jun 17 2015 Alexander Larsson <alexl@redhat.com> - 3.14.2-3
|
|
|
319e3c |
- Fix home email address
|
|
|
319e3c |
- Resolves: #1053667
|
|
|
319e3c |
- Related: #1174711
|
|
|
319e3c |
|
|
|
319e3c |
* Thu May 21 2015 Matthias Clasen <mclasen@redhat.com> - 3.14.2-2
|
|
|
319e3c |
- Rebuild against new gnome-desktop3
|
|
|
319e3c |
Related: #1174711
|
|
|
319e3c |
|
|
|
319e3c |
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
|
|
|
319e3c |
- Update to 3.14.2
|
|
|
319e3c |
- Resolves: #1174711
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Dec 17 2014 David King <dking@redhat.com> - 3.8.2-6
|
|
|
319e3c |
- Fix display of address fields when adding the first contact (#1053654)
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-5
|
|
|
319e3c |
- Mass rebuild 2014-01-24
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-4
|
|
|
319e3c |
- Mass rebuild 2013-12-27
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Jul 10 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-3
|
|
|
319e3c |
- Add a man page
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
|
|
|
319e3c |
- Don't install ChangeLog
|
|
|
319e3c |
|
|
|
319e3c |
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
|
|
|
319e3c |
- Update to 3.8.2
|
|
|
319e3c |
|
|
|
319e3c |
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
|
|
|
319e3c |
- Update to 3.8.1
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
319e3c |
- Update to 3.8.0
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Mar 8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
319e3c |
- Update to 3.7.91
|
|
|
319e3c |
|
|
|
319e3c |
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
|
|
319e3c |
- Update to 3.7.90
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-3
|
|
|
319e3c |
- Rebuilt for libgnome-desktop soname bump
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.3-2
|
|
|
319e3c |
- Rebuild for new cogl
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
|
|
|
319e3c |
- Update to 3.7.3
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Nov 20 2012 Milan Crha <mcrha@redhat.com> - 3.6.2-2
|
|
|
319e3c |
- Rebuild against newer evolution-data-server
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
|
|
|
319e3c |
- Update to 3.6.2
|
|
|
319e3c |
|
|
|
319e3c |
* Thu Oct 25 2012 Milan Crha <mcrha@redhat.com> - 3.6.1-2
|
|
|
319e3c |
- Rebuild against newer evolution-data-server
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
319e3c |
- Update to 3.6.1
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Oct 2 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.6.0-2
|
|
|
319e3c |
- Obsolete contacts. RHBZ # 861373
|
|
|
319e3c |
- Cleanup spec, update URL and Source locations
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
|
|
319e3c |
- Update to 3.6.0
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
|
|
|
319e3c |
- Rebuilt for new libcheese
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
319e3c |
- Update to 3.5.92
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
|
|
319e3c |
- Update to 3.5.91
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
|
|
|
319e3c |
- Rebuild against new cogl/clutter
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Aug 21 2012 Elad Alfassa <elad@fedoraproject.org> - 3.5.90-1
|
|
|
319e3c |
- New upstream release
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Jul 31 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4.1-1
|
|
|
319e3c |
- Update to 3.5.4.1
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-3
|
|
|
319e3c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Jul 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
|
|
|
319e3c |
- Rebuild
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
|
|
|
319e3c |
- Update to 3.5.3
|
|
|
319e3c |
|
|
|
319e3c |
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
|
|
|
319e3c |
- Update to 3.5.2
|
|
|
319e3c |
|
|
|
319e3c |
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-1
|
|
|
319e3c |
- Update to 3.5.1
|
|
|
319e3c |
|
|
|
319e3c |
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
319e3c |
- Update to 3.4.1
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
|
|
|
319e3c |
- Silence rpm scriptlet output
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
|
|
319e3c |
- Update to 3.4.0
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
|
319e3c |
- Update to 3.3.92
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
|
|
319e3c |
- Update to 3.3.91
|
|
|
319e3c |
|
|
|
319e3c |
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
|
|
319e3c |
- Update to 3.3.90
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
|
|
319e3c |
- Update to 3.3.4
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
319e3c |
- Update to 3.3.3
|
|
|
319e3c |
|
|
|
319e3c |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
|
|
319e3c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
|
|
319e3c |
- Update to 3.3.1
|
|
|
319e3c |
|
|
|
319e3c |
* Thu Nov 24 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.2.2-3
|
|
|
319e3c |
- Rebuilt for new eds
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.2-2
|
|
|
319e3c |
- Rebuilt for glibc bug#747377
|
|
|
319e3c |
|
|
|
319e3c |
* Thu Oct 20 2011 Elad Alfassa <elad@fedoraproject.org> - 3.2.2-1
|
|
|
319e3c |
- Upstream bugfix release 3.2.2
|
|
|
319e3c |
- Fixes RHBZ #743827, #743989
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Oct 18 2011 Elad Alfassa <elad@fedoraproject.org> - 3.2.1-1
|
|
|
319e3c |
- Update to 3.2.1 (Translation updates)
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Sep 27 2011 Elad Alfassa <elad@fedoraproject.org> - 3.2.0.1-1
|
|
|
319e3c |
- New upstream release
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Sep 20 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.5.2-1
|
|
|
319e3c |
- New upstream release (mainly contact linking support)
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Sep 07 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.4.1-1
|
|
|
319e3c |
- New upstream release (fix a crash).
|
|
|
319e3c |
|
|
|
319e3c |
* Wed Sep 07 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.4-1
|
|
|
319e3c |
- New upstream release:
|
|
|
319e3c |
- *Unique application instance support
|
|
|
319e3c |
- *Support browsing for avatar file
|
|
|
319e3c |
- *Support deleting (some) contacts
|
|
|
319e3c |
- *Support linking contacts
|
|
|
319e3c |
- *Support for new fields:
|
|
|
319e3c |
- * nickname
|
|
|
319e3c |
- * birthday (readonly)
|
|
|
319e3c |
- * company/title/etc (readonly)
|
|
|
319e3c |
- * Lots of small UI tweaks
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Aug 30 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.3-1
|
|
|
319e3c |
- New upstream version
|
|
|
319e3c |
|
|
|
319e3c |
* Mon Aug 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-2
|
|
|
319e3c |
- Rebuld for eds.
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Aug 16 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.2-0
|
|
|
319e3c |
- New upstream release
|
|
|
319e3c |
|
|
|
319e3c |
* Sun Aug 14 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.1-2
|
|
|
319e3c |
- Rebuilt to fix broken libfolks dependencies
|
|
|
319e3c |
|
|
|
319e3c |
* Tue Jul 05 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.1-1
|
|
|
319e3c |
- Update to 0.1.1
|
|
|
319e3c |
|
|
|
319e3c |
* Sun Jun 19 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.0-3
|
|
|
319e3c |
- Fix unowned directory
|
|
|
319e3c |
|
|
|
319e3c |
* Sun Jun 19 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.0-2
|
|
|
319e3c |
- Add missing doc files.
|
|
|
319e3c |
- Use package names instead of pkgconfig() in BuildRequires
|
|
|
319e3c |
|
|
|
319e3c |
* Mon Jun 13 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.0-1
|
|
|
319e3c |
- Initial packaging
|
|
|
319e3c |
|
|
|
319e3c |
|