]> git.pld-linux.org Git - packages/cronosII.git/blob - cronosII.spec
- removed all Group fields translations (oure rpm now can handle translating
[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
5 Release:        2
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        ftp://cronosii.sourceforge.net/pub/cronosii/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-DESTDIR.patch
10 URL:            http://cronosII.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gnome-print-devel >= 0.28
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 %patch0 -p1
39
40 rm -f acinclude.m4 missing
41
42 %build
43 rm -f missing
44 gettextize -c -f
45 libtoolize --copy --force
46 aclocal -I %{_aclocaldir}/gnome
47 autoconf
48 automake -a -c
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         desktopdir=%{_applnkdir}/Network/Mail \
58         Internetdir=%{_applnkdir}/Network/Mail 
59
60 gzip -9nf TODO README NEWS FEATURES AUTHORS ChangeLog
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 *.gz
70 %attr(755,root,root) %{_bindir}/*
71 %{_datadir}/%{name}
72 %{_applnkdir}/*/*/*.desktop
73 %{_pixmapsdir}/*
74 %{_mandir}/man*/*
This page took 0.112636 seconds and 3 git commands to generate.