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