SHA256
1
0
forked from pool/libevtx
2021-11-25 19:09:34 +00:00
committed by Git OBS Bridge
parent 88d2bb7fe7
commit e98f45ed49
4 changed files with 49 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ 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: Windows_XML_Event_Log_EVTX.pdf
Source2: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz.asc
Source3: %name.keyring
Source10: Windows_XML_Event_Log_EVTX.pdf
Patch1: system-libs.patch
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
@@ -97,7 +99,7 @@ Python bindings for libevtx, which can read Windows XML Event files.
%prep
%autosetup -p1
cp "%SOURCE2" .
cp %_sourcedir/*.pdf .
%build
if [ ! -e configure ]; then ./autogen.sh; fi