2011-06-16 08:46:30 +00:00
|
|
|
#
|
|
|
|
# spec file for package gnome-contacts
|
|
|
|
#
|
2012-01-17 13:39:22 +00:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-06-16 08:46:30 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-01-17 13:39:22 +00:00
|
|
|
|
2011-06-16 08:46:30 +00:00
|
|
|
Name: gnome-contacts
|
2012-01-17 13:39:22 +00:00
|
|
|
Version: 3.3.3
|
2011-12-21 04:50:31 +00:00
|
|
|
Release: 0
|
2011-06-16 08:46:30 +00:00
|
|
|
Summary: Contacts Manager for GNOME
|
2011-12-21 04:50:31 +00:00
|
|
|
License: GPL-2.0+
|
2011-06-16 08:46:30 +00:00
|
|
|
Group: Productivity/Office/Other
|
2011-12-21 04:50:31 +00:00
|
|
|
Url: http://www.gnome.org
|
|
|
|
Source: http://download.gnome.org/sources/gnome-contacts/3.3/%{name}-%{version}.tar.xz
|
2011-06-16 08:46:30 +00:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: update-desktop-files
|
2011-09-21 15:55:33 +00:00
|
|
|
BuildRequires: vala >= 0.14.0
|
2011-12-21 04:50:31 +00:00
|
|
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
|
|
BuildRequires: xz
|
2011-09-13 07:42:08 +00:00
|
|
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
|
BuildRequires: pkgconfig(folks) >= 0.6.1.1
|
2012-01-17 13:39:22 +00:00
|
|
|
BuildRequires: pkgconfig(folks-eds)
|
2011-06-16 08:46:30 +00:00
|
|
|
BuildRequires: pkgconfig(folks-telepathy)
|
2011-10-21 16:11:37 +00:00
|
|
|
BuildRequires: pkgconfig(gee-1.0)
|
2011-09-21 15:55:33 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.29.12
|
|
|
|
BuildRequires: pkgconfig(goa-1.0)
|
2011-06-16 08:46:30 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
2011-09-21 15:55:33 +00:00
|
|
|
BuildRequires: pkgconfig(libebook-1.2)
|
|
|
|
BuildRequires: pkgconfig(libedataserver-1.2)
|
2011-07-02 11:27:17 +00:00
|
|
|
BuildRequires: pkgconfig(libnotify)
|
2011-06-16 08:46:30 +00:00
|
|
|
Recommends: %{name}-lang
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Contacts Manager for GNOME
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%suse_update_desktop_file %{name}
|
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
%desktop_database_post
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%desktop_database_postun
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
|
%{_bindir}/gnome-contacts
|
|
|
|
%{_datadir}/applications/gnome-contacts.desktop
|
|
|
|
%{_datadir}/gnome-contacts/
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|