From 45030ef622fd213cc4311971792602bc3eb5bde3 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Sun, 1 Aug 2010 14:11:24 -0400 Subject: [PATCH] * Sun Aug 01 2010 Orcan Ogetbil - 1.0.2-3 - Allow build against swig-2.0.0 --- libimobiledevice.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 1.0.2-3 +- Allow build against swig-2.0.0 + * Wed Jul 21 2010 David Malcolm - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild