From 015b8c8c841e73ddafda4ce745c0e33a9703b9b2d56ed9322249a6f96eb62deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Jul 2018 13:08:41 +0000 Subject: [PATCH] Accepting request 625403 from home:jengelh:branches:devel:languages:python - Remove rhetorics from descriptions. - Avoid bashisms in %install. OBS-URL: https://build.opensuse.org/request/show/625403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=24 --- python-distorm3.changes | 6 ++++++ python-distorm3.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-distorm3.changes b/python-distorm3.changes index 69ec066..32bb0ea 100644 --- a/python-distorm3.changes +++ b/python-distorm3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 26 10:38:47 UTC 2018 - jengelh@inai.de + +- Remove rhetorics from descriptions. +- Avoid bashisms in %install. + ------------------------------------------------------------------- Mon Jul 23 10:25:20 UTC 2018 - tchvatal@suse.com diff --git a/python-distorm3.spec b/python-distorm3.spec index 26da0a0..5446b55 100644 --- a/python-distorm3.spec +++ b/python-distorm3.spec @@ -21,7 +21,7 @@ Name: python-%{modname} Version: 3.3.4 Release: 0 -Summary: Powerful Disassembler Library For x86/AMD64 +Summary: Disassembler Library For x86/AMD64 License: BSD-3-Clause Group: Development/Libraries/Python URL: https://github.com/gdabah/distorm @@ -38,9 +38,9 @@ BuildRequires: unzip %python_subpackages %description -No more parsing strings! - diStorm3 is really a decomposer, which means it -takes an instruction and returns a binary structure which describes it rather -than static text. +diStorm3 is a decomposer, which means it takes an instruction and +returns a binary structure which describes it rather than static +text. %prep %setup -q -n %{modname}-%{version} @@ -55,7 +55,7 @@ export CFLAGS="%{optflags}" %python_install # setup.py install puts files into wrong directory # https://github.com/gdabah/distorm/issues/124 -if [[ "x%_lib" != 'xlib' ]]; then +if [ "x%_lib" != "xlib" ]; then %python_expand mkdir -p %{buildroot}%{$python_sitearch} %python_expand mv -v %{buildroot}%{$python_sitelib}/%{modname}* %{buildroot}%{$python_sitearch} fi