forked from pool/libevtx
- Update to release 20240427
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=48
This commit is contained in:
51
libevtx.spec
51
libevtx.spec
@@ -18,42 +18,42 @@
|
||||
|
||||
%define lname libevtx1
|
||||
Name: libevtx
|
||||
Version: 20240204
|
||||
Version: 20240427
|
||||
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: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libevtx/releases/download/%version/%name-alpha-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libevtx/releases/download/%version/%name-alpha-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
Source10: Windows_XML_Event_Log_EVTX.pdf
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %python_module devel
|
||||
BuildRequires: %python_module setuptools
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20240105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20240414
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240414
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240414
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240414
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
||||
BuildRequires: pkgconfig(libfdata) >= 20240114
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240124
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20240101
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
||||
BuildRequires: pkgconfig(libregf) >= 20231203
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
BuildRequires: pkgconfig(libwrc) >= 20231228
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240415
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240415
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20240427
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20240415
|
||||
BuildRequires: pkgconfig(libregf) >= 20240421
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
BuildRequires: pkgconfig(libwrc) >= 20240421
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
@@ -110,10 +110,9 @@ grep ' '' ''local' config.log && exit 1
|
||||
|
||||
%install
|
||||
mv %_builddir/rt/* %buildroot/
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
|
Reference in New Issue
Block a user