Blame SPECS/gnome-contacts.spec

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