]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
e3a55662e18cfe35d308b25f310967a19d7d6c3e
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20030124
3
4 Summary:        balsa - GNOME e-Mail program
5 Summary(pl):    Klient poczty dla GNOME z silnikiem mutt-a
6 Summary(es):    Balsa es un lector de e-mail. Usa el toolkit GTK
7 Summary(pt_BR): Balsa é um leitor de e-mail. Usa o toolkit GTK
8 Name:           balsa
9 Version:        2.0.5
10 Release:        2.%{snap}
11 License:        GPL
12 Group:          X11/Applications
13 Source0:        http://balsa.gnome.org/%{name}-%{version}-%{snap}.tar.bz2
14 #Source0:       %{name}-%{version}-%{snap}.tar.bz2
15 Patch0:         %{name}-libtool_hack.patch
16 URL:            http://balsa.gnome.org/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  libesmtp-devel
20 BuildRequires:  libgnomeprintui-devel >= 1.106.0
21 BuildRequires:  gtk+2-devel
22 BuildRequires:  libgtkhtml-devel
23 BuildRequires:  libgnome-devel
24 BuildRequires:  libgnomeui-devel
25 BuildRequires:  aspell-devel >= 0.50
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
30 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
31 fancy name but really GNOME is a nice GUI desktop environment. It
32 makes using your computer easy, powerful, and easy to configure.
33
34 %description -l es
35 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
36 cajas de correo electrónico locales, POP3 y IMAP.
37
38 %description -l pl
39 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
40 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
41 Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
42 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
43 potê¿niejszy i ³atwo go skonfigurowaæ.
44
45 %description -l pt_BR
46 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
47 Suporta caixas de correio locais, POP3 a IMAP.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 NOCONFIGURE=1 ./autogen.sh
55 %configure
56
57 %{__make} 
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT 
64
65 %find_lang %{name} --with-gnome --all-name
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post -p /usr/bin/scrollkeeper-update 
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README TODO
75 %attr(755,root,root) %{_bindir}/*
76 %{_sysconfdir}/sound/events/*
77 %{_datadir}/applications/*
78 %{_datadir}/%{name}
79 %{_datadir}/sounds/%{name}
80 %{_mandir}/man1/*
81 %{_omf_dest_dir}/%{name}
82 %{_pixmapsdir}/*
This page took 0.032586 seconds and 3 git commands to generate.