[balsa] Update to upstream 2.5.1 release.

Pawel Salek pawsa at fedoraproject.org
Sun Apr 28 13:32:33 UTC 2013


commit 69f73c896c3c1f083875d40419020fd70f0a7288
Author: Pawel Salek <pawsa0 at gmail.com>
Date:   Sun Apr 28 15:31:58 2013 +0200

    Update to upstream 2.5.1 release.

 .gitignore |    1 +
 balsa.spec |   27 +++++++++++++++------------
 sources    |    2 +-
 3 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fedb277..e74c70d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ balsa-2.4.8.tar.bz2
 /balsa-2.4.12.tar.bz2
 /balsa-2.4.14.tar.bz2
 /balsa-2.5.0.tar.bz2
+/balsa-2.5.1.tar.bz2
diff --git a/balsa.spec b/balsa.spec
index 471ba93..38cd47b 100644
--- a/balsa.spec
+++ b/balsa.spec
@@ -1,7 +1,7 @@
 %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  --with-unique --with-gmime=2.6 --without-gnome --with-html-widget=webkit --with-gpgme --with-secret
 
 Name:           balsa
-Version:        2.5.0
+Version:        2.5.1
 Release:        1%{?dist}
 Summary:        Mail Client
 
@@ -11,27 +11,25 @@ URL:            http://pawsa.fedorapeople.org/balsa/
 Source0:        http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
 
 Requires: libesmtp >= 1.0.6
-Requires: scrollkeeper
+#BuildRequires: gnome-vfs2-devel
 BuildRequires: NetworkManager-glib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: enchant-devel
 BuildRequires: gettext
 BuildRequires: gmime-devel >= 2.5.1
 BuildRequires: gnome-doc-utils
-#BuildRequires: gnome-vfs2-devel
 BuildRequires: gpgme-devel
-BuildRequires: webkitgtk3-devel
 BuildRequires: gtkspell3-devel
 BuildRequires: intltool
 BuildRequires: libesmtp-devel >= 1.0.6
-BuildRequires: libgnome-devel
-BuildRequires: libgnomeui-devel
 BuildRequires: libnotify-devel
+BuildRequires: libsecret-devel
 BuildRequires: libtool
 BuildRequires: openssl-devel
 BuildRequires: rarian-compat
 BuildRequires: unique-devel
-BuildRequires: libsecret-devel
+BuildRequires: webkitgtk3-devel
+BuildRequires: yelp-tools
 
 %description
 Balsa is a GNOME email client which supports mbox, maildir, and mh
@@ -44,14 +42,13 @@ and printing messages.
 
 %prep
 %setup -q
-perl -pi -e 's,gnome-icon-theme,,g;' configure.in
 
 # Needed for aclocal to work
-mkdir m4
+#mkdir m4
 
 %build
 
-autoreconf -f -i
+#autoreconf -f -i
 %configure %{config_opts}
 
 make %{?_smp_mflags}
@@ -89,15 +86,21 @@ fi
 %{_bindir}/balsa-ab
 %{_datadir}/applications/*.desktop
 %{_datadir}/balsa/
-%{_datadir}/gnome/help/balsa/
+%{_datadir}/help/C/balsa/
+%{_datadir}/help/de/balsa/
+%{_datadir}/help/es/balsa/
+%{_datadir}/help/fr/balsa/
+%{_datadir}/help/sl/balsa/
 %{_datadir}/icons/hicolor/*
-%{_datadir}/omf/balsa/
 %{_datadir}/pixmaps/gnome-balsa2.png
 %{_datadir}/sounds/balsa/
 %{_mandir}/man1/balsa.1*
 %config(noreplace) %{_sysconfdir}/sound/events/balsa.soundlist
 
 %changelog
+* Sun Apr 28 2013 Pawel Salek <salek at kth.se> - 2.5.1-1
+- update to upstream 2.5.1
+
 * Thu Feb 28 2013 Pawel Salek <salek at kth.se> - 2.5.0-1
 - update to upstream 2.5.0
 
diff --git a/sources b/sources
index ad1ca4b..7e8f26c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3124489ee863391aeefcffd544a63074  balsa-2.5.0.tar.bz2
+afd175b4de2c6cc685ace50dc3ad61ff  balsa-2.5.1.tar.bz2


More information about the scm-commits mailing list