]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- release 2
[packages/balsa.git] / balsa.spec
index ebc6ea5aa494d7ce36e23f802f24ce50103ada68..06eda1a81436e172b63c2b2e4bbefe95d1de6c25 100644 (file)
@@ -1,65 +1,64 @@
-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
+#
+# 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
+#
+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:       1.2.3
+Version:       2.3.5
 Release:       2
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(pl):     X11/Aplikacje
-Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-configure.patch
-BuildRequires: autoconf
+Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
+# Source0-md5: ccc5f1f11028dd604c6dac97017a1274
+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: bison
-BuildRequires: cyrus-sasl-devel
-BuildRequires: docbook-style-dsssl
-BuildRequires: flex
-BuildRequires: gal-devel >= 0.19
-BuildRequires: gdk-pixbuf-devel
-BuildRequires: gettext-devel
-BuildRequires: gnome-doc-tools
-BuildRequires: gnome-libs-devel >= 1.2.1
-BuildRequires: gnome-print-devel >= 0.25.0
-BuildRequires: gtkhtml-devel >= 0.12.0
-BuildRequires: libesmtp-devel
+BuildRequires: heimdal-devel
+%{?with_esmtp:BuildRequires:   libesmtp-devel}
+BuildRequires: libgnomeprintui-devel >= 1.106.0
+BuildRequires: glib2-devel >= 2.6.4-1
+BuildRequires: gmime-devel >= 2.1.9
+%{?with_gpgme:BuildRequires:   gpgme-devel >= 1:0.9.0}
+BuildRequires: gtk+2-devel >= 2:2.2.0
+BuildRequires: intltool
+%{?with_gtkhtml:BuildRequires: libgtkhtml-devel >= 2.0}
 BuildRequires: libltdl-devel
-BuildRequires: libPropList-devel
-BuildRequires: libstdc++-devel
+BuildRequires: libgnomeprintui-devel >= 2.1.4
+BuildRequires: libgnomeui-devel >= 2.3.3.1-2
 BuildRequires: libtool
-BuildRequires: openjade
-BuildRequires: openldap-devel
-BuildRequires: openssl-devel
-BuildRequires: pcre-devel
-BuildRequires: pam-devel
-BuildRequires: pspell-devel >= 12.1
-BuildRequires: freetype-devel
-URL:           http://www.balsa.net/
+%{?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 >= 1:0.9.0}
+Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-%define                _sysconfdir     /etc/X11/GNOME
-%define                _localstatedir  /var
-
 %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 naparwdê 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.
@@ -67,55 +66,58 @@ Suporta caixas de correio locais, POP3 a IMAP.
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+
+rm -f po/no.{po,gmo}
 
 %build
-libtoolize --copy --force
-gettextize --copy --force 
-aclocal -I macros
-autoconf
-rm -f missing
-automake -a -c
-(cd libmutt
-aclocal
-autoconf
-automake -a -c)
+%{__intltoolize}
+%{__glib_gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__autoconf}
 %configure \
-       --enable-system-install \
-       --enable-all \
-       --enable-info \
-       --disable-threads \
-       --disable-more-warnings \
-       --with-mailpath=/var/mail \
+       --with-gss \
        --with-ssl \
-       --enable-pcre \
-       --enable-ldap \
-       --enable-gtkhtml
-
-# TODO find this gdp stylesheet
-%{__make} \
-       GDP_STYLESHEET=/usr/share/sgml/docbook/gnome-customization-1.0/gdp-both.dsl
+       %{!?with_esmtp:--without-esmtp} \
+       %{!?with_gtkhtml:--disable-gtkhtml}\
+       %{?with_gpgme:--with-gpgme} \
+       %{?with_ldap:--with-ldap}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       desktopdir=%{_applnkdir}/Network/Mail
-
-gzip -9nf AUTHORS ChangeLog NEWS README TODO
+       DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_sysconfdir}/sound/events/*
-%{_datadir}/sounds/balsa
-%{_pixmapsdir}/*
-%{_applnkdir}/Network/Mail/*
+%{_datadir}/%{name}
+%{_datadir}/sounds/%{name}
+%{_libdir}/bonobo/servers/*.server
+%{_datadir}/idl/*.idl
 %{_mandir}/man1/*
+%{_omf_dest_dir}/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+%{_iconsdir}/hicolor/48x48/mimetypes/*.png
This page took 0.133734 seconds and 4 git commands to generate.