]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- sorted BR
[packages/balsa.git] / balsa.spec
index 68f302321161fe84d18e4d30d2704ff0f75dbd04..988bcc7364d0567c0f56fa0e27c17dea61a66d92 100644 (file)
@@ -1,44 +1,64 @@
+# TODO:
+#       - not packaged /usr/share/locale/ar/LC_MESSAGES/balsa.mo
+#       - problems with id locale
 #
 # Conditional build:
 %bcond_without ldap            # build without LDAP support
 %bcond_with    gpgme           # build with GPG support (experimental)
 %bcond_without esmtp           # build without ESMTP support
 %bcond_without gtkhtml         # build without HTML support
+%bcond_with    gtkhtml2        # build with libgtkhtml-2 (default gtkhtml-3)
+%bcond_with    compface        # build with Compface
+%bcond_with    gtksourceview   # build with GtkSourceView
+%bcond_without gtkspell        # build without GtkSpell
+%bcond_with    sqlite          # build with SQLite for GPE address books
 #
 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.2.6
+Version:       2.3.14
 Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
-# Source0-md5: 6179fadbfc5cca642dac081519acef25
-Patch0:                %{name}-locale-names.patch
-#Patch1:               %{name}-desktop.patch
-Patch2:                %{name}-iconv-in-libc.patch
+# Source0-md5: 6a86f8bebc21bd279b9fd4d2a21a36c0
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-includes.patch
+Patch2:                %{name}-without_id_lang.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
-%{?with_esmtp:BuildRequires:   libesmtp-devel}
-BuildRequires: libgnomeprintui-devel >= 1.106.0
+%{?with_compface:BuildRequires:        compface-devel}
+BuildRequires: glib2-devel >= 2.6.4-1
 BuildRequires: gmime-devel >= 2.1.9
-%{?with_gpgme:BuildRequires:   gpgme-devel >= 0.4.3}
+%{?with_gpgme:BuildRequires:   gpgme-devel >= 1:0.9.0}
 BuildRequires: gtk+2-devel >= 2:2.2.0
+%{?with_gtksourceview:BuildRequires:   gtksourceview-devel}
+%{?with_gtkspell:BuildRequires:        gtkspell-devel}
 BuildRequires: intltool
-%{?with_gtkhtml:BuildRequires: libgtkhtml-devel >= 2.0}
-BuildRequires: libltdl-devel
+BuildRequires: krb5-devel
+%{?with_esmtp:BuildRequires:   libesmtp-devel >= 1.0.4}
+%if %{with gtkhtml}
+%{?with_gtkhtml2:BuildRequires:        libgtkhtml-devel >= 2.0}
+%{!?with_gtkhtml2:BuildRequires:       gtkhtml-devel >= 3.0}
+%endif
 BuildRequires: libgnomeprintui-devel >= 2.1.4
 BuildRequires: libgnomeui-devel >= 2.3.3.1-2
+BuildRequires: libltdl-devel
 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
 BuildRequires: scrollkeeper >= 0.1.4
-%{?with_gpgme:Requires:        gpgme >= 0.9.0}
+# actually, it requires sqlite >= 2.8
+%{?with_sqlite:BuildRequires:  sqlite3-devel}
+%{?with_gpgme:Requires:        gpgme >= 1:0.9.0}
+Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,40 +66,44 @@ 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
 %setup -q
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 
-mv -f po/{no,nb}.po
-
 %build
-intltoolize --copy --force
+%{__intltoolize}
+%{__glib_gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__autoconf}
 %configure \
+       --with-gss \
        --with-ssl \
        %{!?with_esmtp:--without-esmtp} \
        %{!?with_gtkhtml:--disable-gtkhtml}\
+       %{?with_gtkhtml2:--with-gtkhtml=2}\
        %{?with_gpgme:--with-gpgme} \
+       %{?with_compface:--with-compface} \
+       %{?with_gtksourceview:--with-gtksourceview} \
+       %{?with_gtkspell:--with-gtkspell} \
+       %{?with_sqlite:--with-sqlite} \
        %{?with_ldap:--with-ldap}
-
 %{__make}
 
 %install
@@ -93,7 +117,11 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /usr/bin/scrollkeeper-update
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -106,5 +134,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.087025 seconds and 4 git commands to generate.