]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- updated BR's
[packages/balsa.git] / balsa.spec
index 95a962058673900ff31d1c4a461a55eaf5fc60be..2e7ffc39f8e28a319d7ac754600e8c6681e41868 100644 (file)
@@ -1,70 +1,82 @@
+
+%define                snap    20030115
+
 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.8.0
-Release:       1
+Version:       2.0.5
+Release:       2.%{snap}
 License:       GPL
-Group:         X11/GNOME
-Group(pl):     X11/GNOME
-Source0:       ftp://ftp.newton.cx/pub/balsa/%{name}-%{version}.tar.gz
-BuildRequires: gettext-devel
-BuildRequires: gnome-libs-devel
-BuildRequires: libPropList-devel
-URL:           http://www.newton.cx/balsa/main.html
+Group:         X11/Applications
+Source0:       http://balsa.gnome.org/%{name}-%{version}-%{snap}.tar.bz2
+#Source0:      %{name}-%{version}-%{snap}.tar.bz2
+Patch0:                %{name}-libtool_hack.patch
+URL:           http://balsa.gnome.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libesmtp-devel
+BuildRequires: libgnomeprintui-devel >= 1.106.0
+BuildRequires: gtk+2-devel
+BuildRequires:  libgtkhtml-devel
+BuildRequires:  libgnome-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  aspell-devel >= 0.50
 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.
 
+%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.
+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æ.
 
+%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 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
-gettextize --copy --force 
-%configure \
-       --enable-system-install \
-       --enable-all \
-       --enable-info \
-       --enable-threads
-make
+NOCONFIGURE=1 ./autogen.sh
+%configure
+
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       desktopdir=%{_applnkdir}/Networking/Mail
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT 
 
-gzip -9nf AUTHORS ChangeLog NEWS README TODO \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
-
-%find_lang %{name} --with-gnome
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /usr/bin/scrollkeeper-update 
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/CORBA/servers/*
 %{_sysconfdir}/sound/events/*
-%{_datadir}/sounds/balsa
-%{_datadir}/pixmaps/balsa
-%{_applnkdir}/Networking/Mail/*
+%{_datadir}/applications/*
+%{_datadir}/%{name}
+%{_datadir}/sounds/%{name}
 %{_mandir}/man1/*
+%{_omf_dest_dir}/%{name}
+%{_pixmapsdir}/*
This page took 0.033315 seconds and 4 git commands to generate.