Blame SPECS/gnome-contacts.spec

3fdaa8
Name:           gnome-contacts
3fdaa8
Version:        3.8.2
6f8f75
Release:        5%{?dist}
3fdaa8
Summary:        Contacts manager for GNOME
3fdaa8
3fdaa8
License:        GPLv2+
3fdaa8
URL:            https://live.gnome.org/Design/Apps/Contacts
3fdaa8
#VCS: http://git.gnome.org/browse/gnome-contacts/
3fdaa8
Source0:        http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
3fdaa8
3fdaa8
# upstream fix
3fdaa8
Patch0: 0001-Add-a-man-page.patch
3fdaa8
3fdaa8
BuildRequires:  folks-devel
3fdaa8
BuildRequires:  gtk3-devel
3fdaa8
BuildRequires:  vala-devel
3fdaa8
BuildRequires:  intltool
3fdaa8
BuildRequires:  libnotify-devel
3fdaa8
BuildRequires:  gnome-desktop3-devel
3fdaa8
BuildRequires:  desktop-file-utils
3fdaa8
BuildRequires:  cheese-libs-devel
3fdaa8
3fdaa8
# for patch0
3fdaa8
BuildRequires: autoconf automake libtool intltool
3fdaa8
BuildRequires: docbook-style-xsl
3fdaa8
BuildRequires: libxslt
3fdaa8
3fdaa8
Obsoletes: contacts <= 0.12
3fdaa8
Provides: contacts
3fdaa8
3fdaa8
%description
3fdaa8
%{name} is a standalone contacts manager for GNOME desktop.
3fdaa8
3fdaa8
%prep
3fdaa8
%setup -q
3fdaa8
%patch0 -p1
3fdaa8
3fdaa8
autoreconf -i -f
3fdaa8
intltoolize -f
3fdaa8
3fdaa8
%build
3fdaa8
%configure --enable-man-pages
3fdaa8
make %{?_smp_mflags} V=1
3fdaa8
3fdaa8
%install
3fdaa8
make install DESTDIR=$RPM_BUILD_ROOT
3fdaa8
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
3fdaa8
%find_lang %{name}
3fdaa8
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
3fdaa8
%doc AUTHORS COPYING README NEWS
3fdaa8
%{_bindir}/%{name}
3fdaa8
%{_libexecdir}/gnome-contacts-search-provider
3fdaa8
%{_datadir}/applications/%{name}.desktop
3fdaa8
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
3fdaa8
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
3fdaa8
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
3fdaa8
%dir %{_datadir}/gnome-shell
3fdaa8
%dir %{_datadir}/gnome-shell/search-providers
3fdaa8
%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
3fdaa8
%{_mandir}/man1/gnome-contacts.1.gz
3fdaa8
3fdaa8
3fdaa8
%changelog
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