[libimobiledevice] * Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.2-3 - Allow build against s

Orcan Ogetbil oget at fedoraproject.org
Sun Aug 1 18:11:27 UTC 2010


commit 45030ef622fd213cc4311971792602bc3eb5bde3
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Aug 1 14:11:24 2010 -0400

    * Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.2-3
    - Allow build against swig-2.0.0

 libimobiledevice.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/libimobiledevice.spec b/libimobiledevice.spec
index 51f1e79..a5c2f09 100644
--- a/libimobiledevice.spec
+++ b/libimobiledevice.spec
@@ -2,7 +2,7 @@
 
 Name:          libimobiledevice
 Version:       1.0.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Library for connecting to mobile devices
 
 Group:         System Environment/Libraries
@@ -57,6 +57,11 @@ Python bindings for libimobiledevice.
 # Fix dir permissions on html docs
 chmod +x docs/html
 
+%if 0%{?fedora} > 13
+# Allow build against swig 2.0.0. A proper fix would be nicer.
+sed -i 's|1.3.21|2.0.0|g' configure
+%endif
+
 %build
 %configure --disable-static
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -99,6 +104,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/imobiledevice/
 
 %changelog
+* Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.2-3
+- Allow build against swig-2.0.0
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list