Accepting request 902496 from home:jengelh:branches:security:forensics
- Update to release 20210525 - Drop python2 module build. OBS-URL: https://build.opensuse.org/request/show/902496 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=26
This commit is contained in:
parent
75a382e221
commit
88d2bb7fe7
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/libyal/libevtx</param>
|
||||
<param name="revision">c23e14d09d0e20e1cc8166219e353da6fe64e12f</param>
|
||||
<!-- see configure.ac -->
|
||||
<param name="versionformat">20210504</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2450a6e15c8f92ed2444693b296de084485d4652d2e56ac410d95afec12add53
|
||||
size 185212
|
3
libevtx-alpha-20210525.tar.gz
Normal file
3
libevtx-alpha-20210525.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecf5d1cd90c9555d05a6981b4191819bb9aa4f49c8b58370673f22838e265fe7
|
||||
size 1995787
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 26 10:38:55 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20210525
|
||||
* No changelog was provided
|
||||
- Drop python2 module build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 13 11:32:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
27
libevtx.spec
27
libevtx.spec
@ -16,16 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without python2
|
||||
%define lname libevtx1
|
||||
Name: libevtx
|
||||
Version: 20210504
|
||||
Version: 20210525
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
||||
License: GFDL-1.3-only AND LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libevtx
|
||||
Source: %name-%version.tar.xz
|
||||
Source: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz
|
||||
Source2: Windows_XML_Event_Log_EVTX.pdf
|
||||
Patch1: system-libs.patch
|
||||
BuildRequires: c_compiler
|
||||
@ -53,9 +52,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421
|
||||
BuildRequires: pkgconfig(libregf) >= 20210419
|
||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
||||
BuildRequires: pkgconfig(libwrc) >= 20210425
|
||||
%if %{with python2}
|
||||
BuildRequires: pkgconfig(python2)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(python3)
|
||||
|
||||
%description
|
||||
@ -91,16 +87,6 @@ libevtx is a library to access the Windows XML Event log format.
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of %name.
|
||||
|
||||
%package -n python2-%name
|
||||
Summary: Python2 bindings for libevtx
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Obsoletes: pyevtx <= 20191221
|
||||
Obsoletes: python-%name <= 20191221
|
||||
|
||||
%description -n python2-%name
|
||||
Python bindings for libevtx, which can read Windows XML Event files.
|
||||
|
||||
%package -n python3-%name
|
||||
Summary: Python bindings for libevtx
|
||||
License: LGPL-3.0-or-later
|
||||
@ -118,9 +104,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-wide-character-type \
|
||||
%if %{with python2}
|
||||
--enable-python2 \
|
||||
%endif
|
||||
--enable-python3
|
||||
%make_build
|
||||
|
||||
@ -147,12 +130,6 @@ find %buildroot -name '*.la' -delete
|
||||
%_libdir/pkgconfig/libevtx.pc
|
||||
%_mandir/man3/libevtx.3*
|
||||
|
||||
%if %{with python2}
|
||||
%files -n python2-%name
|
||||
%license COPYING*
|
||||
%python2_sitearch/pyevtx.so
|
||||
%endif
|
||||
|
||||
%files -n python3-%name
|
||||
%license COPYING*
|
||||
%python3_sitearch/pyevtx.so
|
||||
|
Loading…
Reference in New Issue
Block a user