[claws-mail] Run libtoolize to update libtool files and fix FTBFS (#1195313).

Michael Schwendt mschwendt at fedoraproject.org
Mon Feb 23 18:38:43 UTC 2015


commit e9296d170cdc6cd964f542d59b4131f2c8c9347d
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Feb 23 19:38:40 2015 +0100

    Run libtoolize to update libtool files and fix FTBFS (#1195313).
    
    - BR libcanberra-gtk2 which is not pulled in by libcanberra-devel.

 claws-mail.spec | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index e82d8f8..d25d5f2 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -2,7 +2,7 @@
 
 Name:           claws-mail
 Version:        3.11.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Email client and news reader based on GTK+
 Group:          Applications/Internet
 License:        GPLv3+
@@ -61,6 +61,8 @@ BuildRequires:  webkitgtk-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  python python-devel pygtk2-devel
 BuildRequires:  libcanberra-devel
+# this is an optional subpackage not pulled in by libcanberra-devel
+BuildRequires:  libcanberra-gtk2
 %if 0%{?fedora} >= 12
 # 20130522: cannot be used though, because it's gtk3 based not gtk2 anymore
 BuildRequires:  libchamplain-gtk-devel
@@ -375,7 +377,7 @@ exporting of your meetings or all your calendars.
 # remove bundled libical
 rm -fr src/plugins/vcalendar/libical
 %patch10 -p1 -b.ical
-autoreconf
+libtoolize ; autoreconf
 
 %if 0%{?fedora} > 20
 %patch11 -p1 -b.syscrypto
@@ -630,6 +632,10 @@ fi
 
 
 %changelog
+* Mon Feb 23 2015 Michael Schwendt <mschwendt at fedoraproject.org> - 3.11.1-8
+- Run libtoolize to update libtool files and fix FTBFS (#1195313).
+- BR libcanberra-gtk2 which is not pulled in by libcanberra-devel.
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 3.11.1-7
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code


More information about the scm-commits mailing list