]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updated to version 2.0.3 snap 20021218
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20021218
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.3
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}-aspell.patch
16 Patch1:         %{name}-libgnomeprint.patch
17 URL:            http://balsa.gnome.org/
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
25 and IMAP. GNOME is the GNU Network Object Model Environment. That's a
26 fancy name but really GNOME is a nice GUI desktop environment. It
27 makes using your computer easy, powerful, and easy to configure.
28
29 %description -l es
30 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
31 cajas de correo electrónico locales, POP3 y IMAP.
32
33 %description -l pl
34 Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
35 lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
36 Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
37 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
38 potê¿niejszy i ³atwo go skonfigurowaæ.
39
40 %description -l pt_BR
41 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
42 Suporta caixas de correio locais, POP3 a IMAP.
43
44 %prep
45 %setup -q
46 %patch0 -p1
47 %patch1 -p1
48
49 %build
50 glib-gettextize --copy --force
51 intltoolize
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoheader}
55 %{__automake}
56 %{__autoconf}
57
58 cd ./libmutt
59 glib-gettextize --copy --force
60 %{__libtoolize}
61 %{__aclocal}
62 %{__autoheader}
63 %{__automake}
64 %{__autoconf}
65
66 cd ../website
67 glib-gettextize --copy --force
68 %{__aclocal}
69 %{__automake}
70 %{__autoconf}
71
72 cd ..
73
74 %configure 
75
76 # TODO find this gdp stylesheet
77 %{__make} 
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT 
84
85 %find_lang %{name} --with-gnome --all-name
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS ChangeLog NEWS README TODO
93 %attr(755,root,root) %{_bindir}/*
94 %{_sysconfdir}/sound/events/*
95 %{_datadir}/applications/*
96 %{_datadir}/%{name}
97 %{_datadir}/sounds/%{name}
98 %{_mandir}/man1/*
99 %{_omf_dest_dir}/%{name}
100 %{_pixmapsdir}/*
This page took 0.298148 seconds and 4 git commands to generate.