]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
189c8ab1c33f3c6fcff1b7ea011bca46948c67fa
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20021226
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 URL:            http://balsa.gnome.org/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libesmtp-devel
19 BuildRequires:  libgnomeprintui-devel >= 1.106.0
20 BuildRequires:  gtk+2-devel 
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
47 %build
48 glib-gettextize --copy --force
49 intltoolize
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoheader}
53 %{__automake}
54 %{__autoconf}
55
56 cd ./libmutt
57 glib-gettextize --copy --force
58 %{__libtoolize}
59 %{__aclocal}
60 %{__autoheader}
61 %{__automake}
62 %{__autoconf}
63
64 cd ../website
65 glib-gettextize --copy --force
66 %{__aclocal}
67 %{__automake}
68 %{__autoconf}
69
70 cd ..
71
72 %configure
73
74 # TODO find this gdp stylesheet
75 %{__make} 
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT 
82
83 %find_lang %{name} --with-gnome --all-name
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post -p /usr/bin/scrollkeeper-update 
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.058032 seconds and 3 git commands to generate.