+ libimobiledevice-1.3.0-1
Update to 1.3.0
This commit is contained in:
parent
8aa249ec70
commit
0fa4b17da3
@ -1,18 +1,11 @@
|
|||||||
Name: libimobiledevice
|
Name: libimobiledevice
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 0.3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for connecting to mobile devices
|
Summary: Library for connecting to mobile devices
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libimobiledevice.org/
|
URL: http://www.libimobiledevice.org/
|
||||||
Source0: http://www.libimobiledevice.org/downloads/%{name}-1.2.0.tar.bz2
|
Source0: https://github.com/libimobiledevice/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||||
# Upstream patches, generated with:
|
|
||||||
# git format-patch --stdout 344409e1d1ad917d377b256214c5411dda82e6b0...9b857fc42cdc4921e1e3f190c5ea907774e04758
|
|
||||||
# b5a70e9aaf538dad0aba0b800b122955e8ac494b
|
|
||||||
# 26373b334889f5ae2e2737ff447eb25b1700fa2f
|
|
||||||
# 97f8ac9e9ad9ee73ca635a26831bfe950a5d673b
|
|
||||||
# were manually removed
|
|
||||||
Patch0: a7568f456d10f1aff61534e3216201a857865247...9b857fc42cdc4921e1e3f190c5ea907774e04758.patch
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -73,7 +66,7 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%{_libdir}/libimobiledevice.so.6*
|
%{_libdir}/libimobiledevice-1.0.so.6*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%doc %{_datadir}/man/man1/idevice*
|
%doc %{_datadir}/man/man1/idevice*
|
||||||
@ -82,10 +75,14 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%files devel
|
%files devel
|
||||||
%doc docs/html/
|
%doc docs/html/
|
||||||
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
|
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
|
||||||
%{_libdir}/libimobiledevice.so
|
%{_libdir}/libimobiledevice-1.0.so
|
||||||
%{_includedir}/libimobiledevice/
|
%{_includedir}/libimobiledevice/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2020 Bastien Nocera <bnocera@redhat.com> - 1.3.0-1
|
||||||
|
+ libimobiledevice-1.3.0-1
|
||||||
|
- Update to 1.3.0
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-0.3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-0.3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user