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