Accepting request 902495 from home:jengelh:branches:security:forensics
- Drop python2 module build. OBS-URL: https://build.opensuse.org/request/show/902495 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevt?expand=0&rev=19
This commit is contained in:
parent
68f5ece61f
commit
e2457ab105
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 26 09:51:54 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Drop python2 module build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 13 22:52:32 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 13 22:52:32 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
22
libevt.spec
22
libevt.spec
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without python2
|
|
||||||
%define lname libevt1
|
%define lname libevt1
|
||||||
Name: libevt
|
Name: libevt
|
||||||
Version: 20210503
|
Version: 20210503
|
||||||
@ -53,9 +52,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421
|
|||||||
BuildRequires: pkgconfig(libregf) >= 20210419
|
BuildRequires: pkgconfig(libregf) >= 20210419
|
||||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
BuildRequires: pkgconfig(libuna) >= 20201204
|
||||||
BuildRequires: pkgconfig(libwrc) >= 20210425
|
BuildRequires: pkgconfig(libwrc) >= 20210425
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: pkgconfig(python2)
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,15 +91,6 @@ libevt is a library to access the Windows Event Log (EVT) format.
|
|||||||
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 %name.
|
applications that want to make use of %name.
|
||||||
|
|
||||||
%package -n python2-%name
|
|
||||||
Summary: Python bindings for libevt, a Windows event file parser
|
|
||||||
License: LGPL-3.0-or-later
|
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Obsoletes: python-%name < 20191221
|
|
||||||
|
|
||||||
%description -n python2-%name
|
|
||||||
Python bindings for libevt, which can read Windows event files.
|
|
||||||
|
|
||||||
%package -n python3-%name
|
%package -n python3-%name
|
||||||
Summary: Python bindings for libevt, a Windows event file parser
|
Summary: Python bindings for libevt, a Windows event file parser
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -121,9 +108,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-wide-character-type \
|
--enable-wide-character-type \
|
||||||
%if %{with python2}
|
|
||||||
--enable-python2 \
|
|
||||||
%endif
|
|
||||||
--enable-python3
|
--enable-python3
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -151,12 +135,6 @@ find %buildroot -name '*.la' -delete
|
|||||||
%_libdir/pkgconfig/libevt.pc
|
%_libdir/pkgconfig/libevt.pc
|
||||||
%_mandir/man3/libevt.3*
|
%_mandir/man3/libevt.3*
|
||||||
|
|
||||||
%if %{with python2}
|
|
||||||
%files -n python2-%name
|
|
||||||
%license COPYING*
|
|
||||||
%python2_sitearch/pyevt.so
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n python3-%name
|
%files -n python3-%name
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%python3_sitearch/pyevt.so
|
%python3_sitearch/pyevt.so
|
||||||
|
Loading…
Reference in New Issue
Block a user