Name: libimobiledevice Version: 1.3.0 Release: 1mamba Summary: A software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices on Linux Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.libimobiledevice.org/ Source: https://github.com/libimobiledevice/libimobiledevice/releases/download/%{version}/libimobiledevice-%{version}.tar.bz2 #Source: http://www.libimobiledevice.org/downloads/libimobiledevice-%{version}.tar.bz2 Patch0: libimobiledevice-1.1.1-iOS_5.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ldconfig BuildRequires: libopenssl-devel BuildRequires: libplist-devel BuildRequires: libusbmuxd-devel ## AUTOBUILDREQ-END BuildRequires: libplist-devel >= 2.2.0 BuildRequires: libusbmuxd-devel >= 2.0.2 Requires: libusbmuxd >= 2.0.2 Obsoletes: libimobiledevice1 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard® icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and (using libgpod) synchronize music and video to the device. %package -n python-imobiledevice Group: Development/Libraries/Python Summary: Python bindings for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: python >= %{pyver} %description -n python-imobiledevice A Python library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} Obsoletes: libimobiledevice1-devel %description devel libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard® icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and (using libgpod) synchronize music and video to the device. This package contains static libraries and header files need for development. %package tools Group: Applications/Multimedia Summary: Tools provided with %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard® icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and (using libgpod) synchronize music and video to the device. This package contains the tools provided with %{name}. %debug_package %prep %setup -q %build # FIXME: as of 1.1.4 python bindings through cython don't seem to be working %configure \ --without-cython %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libimobiledevice-1.0.so.* %doc AUTHORS COPYING.LESSER #%files -n python-imobiledevice #%defattr(-,root,root,-) #%{python_sitearch}/imobiledevice %files tools %defattr(-,root,root) %{_bindir}/idevice* %{_mandir}/man1/idevice*.1* %doc COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/libimobiledevice %{_includedir}/libimobiledevice/*.h #%{_includedir}/libimobiledevice/swig %{_libdir}/libimobiledevice-1.0.a %{_libdir}/libimobiledevice-1.0.la %{_libdir}/libimobiledevice-1.0.so %{_libdir}/pkgconfig/*.pc %doc docs/html/ %doc NEWS %changelog * Thu Jul 02 2020 Silvan Calarco 1.3.0-1mamba - update to 1.3.0 * Fri Mar 27 2020 Silvan Calarco 1.2.0-3mamba - rebuilt with libusbmuxd 2.0.1 * Sun Aug 04 2019 Silvan Calarco 1.2.0-2mamba - rebuilt with openssl 1.1.1c * Mon Jan 25 2016 Automatic Build System 1.2.0-1mamba - automatic version update by autodist * Sun Nov 23 2014 Automatic Build System 1.1.7-1mamba - automatic version update by autodist * Fri Sep 05 2014 Automatic Build System 1.1.6-1mamba - automatic version update by autodist * Fri Sep 05 2014 Silvan Calarco 1.1.5-2mamba - rebuilt by autoport with build requirements: libplist-devel>=1.11-1mamba * Sat May 11 2013 Automatic Build System 1.1.5-1mamba - automatic version update by autodist * Mon May 14 2012 Silvan Calarco 1.1.4-1mamba - update to 1.1.4 * Sun Jan 29 2012 Stefano Cotta Ramusino 1.1.1-2mamba - added python package * Tue Aug 23 2011 Silvan Calarco 1.1.1-1mamba - update to 1.1.1 * Thu Feb 17 2011 Silvan Calarco 1.0.4-1mamba - update to 1.0.4 * Mon Sep 20 2010 Silvan Calarco 1.0.2-1mamba - package created by autospec