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