rpms/balsa/FC-4 .cvsignore, 1.5, 1.6 balsa.spec, 1.7, 1.8 sources, 1.5, 1.6

Pawel Salek (pawsa) fedora-extras-commits at redhat.com
Mon Feb 6 22:29:42 UTC 2006


Author: pawsa

Update of /cvs/extras/rpms/balsa/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2848

Modified Files:
	.cvsignore balsa.spec sources 
Log Message:
- update to upstream version 2.3.10. Enable gtkspell.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	4 Dec 2005 12:56:28 -0000	1.5
+++ .cvsignore	6 Feb 2006 22:29:41 -0000	1.6
@@ -1,2 +1,2 @@
 gmime-2.1.17.tar.bz2
-balsa-2.3.7.tar.bz2
+balsa-2.3.10.tar.bz2


Index: balsa.spec
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/balsa.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- balsa.spec	4 Dec 2005 13:01:36 -0000	1.7
+++ balsa.spec	6 Feb 2006 22:29:41 -0000	1.8
@@ -1,10 +1,10 @@
 %define gmimever 2.1.17
-%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --enable-threads --disable-more-warnings --with-ssl --with-gss
+%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell
 
 Name:           balsa
-Version:        2.3.7
-Release:        2%{?dist}
-Summary:        Balsa Mail Client
+Version:        2.3.10
+Release:        1%{?dist}
+Summary:        Mail Client
 
 Group:          Applications/Internet
 License:        GPL
@@ -16,23 +16,30 @@
 Requires: libesmtp >= 1.0.3
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
-BuildRequires: scrollkeeper
-BuildRequires: libesmtp-devel >= 1.0.3
+
 BuildRequires: aspell-devel
-BuildRequires: openssl-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gnome-vfs2-devel
+BuildRequires: gtk2-devel
+BuildRequires: gtkhtml2-devel
+BuildRequires: gtkspell-devel
 
-BuildRequires:  gtk2-devel >= 2.0.0
-BuildRequires:  libgnome-devel >= 2.0.0
-BuildRequires:  libgnomeui-devel >= 2.0.0
-BuildRequires:  gnome-vfs2-devel >= 2.0.0
-BuildRequires:  libgnomeprint22-devel >= 2.2.0
-BuildRequires:  libgnomeprintui22-devel >= 2.2.0
-BuildRequires:  desktop-file-utils
+BuildRequires: libesmtp-devel >= 1.0.3
+BuildRequires: libgnome-devel
+BuildRequires: libgnomeprint22-devel
+BuildRequires: libgnomeprintui22-devel
+BuildRequires: libgnomeui-devel
+BuildRequires: openssl-devel
+BuildRequires: scrollkeeper
 
 %description
-Balsa is an e-mail reader.  This client is part of the GNOME
-desktop environment.  It supports local mailboxes, POP3 and
-IMAP.
+Balsa is a GNOME email client which supports mbox, maildir, and mh
+local mailboxes, and IMAP4 and POP3 remote mailboxes. Email can be
+sent via sendmail or SMTP. Optional multithreading support allows for
+non-intrusive retrieval and sending of mail. A finished GUI similar to
+that of the Eudora email client supports viewing images inline, saving
+message parts, viewing headers, adding attachments, moving messages,
+and printing messages.
 
 %prep
 %setup -q -D -a 1
@@ -50,7 +57,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR="$RPM_BUILD_ROOT"
-rm -f "$RPM_BUILD_ROOT%{_bindir}"/balsa-ab
 
 desktop-file-install $RPM_BUILD_ROOT%{_datadir}/applications/balsa.desktop \
         --vendor=fedora \
@@ -85,21 +91,24 @@
 %doc README COPYING ChangeLog NEWS TODO AUTHORS HACKING docs/mh-mail-HOWTO
 %doc docs/vconvert.awk docs/pine2vcard
 %{_bindir}/balsa
+%{_bindir}/balsa-ab
 %{_libdir}/bonobo/servers/GNOME_Balsa.server
 %{_datadir}/applications/*.desktop
-%{_datadir}/balsa/hicolor/*
-%{_datadir}/balsa/pixmaps/*
-%{_datadir}/gnome/help/balsa/*
+%{_datadir}/balsa/
+%{_datadir}/gnome/help/balsa/
 %{_datadir}/icons/hicolor/*
 %{_datadir}/idl/Balsa.idl
-%{_datadir}/omf/balsa/*
+%{_datadir}/omf/balsa/
 %{_datadir}/pixmaps/gnome-balsa2.png
-%{_datadir}/sounds/balsa/*
+%{_datadir}/sounds/balsa/
 %{_mandir}/man1/balsa.1*
 %config(noreplace) %{_sysconfdir}/sound/events/balsa.soundlist
 
 
 %changelog
+* Mon Feb  6 2006 Pawel Salek <pawsa at theochem.kth.se> - 2.3.10-1
+- update to upstream version 2.3.10. Enable gtkspell.
+
 * Sun Dec  4 2005 Pawel Salek <pawsa at theochem.kth.se> - 2.3.7-1
 - update to upstream version 2.3.7.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	4 Dec 2005 12:56:28 -0000	1.5
+++ sources	6 Feb 2006 22:29:41 -0000	1.6
@@ -1,2 +1,2 @@
 4be55ee55e4b3966bd51fadbf5fb323b  gmime-2.1.17.tar.bz2
-d50a439a8b8c2be99e3b0108d5d6073e  balsa-2.3.7.tar.bz2
+55900922195886be867cd5060548ff7f  balsa-2.3.10.tar.bz2




More information about the fedora-extras-commits mailing list