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