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