]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- up to version 2.2.4
[packages/balsa.git] / balsa.spec
index 331386c9777f0fd121620e2abab8f74b22da1d74..b19a7f6491bce408ab19d5e5356eb5bd5d2937e2 100644 (file)
@@ -1,56 +1,58 @@
 #
 # Conditional build:
-# --without ldap
-
-%define                snap    20030630
-
-Summary:       balsa - GNOME e-Mail program
-Summary(pl):   Klient poczty dla GNOME z silnikiem mutt-a
-Summary(es):   Balsa es un lector de e-mail. Usa el toolkit GTK
-Summary(pt_BR):        Balsa é um leitor de e-mail. Usa o toolkit GTK
+%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
+#
+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
 Name:          balsa
-Version:       2.0.15
-#Release:      1.%{snap}
+Version:       2.2.4
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
-# Source0-md5: dc00a4bd622c4a0c5d6b7dca397d4371
-#Source0:      %{name}-%{version}-%{snap}.tar.bz2
-#Patch0:               %{name}-libtool_hack.patch
-Patch1:                %{name}-desktop.patch
+# Source0-md5: c58770f6203dc23c4d630da3daf2b106
+Patch0:                %{name}-locale-names.patch
+#Patch1:               %{name}-desktop.patch
+Patch2:                %{name}-iconv-in-libc.patch
 URL:           http://balsa.gnome.org/
-BuildRequires: autoconf
+BuildRequires: aspell-devel >= 0.50
+BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: libesmtp-devel
+%{?with_esmtp:BuildRequires:   libesmtp-devel}
 BuildRequires: libgnomeprintui-devel >= 1.106.0
-BuildRequires: gpgme-devel >= 0.3.14
+BuildRequires: gmime-devel >= 2.1.7
+%{?with_gpgme:BuildRequires:   gpgme-devel >= 0.4.3}
 BuildRequires: gtk+2-devel >= 2.2.0
-BuildRequires: libgtkhtml-devel
-BuildRequires: libgnome-devel
+BuildRequires: intltool
+%{?with_gtkhtml:BuildRequires: libgtkhtml-devel >= 2.0}
+BuildRequires: libltdl-devel
+BuildRequires: libgnomeprintui-devel >= 2.1.4
 BuildRequires: libgnomeui-devel >= 2.3.3.1-2
-%{!?_without_ldap:BuildRequires:       openldap-devel}
-BuildRequires: aspell-devel >= 0.50
-BuildRequires: xft-devel
-Requires:      gpgme >= 0.3.14
+BuildRequires: libtool
+%{?with_ldap:BuildRequires:    openldap-devel}
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: pcre-devel >= 3.0
+BuildRequires: scrollkeeper >= 0.1.4
+%{?with_gpgme:Requires:        gpgme >= 0.9.0}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-e-Mail program for the GNOME desktop, supporting local mailboxes, POP3
-and IMAP. GNOME is the GNU Network Object Model Environment. That's a
-fancy name but really GNOME is a nice GUI desktop environment. It
-makes using your computer easy, powerful, and easy to configure.
+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
 Balsa es un lector de e-mail. Es parte del entorno GNOME. Soporta
 cajas de correo electrónico locales, POP3 y IMAP.
 
 %description -l pl
-Balsa to klient e-mail dla ¶rodowiska GNOME. Obs³uguje POP3, IMAP oraz
-lokalne skrzynki pocztowe. GNOME to Network Object Model Environment.
-Mimo osobliwej nazwy jest to naprawdê estetyczne ¶rodowisko graficzne.
-Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
-potê¿niejszy i ³atwo go skonfigurowaæ.
+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.
@@ -58,16 +60,25 @@ Suporta caixas de correio locais, POP3 a IMAP.
 
 %prep
 %setup -q
-#%patch0 -p1
-%patch1 -p1
+%patch0 -p1
+#%patch1 -p1
+%patch2 -p1
+
+mv -f po/{no,nb}.po
 
 %build
-#./autogen.sh
+intltoolize --copy --force
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__autoconf}
 %configure \
        --with-ssl \
-       --with-gpgme \
-       %{!?_without_ldap:--with-ldap} \
-       %{?_without_ldap:--without-ldap}
+       %{!?with_esmtp:--without-esmtp} \
+       %{!?with_gtkhtml:--disable-gtkhtml}\
+       %{?with_gpgme:--with-gpgme} \
+       %{?with_ldap:--with-ldap}
 
 %{__make}
 
@@ -91,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/sound/events/*
 %{_datadir}/%{name}
 %{_datadir}/sounds/%{name}
+%{_libdir}/bonobo/servers/*.server
+%{_datadir}/idl/*.idl
 %{_mandir}/man1/*
 %{_omf_dest_dir}/%{name}
 %{_desktopdir}/*
This page took 0.067517 seconds and 4 git commands to generate.