]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- adding es/pt/pt_BR Group translations
[packages/balsa.git] / balsa.spec
index bc1c3043fe6ef135288b2a41ca1172c3d3816b4f..9c34bf8f44890cb68e74a2436179f505e1dcac9f 100644 (file)
@@ -1,15 +1,45 @@
 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
 Name:          balsa
-Version:       0.9.3
-Release:       1
+Version:       1.2.3
+Release:       2
 License:       GPL
-Group:         X11/GNOME
-Group(pl):     X11/GNOME
-Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(es):     X11/Aplicaciones
+Group(pl):     X11/Aplikacje
+Group(pt_BR):  X11/Aplicações
+Group(pt):     X11/Aplicações
+Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-configure.patch
+BuildRequires: autoconf
+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-libs-devel >= 1.2.0
+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: libltdl-devel
 BuildRequires: libPropList-devel
-URL:           http://www.newton.cx/balsa/main.html
+BuildRequires: libstdc++-devel
+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/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -23,6 +53,10 @@ 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.
 
+%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.
@@ -30,20 +64,40 @@ Mimo osobliwej nazwy jest to naparwd
 Dziêki niemu u¿ywanie komputera jest ³atwiejsze; system jest
 potê¿niejszy i ³atwo go skonfigurowaæ.
 
+%description -l pt_BR
+Balsa é um leitor de e-mail, parte do ambiente de desktop GNOME.
+Suporta caixas de correio locais, POP3 a IMAP.
+
 %prep
 %setup -q
+%patch0 -p0
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+libtoolize --copy --force
 gettextize --copy --force 
+aclocal -I macros
+autoconf
+rm -f missing
+automake -a -c
+(cd libmutt
+aclocal
+autoconf
+automake -a -c)
 %configure \
        --enable-system-install \
        --enable-all \
        --enable-info \
-       --enable-threads \
+       --disable-threads \
        --disable-more-warnings \
-       --with-mailpath=/var/mail
-%{__make}
+       --with-mailpath=/var/mail \
+       --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
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,8 +106,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        desktopdir=%{_applnkdir}/Network/Mail
 
-gzip -9nf AUTHORS ChangeLog NEWS README TODO \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
 %find_lang %{name} --with-gnome
 
@@ -66,6 +119,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_sysconfdir}/sound/events/*
 %{_datadir}/sounds/balsa
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
 %{_applnkdir}/Network/Mail/*
 %{_mandir}/man1/*
This page took 0.064766 seconds and 4 git commands to generate.