All the version of Fedora are > 13 now

This commit is contained in:
Bastien Nocera 2011-12-08 16:06:06 +00:00
parent f700f459c0
commit 216b66c70f

View File

@ -2,7 +2,7 @@
Name: libimobiledevice
Version: 1.1.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library for connecting to mobile devices
Group: System Environment/Libraries
@ -65,10 +65,8 @@ 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
@ -108,6 +106,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{python_sitearch}/imobiledevice/
%changelog
* Thu Dec 08 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-4
- All the version of Fedora are > 13 now
* Thu Dec 01 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-3
- Add iOS 5 support patches from upstream