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