Remove self-dependency
Signed-off-by: Chenxi Mao <chenxi.mao@suse.com> (cherry picked from commit bdcfd623e48c322120c7caf3783133cd2c9a9ac0)
This commit is contained in:
parent
e01bfd6967
commit
b4c496c1ca
@ -1,12 +1,12 @@
|
||||
Name: libusbmuxd
|
||||
Version: 2.0.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
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 libusbmuxd libusbmuxd-devel
|
||||
BuildRequires: gcc libplist-devel >= 2.2.0 autoconf automake libtool
|
||||
Provides: %{name}-utils
|
||||
Obsoletes: %{name}-utils
|
||||
|
||||
@ -38,9 +38,6 @@ 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
|
||||
@ -51,7 +48,6 @@ make check
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
%{_libdir}/libusbmuxd-2.0.so.*
|
||||
%{_libdir}/libusbmuxd.so.*
|
||||
%{_bindir}/iproxy
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_bindir}/inetcat
|
||||
@ -61,9 +57,11 @@ make check
|
||||
%{_includedir}/usbmuxd*
|
||||
%{_libdir}/pkgconfig/libusbmuxd-2.0.pc
|
||||
%{_libdir}/libusbmuxd-2.0.so
|
||||
%{_libdir}/libusbmuxd.so
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Chenxi Mao <chenxi.mao@suse.com> - 2.0.2-3
|
||||
- Remove self-dependency
|
||||
|
||||
* Fri Aug 7 2020 jinzhimin<jinzhimin2@huawei.com> - 2.0.2-2
|
||||
- add old so file
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user