Blame SPECS/gnome-contacts.spec

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