* Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.2-3
- Allow build against swig-2.0.0
This commit is contained in:
parent
bfa7a1f07e
commit
45030ef622
@ -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@redhat.com> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user