add old so file
This commit is contained in:
parent
b328ea7c8c
commit
b37c277cb5
@ -1,12 +1,12 @@
|
||||
Name: libusbmuxd
|
||||
Version: 2.0.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: software protocol library and tools to communicate with iOS devices natively
|
||||
License: LGPLv2+ and GPLv2+
|
||||
URL: http://www.libimobiledevice.org/
|
||||
Source0: https://github.com/libimobiledevice/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc libplist-devel >= 2.2.0 autoconf automake libtool
|
||||
BuildRequires: gcc libplist-devel >= 2.2.0 autoconf automake libtool libusbmuxd libusbmuxd-devel
|
||||
Provides: %{name}-utils
|
||||
Obsoletes: %{name}-utils
|
||||
|
||||
@ -38,6 +38,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
%install
|
||||
%make_install
|
||||
cp -a %{_libdir}/libusbmuxd.so.4 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libusbmuxd.so.4.0.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libusbmuxd.so $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -48,6 +51,7 @@ make check
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
%{_libdir}/libusbmuxd-2.0.so.*
|
||||
%{_libdir}/libusbmuxd.so.*
|
||||
%{_bindir}/iproxy
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_bindir}/inetcat
|
||||
@ -57,8 +61,12 @@ make check
|
||||
%{_includedir}/usbmuxd*
|
||||
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
||||
%{_libdir}/libusbmuxd-2.0.so
|
||||
%{_libdir}/libusbmuxd.so
|
||||
|
||||
%changelog
|
||||
* Fri Aug 7 2020 jinzhimin<jinzhimin2@huawei.com> - 2.0.2-2
|
||||
- add old so file
|
||||
|
||||
* Thu Aug 6 2020 jinzhimin<jinzhimin2@huawei.com> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user