]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
- rel 3
[packages/balsa.git] / balsa.spec
1 #
2 # Conditional build:
3 %bcond_without  ldap            # build without LDAP support
4 %bcond_with     gpgme           # build with GPG support (experimental)
5 %bcond_without  esmtp           # build without ESMTP support
6 %bcond_without  gtkhtml         # build without HTML support
7 #
8 Summary:        Balsa Mail Client
9 Summary(es):    Balsa es un lector de e-mail
10 Summary(pl):    Balsa - klient poczty
11 Summary(pt_BR): Balsa é um leitor de e-mail
12 Name:           balsa
13 Version:        2.3.2
14 Release:        3
15 License:        GPL
16 Group:          X11/Applications
17 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
18 # Source0-md5:  ab4d6febaca56d72d13acef819da193b
19 Patch0:         %{name}-locale-names.patch
20 Patch1:         %{name}-desktop.patch
21 Patch2:         %{name}-includes.patch
22 URL:            http://balsa.gnome.org/
23 BuildRequires:  aspell-devel >= 2:0.50
24 BuildRequires:  autoconf >= 2.52
25 BuildRequires:  automake
26 %{?with_esmtp:BuildRequires:    libesmtp-devel}
27 BuildRequires:  libgnomeprintui-devel >= 1.106.0
28 BuildRequires:  glib2-devel >= 2.6.4-1
29 BuildRequires:  gmime-devel >= 2.1.9
30 %{?with_gpgme:BuildRequires:    gpgme-devel >= 1:0.9.0}
31 BuildRequires:  gtk+2-devel >= 2:2.2.0
32 BuildRequires:  intltool
33 %{?with_gtkhtml:BuildRequires:  libgtkhtml-devel >= 2.0}
34 BuildRequires:  libltdl-devel
35 BuildRequires:  libgnomeprintui-devel >= 2.1.4
36 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
37 BuildRequires:  libtool
38 %{?with_ldap:BuildRequires:     openldap-devel}
39 BuildRequires:  openssl-devel >= 0.9.7d
40 BuildRequires:  pcre-devel >= 3.0
41 BuildRequires:  rpmbuild(macros) >= 1.197
42 BuildRequires:  scrollkeeper >= 0.1.4
43 %{?with_gpgme:Requires: gpgme >= 1:0.9.0}
44 Requires(post,postun):  scrollkeeper
45 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47 %description
48 Balsa is an e-mail reader.  This client is part of the GNOME
49 desktop environment.  It supports local mailboxes, POP3 and
50 IMAP.
51
52 %description -l es
53 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
54 cajas de correo electrónico locales, POP3 y IMAP.
55
56 %description -l pl
57 Balsa to klient e-mail. Jest czê¶ci± ¶rodowiska GNOME. Obs³uguje POP3,
58 IMAP oraz lokalne skrzynki pocztowe. 
59
60 %description -l pt_BR
61 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
62 Suporta caixas de correio locais, POP3 a IMAP.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67 %patch1 -p1
68 %patch2 -p1
69
70 rm -f po/no.{po,gmo}
71
72 %build
73 %{__intltoolize}
74 %{__glib_gettextize}
75 %{__libtoolize}
76 %{__aclocal}
77 %{__autoconf}
78 %{__autoheader}
79 %{__autoconf}
80 %configure \
81         --with-ssl \
82         %{!?with_esmtp:--without-esmtp} \
83         %{!?with_gtkhtml:--disable-gtkhtml}\
84         %{?with_gpgme:--with-gpgme} \
85         %{?with_ldap:--with-ldap}
86 %{__make}
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90
91 %{__make} install \
92         DESTDIR=$RPM_BUILD_ROOT
93
94 %find_lang %{name} --with-gnome --all-name
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %post
100 %scrollkeeper_update_post
101
102 %postun
103 %scrollkeeper_update_postun
104
105 %files -f %{name}.lang
106 %defattr(644,root,root,755)
107 %doc AUTHORS ChangeLog NEWS README TODO
108 %attr(755,root,root) %{_bindir}/*
109 %{_sysconfdir}/sound/events/*
110 %{_datadir}/%{name}
111 %{_datadir}/sounds/%{name}
112 %{_libdir}/bonobo/servers/*.server
113 %{_datadir}/idl/*.idl
114 %{_mandir}/man1/*
115 %{_omf_dest_dir}/%{name}
116 %{_desktopdir}/*
117 %{_pixmapsdir}/*
118 %{_iconsdir}/hicolor/48x48/mimetypes/*.png
This page took 0.088481 seconds and 3 git commands to generate.