]> git.pld-linux.org Git - packages/cronosII.git/blob - cronosII.spec
- use http for sources from sourceforge
[packages/cronosII.git] / cronosII.spec
1 Summary:        The GNOME Email Client
2 Summary(pl):    Klient poczty dla GNOME
3 Name:           cronosII
4 Version:        0.2.2.23
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://dl.sourceforge.net/cronosii/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-DESTDIR.patch
10 Patch1:         %{name}-includes.patch
11 URL:            http://cronosII.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib-devel
17 BuildRequires:  gnome-libs-devel
18 BuildRequires:  gnome-print-devel >= 0.28
19 BuildRequires:  gdk-pixbuf-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22
23 %description
24 Cronos II is a powerful GNOME mail client that uses its own database
25 storage format to ensure the high performance it reaches.
26
27 %description -l fr
28 Cronos II est un puissant lecteur de mails pour GNOME. Il utilise son
29 propre format de stockage des mails afin d'avoir les hautes
30 performances qu'il est capable d'atteidre.
31
32 %description -l pl
33 Cronos II jest klientem poczty dla GNOME u¿ywaj±cym w³asnego formatu
34 bazy poczty maj±cego na celu zapewnienie wysokiej wydajno¶ci podczas
35 jej czytania.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1
41
42 rm -f acinclude.m4 missing
43
44 %build
45 rm -f missing
46 %{__gettextize}
47 %{__libtoolize}
48 %{__aclocal} -I %{_aclocaldir}/gnome
49 %{__autoconf}
50 %{__automake}
51 %configure
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         desktopdir=%{_applnkdir}/Network/Mail \
60         Internetdir=%{_applnkdir}/Network/Mail
61
62 %find_lang %{name} --with-gnome
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc TODO README NEWS FEATURES AUTHORS ChangeLog
70 %attr(755,root,root) %{_bindir}/*
71 %{_datadir}/%{name}
72 %{_applnkdir}/*/*/*.desktop
73 %{_pixmapsdir}/*
74 %{_mandir}/man*/*
This page took 0.112001 seconds and 3 git commands to generate.