]> git.pld-linux.org Git - packages/gnome-contacts.git/blob - gnome-contacts.spec
- up to 3.2.2
[packages/gnome-contacts.git] / gnome-contacts.spec
1 Summary:        Contacts manager for GNOME
2 Name:           gnome-contacts
3 Version:        3.2.2
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Communications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/3.2/%{name}-%{version}.tar.xz
8 # Source0-md5:  b7974ffcdd106fe9c42a074c465d0ef0
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:  glib2-devel >= 1:2.30.0
15 BuildRequires:  gnome-desktop-devel >= 3.2.0
16 BuildRequires:  gnome-online-accounts-devel
17 BuildRequires:  gtk+3-devel
18 BuildRequires:  intltool
19 BuildRequires:  libnotify-devel
20 BuildRequires:  libtool
21 BuildRequires:  pkgconfig
22 BuildRequires:  tar >= 1:1.22
23 BuildRequires:  vala >= 2:0.14.0
24 BuildRequires:  xz
25 Requires:       evolution-data-server >= 3.2.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 gnome-contacts is a standalone contacts manager for GNOME desktop.
30
31 %prep
32 %setup -q
33
34 %build
35 mkdir m4
36 %{__intltoolize}
37 %{__libtoolize}
38 %{__aclocal} -I m4
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-silent-rules
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS README NEWS TODO ChangeLog
60 %attr(755,root,root) %{_bindir}/%{name}
61 %{_datadir}/%{name}
62 %{_desktopdir}/%{name}.desktop
This page took 0.051193 seconds and 3 git commands to generate.