]> git.pld-linux.org Git - packages/contacts.git/blame - contacts.spec
- pl, more deps
[packages/contacts.git] / contacts.spec
CommitLineData
f8e85f9d 1Summary: Tiny GNOME address book applet
51369c6a 2Summary(pl.UTF-8): Mały aplet książki adresowej dla GNOME
1257869e 3Name: contacts
4Version: 0.5
5Release: 1
6License: GPL
7Group: Applications/Communications
8Source0: http://pimlico-project.org/sources/contacts/%{name}-%{version}.tar.gz
9# Source0-md5: d2150fe286ee6e0518af37f3107cb867
10URL: http://pimlico-project.org/contacts.html
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: evolution-data-server-devel
14BuildRequires: gtk+2-devel >= 2:2.10.7
15#BuildRequires: libglade2-devel >= 1:2.6.0
16BuildRequires: libtool
17BuildRequires: libxml2-devel >= 1:2.6.27
51369c6a
JB
18BuildRequires: rpmbuild(macros) >= 1.198
19Requires(post,preun): GConf2
abaa1768 20Requires(post,postun): hicolor-icon-theme
51369c6a 21Requires(post,postun): scrollkeeper
1257869e 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Contacts is a small, lightweight addressbook that uses libebook, part
26of EDS. This is the same library that GNOME Evolution uses, so all
27contact data that exists in your Evolution addressbook is accessible
28via Contacts. Contacts features advanced vCard field type handling and
29is designed for use on hand-held devices, such as the Nokia 770 or the
30Sharp Zaurus series of PDAs.
31
51369c6a
JB
32%description -l pl.UTF-8
33Contacts to mała, lekka książka adresowa wykorzystująca libebook -
34część EDS. Jest to ta sama biblioteka, której używa GNOME Evolution,
35więc wszystkie dane kontaktowe istniejące w książce adresowej
36Evolution są dostępne poprzez Contacts. Contacts ma obsługę
37zaawansowanych typów pól vCard, jest zaprojektowany do używania na
38urządzeniach przenośnych, takich jak Nokia 770 albo PDA z serii Sharp
39Zaurus.
40
1257869e 41%prep
42%setup -q
43
44%build
45%{__glib_gettextize}
46%{__libtoolize}
47%{__intltoolize}
48%{__aclocal}
49%{__autoheader}
50%{__automake}
51%{__autoconf}
52%configure \
53 --disable-schemas-install \
54 --disable-scrollkeeper
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT \
62 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
63
64%find_lang %{name} --with-gnome --all-name
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post
abaa1768 70%update_icon_cache hicolor
1257869e 71%gconf_schema_install contacts.schemas
72%scrollkeeper_update_post
73
74%preun
75%gconf_schema_uninstall contacts.schemas
76
77%postun
78%scrollkeeper_update_postun
abaa1768 79%update_icon_cache hicolor
1257869e 80
81%files -f %{name}.lang
82%defattr(644,root,root,755)
83%doc AUTHORS ChangeLog NEWS README
84%attr(755,root,root) %{_bindir}/*
85%{_sysconfdir}/gconf/schemas/contacts.schemas
86%{_desktopdir}/contacts.desktop
87%{_iconsdir}/hicolor/48x48/apps/contacts.png
88%{_mandir}/man1/contacts.1*
This page took 0.084839 seconds and 4 git commands to generate.