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