Accepting request 902515 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/902515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfwsi?expand=0&rev=9
This commit is contained in:
commit
c18c0130ad
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 26 09:59:03 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Drop python2 module build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 13 11:38:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 13 11:38:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
18
libfwsi.spec
18
libfwsi.spec
@ -68,18 +68,6 @@ Library to access the Windows Shell Item format for the libyal family of librari
|
|||||||
This subpackage contains libraries and header files for developing
|
This subpackage contains libraries and header files for developing
|
||||||
applications that want to make use of libfwsi.
|
applications that want to make use of libfwsi.
|
||||||
|
|
||||||
%package -n python2-%{name}
|
|
||||||
Summary: Python2 bindings for libfwsi
|
|
||||||
License: LGPL-3.0-or-later
|
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Requires: %{lname} = %{version}
|
|
||||||
BuildRequires: pkgconfig(python2)
|
|
||||||
Obsoletes: pyfwsi <= 20191221
|
|
||||||
Obsoletes: python-%{name} <= 20191221
|
|
||||||
|
|
||||||
%description -n python2-%name
|
|
||||||
Python2 bindings for libfwsi, a library to access Windows Shell Items.
|
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python bindings for libfwsi
|
Summary: Python bindings for libfwsi
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -94,7 +82,7 @@ cp "%{S:2}" .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then ./autogen.sh; fi
|
if [ ! -e configure ]; then ./autogen.sh; fi
|
||||||
%configure --disable-static --enable-python2 --enable-python3
|
%configure --disable-static --enable-python3
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -117,10 +105,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/pkgconfig/libfwsi.pc
|
%{_libdir}/pkgconfig/libfwsi.pc
|
||||||
%{_mandir}/man3/libfwsi.3*
|
%{_mandir}/man3/libfwsi.3*
|
||||||
|
|
||||||
%files -n python2-%name
|
|
||||||
%license COPYING*
|
|
||||||
%python2_sitearch/pyfwsi.so
|
|
||||||
|
|
||||||
%files -n python3-%name
|
%files -n python3-%name
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%python3_sitearch/pyfwsi.so
|
%python3_sitearch/pyfwsi.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user