+ libimobiledevice-1.2.1-0.2
Use openssl instead of gnutls, as the gnutls backend keeps breaking
This commit is contained in:
parent
f6ac6945e9
commit
7e8d998e46
@ -1,6 +1,6 @@
|
||||
Name: libimobiledevice
|
||||
Version: 1.2.1
|
||||
Release: 0.1%{?dist}
|
||||
Release: 0.2%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,7 +15,7 @@ Source0: http://www.libimobiledevice.org/downloads/%{name}-1.2.0.tar.bz2
|
||||
Patch0: a7568f456d10f1aff61534e3216201a857865247...9b857fc42cdc4921e1e3f190c5ea907774e04758.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libplist-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
@ -54,7 +54,7 @@ chmod +x docs/html
|
||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-openssl --enable-dev-tools --without-cython
|
||||
%configure --disable-static --enable-openssl --enable-dev-tools --without-cython
|
||||
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
@ -86,6 +86,10 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
%{_includedir}/libimobiledevice/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2019 Bastien Nocera <bnocera@redhat.com> - 1.2.1-0.2
|
||||
+ libimobiledevice-1.2.1-0.2
|
||||
- Use openssl instead of gnutls, as the gnutls backend keeps breaking
|
||||
|
||||
* Mon Nov 25 2019 Bastien Nocera <bnocera@redhat.com> - 1.2.1-0.1
|
||||
+ libimobiledevice-1.2.1-0.1
|
||||
- Add support for newer devices
|
||||
|
Loading…
Reference in New Issue
Block a user