]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- build balsa without id lang; msgfmt id.po throws:
[packages/balsa.git] / balsa.spec
index 7f8f674b10dc5245815445df7504d5dd734c5864..21f63a4d385fc51670fcc5cf16ae841eb76e2588 100644 (file)
@@ -6,12 +6,12 @@
 %bcond_without gtkhtml         # build without HTML support
 #
 Summary:       Balsa Mail Client
-Summary(es):   Balsa es un lector de e-mail
-Summary(pl):   Balsa - klient poczty
-Summary(pt_BR):        Balsa é um leitor de e-mail
+Summary(es.UTF-8):     Balsa es un lector de e-mail
+Summary(pl.UTF-8):     Balsa - klient poczty
+Summary(pt_BR.UTF-8):  Balsa é um leitor de e-mail
 Name:          balsa
 Version:       2.3.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
@@ -19,10 +19,13 @@ Source0:    http://balsa.gnome.org/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-locale-names.patch
 Patch1:                %{name}-desktop.patch
 Patch2:                %{name}-includes.patch
+Patch3:                %{name}-no_hooks.patch
 URL:           http://balsa.gnome.org/
+BuildRequires: ORBit2-devel >= 1:2.12.4
 BuildRequires: aspell-devel >= 2:0.50
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
+BuildRequires: heimdal-devel
 %{?with_esmtp:BuildRequires:   libesmtp-devel}
 BuildRequires: libgnomeprintui-devel >= 1.106.0
 BuildRequires: glib2-devel >= 2.6.4-1
@@ -35,7 +38,7 @@ BuildRequires:        libltdl-devel
 BuildRequires: libgnomeprintui-devel >= 2.1.4
 BuildRequires: libgnomeui-devel >= 2.3.3.1-2
 BuildRequires: libtool
-%{?with_ldap:BuildRequires:    openldap-devel}
+%{?with_ldap:BuildRequires:    openldap-devel >= 2.3.0}
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pcre-devel >= 3.0
 BuildRequires: rpmbuild(macros) >= 1.197
@@ -49,16 +52,16 @@ Balsa is an e-mail reader.  This client is part of the GNOME
 desktop environment.  It supports local mailboxes, POP3 and
 IMAP.
 
-%description -l es
+%description -l es.UTF-8
 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
-cajas de correo electrónico locales, POP3 y IMAP.
+cajas de correo electrónico locales, POP3 y IMAP.
 
-%description -l pl
-Balsa to klient e-mail. Jest czê¶ci± ¶rodowiska GNOME. Obs³uguje POP3,
+%description -l pl.UTF-8
+Balsa to klient e-mail. Jest częścią środowiska GNOME. Obsługuje POP3,
 IMAP oraz lokalne skrzynki pocztowe. 
 
-%description -l pt_BR
-Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
+%description -l pt_BR.UTF-8
+Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
 Suporta caixas de correio locais, POP3 a IMAP.
 
 %prep
@@ -66,6 +69,7 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 rm -f po/no.{po,gmo}
 
@@ -78,6 +82,7 @@ rm -f po/no.{po,gmo}
 %{__autoheader}
 %{__autoconf}
 %configure \
+       --with-gss \
        --with-ssl \
        %{!?with_esmtp:--without-esmtp} \
        %{!?with_gtkhtml:--disable-gtkhtml}\
@@ -113,6 +118,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/idl/*.idl
 %{_mandir}/man1/*
 %{_omf_dest_dir}/%{name}
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
 %{_iconsdir}/hicolor/48x48/mimetypes/*.png
This page took 0.077809 seconds and 4 git commands to generate.