]> git.pld-linux.org Git - packages/balsa.git/blob - balsa.spec
19d0b06bd55a5691f02ad08e7afe46965d6198f0
[packages/balsa.git] / balsa.spec
1 # TODO:
2 #       - not packaged /usr/share/locale/ar/LC_MESSAGES/balsa.mo
3 #       - problems with id locale
4 #
5 # Conditional build:
6 %bcond_without  ldap            # build without LDAP support
7 %bcond_with     gpgme           # build with GPG support (experimental)
8 %bcond_without  esmtp           # build without ESMTP support
9 %bcond_without  gtkhtml         # build without HTML support
10 %bcond_with     gtkhtml2        # build with libgtkhtml-2 (default gtkhtml-3)
11 %bcond_with     compface        # build with Compface
12 %bcond_with     gtksourceview   # build with GtkSourceView
13 %bcond_without  gtkspell        # build without GtkSpell
14 %bcond_with     sqlite          # build with SQLite for GPE address books
15 #
16 Summary:        Balsa Mail Client
17 Summary(es.UTF-8):      Balsa es un lector de e-mail
18 Summary(pl.UTF-8):      Balsa - klient poczty
19 Summary(pt_BR.UTF-8):   Balsa é um leitor de e-mail
20 Name:           balsa
21 Version:        2.3.20
22 Release:        3
23 License:        GPL
24 Group:          X11/Applications
25 Source0:        http://balsa.gnome.org/%{name}-%{version}.tar.bz2
26 # Source0-md5:  64763beb79731649da7e327b1140843a
27 Patch0:         %{name}-desktop.patch
28 Patch1:         %{name}-includes.patch
29 Patch2:         %{name}-without_id_lang.patch
30 URL:            http://balsa.gnome.org/
31 BuildRequires:  ORBit2-devel >= 1:2.12.4
32 BuildRequires:  aspell-devel >= 2:0.50
33 BuildRequires:  autoconf >= 2.52
34 BuildRequires:  automake
35 %{?with_compface:BuildRequires: compface-devel}
36 BuildRequires:  glib2-devel >= 2.6.4-1
37 BuildRequires:  gmime-devel >= 2.1.9
38 %{?with_gpgme:BuildRequires:    gpgme-devel >= 1:0.9.0}
39 BuildRequires:  gtk+2-devel >= 2:2.10.0
40 %{?with_gtksourceview:BuildRequires:    gtksourceview-devel}
41 %{?with_gtkspell:BuildRequires: gtkspell-devel}
42 BuildRequires:  intltool
43 BuildRequires:  heimdal-devel
44 %{?with_esmtp:BuildRequires:    libesmtp-devel >= 1.0.4}
45 %if %{with gtkhtml}
46 %{?with_gtkhtml2:BuildRequires: libgtkhtml-devel >= 2.0}
47 %{!?with_gtkhtml2:BuildRequires:        gtkhtml-devel >= 3.0}
48 %endif
49 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
50 BuildRequires:  libltdl-devel
51 BuildRequires:  libnotify-devel
52 BuildRequires:  libtool
53 %{?with_ldap:BuildRequires:     openldap-devel >= 2.4.6}
54 BuildRequires:  openssl-devel >= 0.9.7d
55 BuildRequires:  pcre-devel >= 3.0
56 BuildRequires:  rpmbuild(macros) >= 1.197
57 BuildRequires:  scrollkeeper >= 0.1.4
58 # actually, it requires sqlite >= 2.8
59 %{?with_sqlite:BuildRequires:   sqlite3-devel}
60 %{?with_gpgme:Requires: gpgme >= 1:0.9.0}
61 Requires(post,postun):  scrollkeeper
62 # sr@Latn vs. sr@latin
63 Conflicts:      glibc-misc < 6:2.7
64 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
65
66 %description
67 Balsa is an e-mail reader.  This client is part of the GNOME
68 desktop environment.  It supports local mailboxes, POP3 and
69 IMAP.
70
71 %description -l es.UTF-8
72 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
73 cajas de correo electrónico locales, POP3 y IMAP.
74
75 %description -l pl.UTF-8
76 Balsa to klient e-mail. Jest częścią środowiska GNOME. Obsługuje POP3,
77 IMAP oraz lokalne skrzynki pocztowe. 
78
79 %description -l pt_BR.UTF-8
80 Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
81 Suporta caixas de correio locais, POP3 a IMAP.
82
83 %prep
84 %setup -q
85 %patch0 -p1
86 %patch1 -p1
87 %patch2 -p1
88
89 %build
90 %{__intltoolize}
91 %{__glib_gettextize}
92 %{__libtoolize}
93 %{__aclocal}
94 %{__autoconf}
95 %{__autoheader}
96 %{__autoconf}
97 %configure \
98         --with-gss \
99         --with-ssl \
100         %{!?with_esmtp:--without-esmtp} \
101         %{!?with_gtkhtml:--disable-gtkhtml}\
102         %{?with_gtkhtml2:--with-gtkhtml=2}\
103         %{?with_gpgme:--with-gpgme} \
104         %{?with_compface:--with-compface} \
105         %{?with_gtksourceview:--with-gtksourceview} \
106         %{?with_gtkspell:--with-gtkspell} \
107         %{?with_sqlite:--with-sqlite} \
108         %{?with_ldap:--with-ldap}
109 %{__make}
110
111 %install
112 rm -rf $RPM_BUILD_ROOT
113
114 %{__make} install \
115         DESTDIR=$RPM_BUILD_ROOT
116
117 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
118         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
119 %find_lang %{name} --with-gnome --all-name
120
121 %clean
122 rm -rf $RPM_BUILD_ROOT
123
124 %post
125 %scrollkeeper_update_post
126
127 %postun
128 %scrollkeeper_update_postun
129
130 %files -f %{name}.lang
131 %defattr(644,root,root,755)
132 %doc AUTHORS ChangeLog NEWS README TODO
133 %attr(755,root,root) %{_bindir}/*
134 %{_sysconfdir}/sound/events/*
135 %{_datadir}/%{name}
136 %{_datadir}/sounds/%{name}
137 %{_libdir}/bonobo/servers/*.server
138 %{_datadir}/idl/*.idl
139 %{_mandir}/man1/*
140 %{_omf_dest_dir}/%{name}
141 %{_desktopdir}/*.desktop
142 %{_pixmapsdir}/*
143 %{_iconsdir}/hicolor/48x48/mimetypes/*.png
This page took 0.06472 seconds and 2 git commands to generate.