]> git.pld-linux.org Git - packages/gnome-contacts.git/blob - gnome-contacts.spec
Updated to 3.8.0
[packages/gnome-contacts.git] / gnome-contacts.spec
1 Summary:        Contacts manager for GNOME
2 Name:           gnome-contacts
3 Version:        3.8.0
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Communications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/3.8/%{name}-%{version}.tar.xz
8 # Source0-md5:  e05fb4992de310fd09a91fcf0e1188d0
9 URL:            https://live.gnome.org/ThreePointOne/Features/Contacts
10 BuildRequires:  autoconf >= 2.67
11 BuildRequires:  automake >= 1.12
12 BuildRequires:  cheese-devel >= 3.4.0
13 BuildRequires:  evolution-data-server-devel >= 3.6.0
14 BuildRequires:  folks-devel >= 0.9.1
15 BuildRequires:  gettext-devel >= 0.17
16 BuildRequires:  glib2-devel >= 1:2.32.0
17 BuildRequires:  gnome-desktop-devel >= 3.2.0
18 BuildRequires:  gnome-online-accounts-devel
19 BuildRequires:  gtk+3-devel >= 3.4.0
20 BuildRequires:  intltool >= 0.40.0
21 BuildRequires:  libgee-devel >= 0.10.0
22 BuildRequires:  libnotify-devel
23 BuildRequires:  libtool
24 BuildRequires:  pkgconfig
25 BuildRequires:  rpmbuild(macros) >= 1.592
26 BuildRequires:  tar >= 1:1.22
27 BuildRequires:  telepathy-glib-devel >= 0.17.5
28 BuildRequires:  vala >= 2:0.17.2
29 BuildRequires:  xz
30 Requires(post,postun):  glib2 >= 1:2.32.0
31 Requires:       evolution-data-server >= 3.6.0
32 Requires:       gtk+3 >= 3.4.0
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 gnome-contacts is a standalone contacts manager for GNOME desktop.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__intltoolize}
43 %{__libtoolize}
44 %{__aclocal} -I m4 -I libgd
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-silent-rules
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 %glib_compile_schemas
65
66 %postun
67 %glib_compile_schemas
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS README NEWS TODO ChangeLog
72 %attr(755,root,root) %{_bindir}/%{name}
73 %attr(755,root,root) %{_libdir}/gnome-contacts-search-provider
74 %{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
75 %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
76 %{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
77 %{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
78 %{_desktopdir}/%{name}.desktop
This page took 0.05079 seconds and 3 git commands to generate.