From 6fdf17bf0cbe5e205970b389f81bf398d5df355ad3fb4ccd6bdca12463a9e9d7 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 30 Apr 2020 01:57:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=15 --- libsmraw.spec | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/libsmraw.spec b/libsmraw.spec index 9e77dea..38af0c9 100644 --- a/libsmraw.spec +++ b/libsmraw.spec @@ -80,17 +80,6 @@ Group: Productivity/File utilities This subpackage contains the utility programs from libsmraw to acquire, export, query and verify storage media (split) RAW files. -%package -n python2-%name -Summary: Python 2 bindings for libsmraw -Group: Development/Languages/Python -Requires: %lname = %version -Requires: python -Obsoletes: python-%{name} - -%description -n python2-%name -Python 2 bindings for libsmraw, which provides functionality to work -with (split) RAW files. - %package -n python3-%name Summary: Python 3 bindings for libsmraw Group: Development/Languages/Python @@ -105,7 +94,7 @@ with (split) RAW files. %setup -qn libsmraw-%timestamp %build -%configure --disable-static --enable-wide-character-type --enable-python2 --enable-python3 +%configure --disable-static --enable-wide-character-type --enable-python3 make %{?_smp_mflags} %install @@ -138,12 +127,6 @@ find "%buildroot" -name "*.la" -delete %_bindir/smrawmount %_mandir/man1/smrawmount.1* -%files -n python2-%name -%defattr(-,root,root) -%doc AUTHORS ChangeLog -%license COPYING -%python_sitearch/pysmraw.so - %files -n python3-%name %defattr(-,root,root) %doc AUTHORS ChangeLog