forked from pool/libevtx
Accepting request 695983 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20181227 * work on python bindings * code clean-up * documentation fixes * Added fallback for caseless wide string compare * address libfdata API changes OBS-URL: https://build.opensuse.org/request/show/695983 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
c4ce07325b
commit
2ce5770416
24
libevtx.spec
24
libevtx.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libevtx
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,21 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libevtx
|
||||
%define lname libevtx1
|
||||
%define timestamp 20160107
|
||||
%define timestamp 20181227
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
||||
License: LGPL-3.0+ and GFDL-1.3
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-only
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libevtx/wiki
|
||||
Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
Source2: Windows_XML_Event_Log_(EVTX).pdf
|
||||
Source2: Windows_XML_Event_Log_EVTX.pdf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
#latest version of these in OBS as of Jan 28, 2016
|
||||
@@ -65,7 +65,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Library to access the Windows XML Event Log (EVTX) format
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
@@ -74,7 +74,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt.
|
||||
|
||||
%package tools
|
||||
Summary: Utilities to export events from Windows XML event files (EVTX)
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
|
||||
%description tools
|
||||
@@ -82,7 +82,7 @@ Tools for parsing EVTX files. These include evtxinfo and evtxexport.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libevtx, a Windows XML Event file parser
|
||||
License: LGPL-3.0+ and GFDL-1.3
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-only
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
@@ -94,7 +94,7 @@ applications that want to make use of %name.
|
||||
|
||||
%package -n python-%name
|
||||
Summary: Python bindings for libevtx
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %lname = %version
|
||||
Requires: python
|
||||
@@ -120,7 +120,8 @@ find %buildroot -name '*.la' -delete
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%_libdir/libevtx.so.*
|
||||
|
||||
%files tools
|
||||
@@ -139,7 +140,8 @@ find %buildroot -name '*.la' -delete
|
||||
|
||||
%files -n python-%name
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%python_sitearch/pyevtx.so
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user