]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updatrd to version 2.0.5
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20030104
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:        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 %{__make} 
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT 
60
61 %find_lang %{name} --with-gnome --all-name
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post -p /usr/bin/scrollkeeper-update 
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README TODO
71 %attr(755,root,root) %{_bindir}/*
72 %{_sysconfdir}/sound/events/*
73 %{_datadir}/applications/*
74 %{_datadir}/%{name}
75 %{_datadir}/sounds/%{name}
76 %{_mandir}/man1/*
77 %{_omf_dest_dir}/%{name}
78 %{_pixmapsdir}/*
This page took 0.04008 seconds and 4 git commands to generate.