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