]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- updated to snap 20030305
[packages/balsa.git] / balsa.spec
1
2 %define         snap    20030305
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.9
10 Release:        1.%{snap}
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 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 #glib-gettextize --copy --force
55 #intltoolize --copy --force
56 #%%{__libtoolize}
57 #%%{__aclocal}
58 #%%{__autoheader}
59 #%%{__automake}
60 #%%{__autoconf}
61
62 #cd libmutt
63 #%%{__libtoolize}
64 #%%{__aclocal}
65 #%%{__autoheader}
66 #%%{__automake}
67 #%%{__autoconf}
68 #cd ..
69 ./autogen.sh
70 %configure
71
72 %{__make} 
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT 
79
80 %find_lang %{name} --with-gnome --all-name
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post -p /usr/bin/scrollkeeper-update 
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README TODO
90 %attr(755,root,root) %{_bindir}/*
91 %{_sysconfdir}/sound/events/*
92 %{_datadir}/applications/*
93 %{_datadir}/%{name}
94 %{_datadir}/sounds/%{name}
95 %{_mandir}/man1/*
96 %{_omf_dest_dir}/%{name}
97 %{_pixmapsdir}/*
This page took 0.083078 seconds and 4 git commands to generate.