]> git.pld-linux.org Git - packages/gnome-contacts.git/blob - gnome-contacts.spec
837e70ff25857bbd25229573fe0ff24ce857a7fe
[packages/gnome-contacts.git] / gnome-contacts.spec
1 Summary:        Contacts manager for GNOME
2 Name:           gnome-contacts
3 Version:        3.6.1
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Communications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/3.6/%{name}-%{version}.tar.xz
8 # Source0-md5:  2ba1bd06baf0d90af1659ab38dcc75e7
9 URL:            https://live.gnome.org/ThreePointOne/Features/Contacts
10 BuildRequires:  autoconf >= 2.67
11 BuildRequires:  automake
12 BuildRequires:  cheese-devel >= 3.4.0
13 BuildRequires:  evolution-data-server-devel >= 3.6.0
14 BuildRequires:  folks-devel >= 0.7.3
15 BuildRequires:  gettext-devel
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
21 BuildRequires:  libgee-devel
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 gnome-contacts is a standalone contacts manager for GNOME desktop.
36
37 %prep
38 %setup -q
39
40 %build
41 mkdir m4
42 %{__intltoolize}
43 %{__libtoolize}
44 %{__aclocal} -I m4
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}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
77 %{_desktopdir}/%{name}.desktop
This page took 0.049536 seconds and 2 git commands to generate.