Blame SPECS/libimobiledevice.spec

79cfc4
Name:          libimobiledevice
79cfc4
Version:       1.2.0
79cfc4
Release:       16%{?dist}
79cfc4
Summary:       Library for connecting to mobile devices
79cfc4
79cfc4
Group:         System Environment/Libraries
79cfc4
License:       LGPLv2+
79cfc4
URL:           http://www.libimobiledevice.org/
79cfc4
Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
79cfc4
# Upstream patches, generated with:
79cfc4
# git format-patch --stdout  344409e1d1ad917d377b256214c5411dda82e6b0...5a85432719fb3d18027d528f87d2a44b76fd3e12
79cfc4
# b5a70e9aaf538dad0aba0b800b122955e8ac494b was manually removed
79cfc4
Patch0:        344409e1d1ad917d377b256214c5411dda82e6b0...5a85432719fb3d18027d528f87d2a44b76fd3e12.patch
79cfc4
# GNUTLS 3.6.0 bug fixes
79cfc4
Patch1:        0001-userpref-GnuTLS-Fix-3.6.0-SHA1-compatibility.patch
79cfc4
Patch2:        0002-userpref-GnuTLS-Use-valid-serial-for-3.6.0.patch
79cfc4
79cfc4
BuildRequires: glib2-devel
79cfc4
BuildRequires: gnutls-devel
79cfc4
BuildRequires: libgcrypt-devel
79cfc4
BuildRequires: libplist-devel
79cfc4
BuildRequires: libtasn1-devel
79cfc4
BuildRequires: libusbmuxd-devel
79cfc4
BuildRequires: libusbx-devel
79cfc4
BuildRequires: libxml2-devel
79cfc4
BuildRequires: readline-devel
79cfc4
BuildRequires: swig
79cfc4
BuildRequires: git-core
79cfc4
BuildRequires: autoconf automake libtool
79cfc4
79cfc4
%description
79cfc4
libimobiledevice is a library for connecting to mobile devices including phones 
79cfc4
and music players
79cfc4
79cfc4
%package devel
79cfc4
Summary: Development package for libimobiledevice
79cfc4
Group: Development/Libraries
79cfc4
Requires: %{name}%{?_isa} = %{version}-%{release}
79cfc4
79cfc4
%description devel
79cfc4
Files for development with libimobiledevice.
79cfc4
79cfc4
%package utils
79cfc4
Summary: Utilites for libimobiledevice
79cfc4
Group: Applications/System
79cfc4
Requires: %{name}%{?_isa} = %{version}-%{release}
79cfc4
79cfc4
%description utils
79cfc4
Utilites for use with libimobiledevice.
79cfc4
79cfc4
%prep
79cfc4
%autosetup -S git
79cfc4
79cfc4
# Fix dir permissions on html docs
79cfc4
chmod +x docs/html
79cfc4
79cfc4
ACLOCAL="aclocal -I m4" autoreconf -f -i
79cfc4
79cfc4
%build
79cfc4
%configure --disable-static --disable-openssl --enable-dev-tools --without-cython
79cfc4
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
79cfc4
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
79cfc4
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
79cfc4
79cfc4
make %{?_smp_mflags} V=1
79cfc4
79cfc4
%install
79cfc4
make install DESTDIR=%{buildroot}
79cfc4
79cfc4
#Remove libtool archives.
79cfc4
find %{buildroot} -type f -name "*.la" -delete
79cfc4
79cfc4
%post -p /sbin/ldconfig
79cfc4
79cfc4
%postun -p /sbin/ldconfig
79cfc4
79cfc4
%files
79cfc4
%{!?_licensedir:%global license %%doc}
79cfc4
%license COPYING.LESSER
79cfc4
%doc AUTHORS README
79cfc4
%{_libdir}/libimobiledevice.so.6*
79cfc4
79cfc4
%files utils
79cfc4
%doc %{_datadir}/man/man1/idevice*
79cfc4
%{_bindir}/idevice*
79cfc4
79cfc4
%files devel
79cfc4
%doc docs/html/
79cfc4
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
79cfc4
%{_libdir}/libimobiledevice.so
79cfc4
%{_includedir}/libimobiledevice/
79cfc4
79cfc4
%changelog
79cfc4
* Thu Jun 07 2018 Bastien Nocera <bnocera@redhat.com> - 1.2.0-16
79cfc4
+ libimobiledevice-1.2.0-16
79cfc4
- Remove python2 subpackage, it hasn't been generated since F21
79cfc4
79cfc4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-14
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
79cfc4
79cfc4
* Fri Sep 15 2017 Bastien Nocera <bnocera@redhat.com> - 1.2.0-13
79cfc4
+ libimobiledevice-1.2.0-13
79cfc4
- GNUTLS 3.6.0 compatibility bug fixes
79cfc4
79cfc4
* Fri Sep 15 2017 Bastien Nocera <bnocera@redhat.com> - 1.2.0-12
79cfc4
+ libimobiledevice-1.2.0-12
79cfc4
- Replace patches with a single mega-patch
79cfc4
- Fixes usbmuxd for iOS 11 devices
79cfc4
79cfc4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-11
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
79cfc4
79cfc4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-10
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
79cfc4
79cfc4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-9
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
79cfc4
79cfc4
* Wed Nov 09 2016 Bastien Nocera <bnocera@redhat.com> - 1.2.0-8
79cfc4
+ libimobiledevice-1.2.0-8
79cfc4
- Fix usage with iOS 10
79cfc4
- Use upstream commit for GNUTLS3 support
79cfc4
79cfc4
* Fri May 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-7
79cfc4
- Fix CVE-2016-5104
79cfc4
79cfc4
* Mon Mar 14 2016 Bastien Nocera <bnocera@redhat.com> 1.2.0-6
79cfc4
- Add fix for potential security issue
79cfc4
79cfc4
* Mon Mar 14 2016 Bastien Nocera <bnocera@redhat.com> 1.2.0-5
79cfc4
- Fix installation proxy usage
79cfc4
79cfc4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
79cfc4
79cfc4
* Wed Aug 26 2015 Kalev Lember <klember@redhat.com> - 1.2.0-3
79cfc4
- Fix the build with gnutls 3.4
79cfc4
79cfc4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
79cfc4
79cfc4
* Wed Feb 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
79cfc4
- New 1.2.0 release
79cfc4
- Use %%license
79cfc4
79cfc4
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.7-1
79cfc4
- New 1.1.7 release
79cfc4
79cfc4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-3
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
79cfc4
79cfc4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
79cfc4
79cfc4
* Mon May  5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.6-1
79cfc4
- New 1.1.6 release
79cfc4
79cfc4
* Thu Apr 24 2014 Rex Dieter <rdieter@fedoraproject.org> 1.1.5-5
79cfc4
- disable broken -python on rawhide
79cfc4
79cfc4
* Wed Apr 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.5-4
79cfc4
- Rebuild
79cfc4
79cfc4
* Sat Aug  3 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.5-3
79cfc4
- Add dep on libgcrypt-devel to fix FTBFS
79cfc4
79cfc4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
79cfc4
79cfc4
* Tue Mar 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.5-1
79cfc4
- New 1.1.5 release
79cfc4
79cfc4
* Thu Feb 21 2013 Bastien Nocera <bnocera@redhat.com> 1.1.4-6
79cfc4
- Add patch to avoid multi-byte characters from being stripped
79cfc4
  from the device name
