]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- upated to 1.3.6,
[packages/balsa.git] / balsa.spec
index 6e69c55a90422d63d9b6498805544fca98a24dd7..937c7f0491e53166360cebca06d38e152234a777 100644 (file)
 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.6.0
+Version:       1.3.6
 Release:       1
 License:       GPL
-Group:         X11/GNOME
-Source:                ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
-Source1:       %{name}.desktop
-Patch:         %{name}-locale.patch
-BuildRoot:     /tmp/%{name}-%{version}-root
+Group:         X11/Applications
+Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-ac253.patch
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bison
+BuildRequires: cyrus-sasl-devel
+BuildRequires: docbook-style-dsssl
+BuildRequires: flex
+BuildRequires: freetype-devel >= 2.0.0
+BuildRequires: gal-devel >= 0.19
+BuildRequires: gdk-pixbuf-gnome-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: libPropList-devel
+BuildRequires: libesmtp-devel
+BuildRequires: libltdl-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: openjade
+BuildRequires: openldap-devel
+BuildRequires: openssl-devel
+BuildRequires: pam-devel
+BuildRequires: pcre-devel
+BuildRequires: pspell-devel >= 12.1
 URL:           http://www.balsa.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 %define                _sysconfdir     /etc/X11/GNOME
 %define                _localstatedir  /var
-%define                _applnkdir      %{_datadir}/applnk
 
 %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.
+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.
+
+%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æ.
+
+%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
-%patch -p1
+%patch0 -p1
+
 %build
-LDFLAGS="-s"; export LDFLAGS
-autoconf
+libtoolize --copy --force
+gettextize --copy --force
+aclocal -I macros
+%{__autoconf}
+rm -f missing
+%{__automake}
+(cd libmutt
+aclocal
+%{__autoconf}
+automake -a -c)
 %configure \
        --enable-system-install \
        --enable-all \
        --enable-info \
-       --enable-threads
-make
+       --disable-threads \
+       --disable-more-warnings \
+       --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
 
-install -d             $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
-
-make install           DESTDIR=$RPM_BUILD_ROOT
-
-install %{SOURCE1}     $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       desktopdir=%{_applnkdir}/Network/Mail
 
-gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {AUTHORS,COPYING,ChangeLog,INSTALL,NEWS,README,TODO}.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%dir %{_datadir}/sounds/balsa
-%dir %{_datadir}/pixmaps/balsa
-%dir %{_datadir}/gnome/help/balsa
-%{_sysconfdir}/CORBA/servers/*
 %{_sysconfdir}/sound/events/*
-%{_datadir}/sounds/balsa/*
-%{_datadir}/pixmaps/balsa/*
-%{_datadir}/idl/*
-%{_datadir}/gnome/help/balsa/*
-%{_applnkdir}/Networking/Mail/*
+%{_datadir}/sounds/balsa
+%{_pixmapsdir}/*
+%{_applnkdir}/Network/Mail/*
+%{_mandir}/man1/*
This page took 0.032758 seconds and 4 git commands to generate.