[claws-mail-plugins] * Sat Jul 31 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 3.7.6-5 - patch geolocation plugi

Michael Schwendt mschwendt at fedoraproject.org
Sat Jul 31 20:48:28 UTC 2010


commit 2ab39554fde540223dcefa7d6600b47c151aeed3
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Jul 31 22:48:22 2010 +0200

    * Sat Jul 31 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 3.7.6-5
    - patch geolocation plugin temporarily to look for champlain-gtk-0.6.pc
      (Fedora 14) so the entire package can be rebuilt for Python 2.7

 claws-mail-plugins.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/claws-mail-plugins.spec b/claws-mail-plugins.spec
index fdf7784..3c8b1be 100644
--- a/claws-mail-plugins.spec
+++ b/claws-mail-plugins.spec
@@ -22,7 +22,7 @@
 
 Name:           claws-mail-plugins
 Version:        3.7.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
@@ -308,6 +308,10 @@ exporting of your meetings or all your calendars.
 
 %prep
 %setup -q -n claws-mail-extra-plugins-%{version}
+# hack - Fedora 14 has libchamplain-gtk >= 0.6 and wouldn't even build
+%if 0%{?fedora} >= 14
+sed -i -e 's!champlain-gtk-0.4!champlain-gtk-0.6!g' geolocation_plugin-0.0.3/configure
+%endif
 
 %build
 #acpi_notifier
@@ -710,6 +714,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
+* Sat Jul 31 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 3.7.6-5
+- patch geolocation plugin temporarily to look for champlain-gtk-0.6.pc
+  (Fedora 14) so the entire package can be rebuilt for Python 2.7
+
 * Sun Jul 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.6-4
 - rebuild libchamplain


More information about the scm-commits mailing list