79cfc4
79cfc4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-5
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
79cfc4
79cfc4
* Wed Sep 05 2012 Bastien Nocera <bnocera@redhat.com> 1.1.4-4
79cfc4
- Don't make upowerd crash when run under systemd (#834359)
79cfc4
79cfc4
* Fri Aug 10 2012 Rex Dieter <rdieter@fedoraproject.org> - 1.1.4-3
79cfc4
- disable broken python/cython bindings (for now, currently FTBFS)
79cfc4
- track soname
79cfc4
- tighten  subpkg deps
79cfc4
79cfc4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
79cfc4
79cfc4
* Tue Apr 10 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.1.4-1
79cfc4
- New 1.1.4 release
79cfc4
79cfc4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-5
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
79cfc4
79cfc4
* Thu Dec 08 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-4
79cfc4
- All the version of Fedora are > 13 now
79cfc4
79cfc4
* Thu Dec 01 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-3
79cfc4
- Add iOS 5 support patches from upstream
79cfc4
79cfc4
* Wed Sep 21 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-2
79cfc4
- Fix compilation against recent version of gnutls
79cfc4
79cfc4
* Fri Apr 29 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.1-1
79cfc4
- New 1.1.1 release
79cfc4
79cfc4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79cfc4
79cfc4
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.1.0-1
79cfc4
- Update to 1.1.0
79cfc4
79cfc4
* Sun Nov 28 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.4-1
79cfc4
- New 1.0.4 release
79cfc4
79cfc4
* Mon Oct  4 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.3-1
79cfc4
- New 1.0.3 release
79cfc4
79cfc4
* Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.2-3
79cfc4
- Allow build against swig-2.0.0
79cfc4
79cfc4
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
79cfc4
79cfc4
* Sun Jun 20 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.2-1
79cfc4
- New upstream stable 1.0.2 release
79cfc4
79cfc4
* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.1-1
79cfc4
- New upstream stable 1.0.1 release
79cfc4
79cfc4
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
79cfc4
- New upstream stable 1.0.0 release
79cfc4
79cfc4
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-3
79cfc4
- Add patch to fix DSO linking. Fixes bug 565084
79cfc4
79cfc4
* Wed Feb  3 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-2
79cfc4
- Package review updates, add developer docs
79cfc4
79cfc4
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
79cfc4
- New package for new library name. Update to 0.9.7
79cfc4
79cfc4
* Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
79cfc4
- Update to 0.9.6 release
79cfc4
79cfc4
* Sat Jan  9 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.5-3
79cfc4
- Updated to the new python sysarch spec file reqs
79cfc4
79cfc4
* Tue Dec 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-2
79cfc4
- Update python bindings
79cfc4
79cfc4
* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
79cfc4
- Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
79cfc4
79cfc4
* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
79cfc4
- Rebuild for libplist .so bump
79cfc4
79cfc4
* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
79cfc4
- Update from libusb to libusb1
79cfc4
79cfc4
* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
79cfc4
- Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
79cfc4
79cfc4
* Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
79cfc4
- Update to 0.9.3 release
79cfc4
79cfc4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-3
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
79cfc4
79cfc4
* Wed May 13 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-2
79cfc4
- Add new build reqs
79cfc4
79cfc4
* Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
79cfc4
- Update to official 0.9.1 release
79cfc4
79cfc4
* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-11.20090325git443edc8
79cfc4
- Update to latest master version
79cfc4
79cfc4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-10.20090103git5cde554
79cfc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
79cfc4
79cfc4
* Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-9.git5cde554
79cfc4
- Add back gnutls version patch
79cfc4
79cfc4
* Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-8.git5cde554
79cfc4
- Upload bzipped source file
79cfc4
79cfc4
* Sat Jan 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.0-7.git5cde554
79cfc4
- New git snapshot
79cfc4
79cfc4
* Mon Dec 8 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-6.git8c3a01e
79cfc4
- Fix devel dependency 
79cfc4
79cfc4
* Mon Dec 8 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5.git8c3a01e
79cfc4
- Fix gnutls check for new rawhide version
79cfc4
79cfc4
* Mon Dec 8 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4.git8c3a01e
79cfc4
- Rebuild for pkgconfig
79cfc4
79cfc4
* Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3.git8c3a01e
79cfc4
- Fix git file generation
79cfc4
79cfc4
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2.git8c3a01e
79cfc4
- Updates for package review
79cfc4
79cfc4
* Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
79cfc4
- Initial package