Add dep on libgcrypt-devel to fix FTBFS
This commit is contained in:
parent
5bbf73973e
commit
8ea0417f4c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libimobiledevice
|
||||
Version: 1.1.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Library for connecting to mobile devices
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -10,12 +10,13 @@ License: LGPLv2+
|
||||
URL: http://www.libimobiledevice.org/
|
||||
Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libplist-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libplist-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: usbmuxd-devel
|
||||
BuildRequires: python-devel
|
||||
@ -67,24 +68,24 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING.LESSER README
|
||||
%doc %{_datadir}/man/man1/idevice*
|
||||
%{_bindir}/idevice*
|
||||
%{_libdir}/libimobiledevice.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/html/
|
||||
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
|
||||
%{_libdir}/libimobiledevice.so
|
||||
%{_includedir}/libimobiledevice/
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/imobiledevice*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 3 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.5-3
|
||||
- Add dep on libgcrypt-devel to fix FTBFS
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user