+ libusbmuxd-2.0.2-1
Update to 2.0.2
This commit is contained in:
parent
5ed434d2c4
commit
2c5974669c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libusbmuxd-1.0.9.tar.bz2
|
||||
/libusbmuxd-1.0.10.tar.bz2
|
||||
/2.0.0.tar.gz
|
||||
/2.0.2.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libusbmuxd
|
||||
Version: 2.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Client library USB multiplex daemon for Apple's iOS devices
|
||||
|
||||
License: LGPLv2+
|
||||
@ -8,7 +8,7 @@ URL: http://www.libimobiledevice.org/
|
||||
Source0: https://github.com/libimobiledevice/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libplist-devel >= 2.1.0
|
||||
BuildRequires: libplist-devel >= 2.2.0
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
@ -60,7 +60,7 @@ make check
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
%{_libdir}/libusbmuxd.so.*
|
||||
%{_libdir}/libusbmuxd-2.0.so.*
|
||||
|
||||
%files utils
|
||||
%{_bindir}/iproxy
|
||||
@ -68,10 +68,14 @@ make check
|
||||
|
||||
%files devel
|
||||
%{_includedir}/usbmuxd*
|
||||
%{_libdir}/pkgconfig/libusbmuxd.pc
|
||||
%{_libdir}/libusbmuxd.so
|
||||
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
||||
%{_libdir}/libusbmuxd-2.0.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2020 Bastien Nocera <bnocera@redhat.com> - 2.0.2-1
|
||||
+ libusbmuxd-2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (2.0.0.tar.gz) = 5e071210b548eac18c1356e41d5a71f961acdc5546cf6857884f218ade69d9700149133af68ead2ee23b2751a594d2d2d7d98048b3ecc29549a81a9aa3bafb80
|
||||
SHA512 (2.0.2.tar.gz) = 9b64d5d47f958566432d5c94c51cc42bff0bb700c1d265ac507cfa31ac164fd52526725e9b1686922305c7ea4d3a0df6d469a8cf9a360bd9c22f55f5c8339500
|
||||
|
Loading…
Reference in New Issue
Block a user