!7 capstone: delete unneeded so for bumping version
From: @openeuler-basic Reviewed-by: @hanxinke Signed-off-by: @hanxinke
This commit is contained in:
commit
46cba4e873
@ -1,7 +1,7 @@
|
|||||||
%bcond_with java
|
%bcond_with java
|
||||||
Name: capstone
|
Name: capstone
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A lightweight multi-platform, multi-architecture disassembly framework
|
Summary: A lightweight multi-platform, multi-architecture disassembly framework
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.capstone-engine.org/
|
URL: http://www.capstone-engine.org/
|
||||||
@ -84,7 +84,6 @@ popd
|
|||||||
DESTDIR=%{buildroot} LIBDIRARCH=%{_lib} \
|
DESTDIR=%{buildroot} LIBDIRARCH=%{_lib} \
|
||||||
INCDIR="%{_includedir}" make install
|
INCDIR="%{_includedir}" make install
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
cp -a %{_libdir}/libcapstone.so.3 %{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
pushd bindings/python
|
pushd bindings/python
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -128,6 +127,9 @@ install -D -p -m 0644 bindings/java/%{name}.jar %{buildroot}/%{_javadir}/%{name
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 20 2021 shenyangyang<shenyangyang4@huawei.com> - 4.0.2-3
|
||||||
|
- DESC:Delete unneeded so for bumping version
|
||||||
|
|
||||||
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 4.0.2-2
|
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 4.0.2-2
|
||||||
- DESC:remove capstone-4.0.1.tar.gz and 0001-Fix-include-path-in-pkg-config-for-Makefile-too-1339.patch after upgrade 4.0.2
|
- DESC:remove capstone-4.0.1.tar.gz and 0001-Fix-include-path-in-pkg-config-for-Makefile-too-1339.patch after upgrade 4.0.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user