]> git.pld-linux.org Git - packages/cronosII.git/blob - cronosII.spec
- added autovconf to BuildRequires.
[packages/cronosII.git] / cronosII.spec
1 Summary:        The GNOME Email Client
2 Summary(pl):    Klient poczty dla GNOME
3 Name:           cronosII
4 Version:        0.1.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Group(de):      Applikationen/Post
9 Group(pl):      Aplikacje/Poczta
10 Group(pt):      Aplicações/Correio Eletrônico
11 Source0:        ftp://cronosii.sourceforge.net/pub/cronosii/%{name}-%{version}.tar.bz2
12 URL:            http://cronosII.sourceforge.net/
13 BuildRequires;  autoconf
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gnome-print-devel >= 0.20.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21
22 %description
23 Cronos II is a powerful GNOME mail client that uses its own database
24 storage format to ensure the high performance it reachs.
25
26 %description -l fr
27 Cronos II est un puissant lecteur de mails pour GNOME. Il utilise son
28 propre format de stockage des mails afin d'avoir les hautes
29 performances qu'il est capable d'atteidre.
30
31 %description -l pl
32 Cronos II jest klientem poczty dla GNOME u¿ywaj±cym w³asnego formatu
33 bazy poczty maj±cego na celu zapewnienie wysokiej wydajno¶ci podczas
34 jej czytania.
35
36 %prep
37 %setup -q
38
39 %build
40 gettextize -c -f
41 autoconf
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT \
50         desktopdir=%{_applnkdir}/Network/Mail \
51         Internetdir=%{_applnkdir}/Network/Mail 
52
53 gzip -9nf TODO README NEWS FEATURES AUTHORS ChangeLog
54
55 %find_lang %{name} --with-gnome
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc *.gz
63 %attr(755,root,root) %{_bindir}/*
64 %{_datadir}/%{name}
65 %{_applnkdir}/*/*/*.desktop
66 %{_pixmapsdir}/*
67 %{_mandir}/man*/*
This page took 0.051758 seconds and 3 git commands to generate.