diff --git a/Windows_Event_Log_(EVT).pdf b/Windows_Event_Log_EVT.pdf similarity index 100% rename from Windows_Event_Log_(EVT).pdf rename to Windows_Event_Log_EVT.pdf diff --git a/libevt-alpha-20160107.tar.gz b/libevt-alpha-20160107.tar.gz deleted file mode 100644 index 551b329..0000000 --- a/libevt-alpha-20160107.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1151f38ed02804d5acd0e9d7b036de8033696990273070b924488c8dd97a79bb -size 1823240 diff --git a/libevt-alpha-20181227.tar.gz b/libevt-alpha-20181227.tar.gz new file mode 100644 index 0000000..f12fb2b --- /dev/null +++ b/libevt-alpha-20181227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280291bb38446a7ca435744cc91f85ce59020cf8e4cf8114bc3882a24a92e516 +size 1887498 diff --git a/libevt.changes b/libevt.changes index f106387..13e4720 100644 --- a/libevt.changes +++ b/libevt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 28 17:12:28 UTC 2019 - Greg Freemyer + +- update to 0~20181227 + * worked on python bindings + * code clean-up + * miscelaneos small fixes + ------------------------------------------------------------------- Wed Jan 27 23:12:04 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libevt.spec b/libevt.spec index 756d9aa..d572544 100644 --- a/libevt.spec +++ b/libevt.spec @@ -1,7 +1,7 @@ # # spec file for package libevt # -# 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: libevt %define lname libevt1 -%define timestamp 20160107 +%define timestamp 20181227 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the Windows Event Log (EVT) format -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libevt/wiki Source: https://github.com/libyal/libevt/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz -Source2: Windows_Event_Log_(EVT).pdf +Source2: Windows_Event_Log_EVT.pdf BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libbfio) >= 20120426 @@ -66,7 +66,7 @@ For the Windows XML Event Log (EVTX) format, see libevtx. %package -n %lname Summary: Library to access the Windows Event Log (EVT) format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %lname @@ -76,7 +76,7 @@ For the Windows XML Event Log (EVTX) format, see libevtx. %package tools Summary: Utilities to export events from Windows Event Log files -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities %description tools @@ -86,7 +86,7 @@ programs. %package devel Summary: Development files for libevt, a Windows event file parser -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -98,7 +98,7 @@ applications that want to make use of %name. %package -n python-%name Summary: Python bindings for libevt, a Windows event file parser -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/Python Requires: %lname = %version Requires: python @@ -124,7 +124,8 @@ find %buildroot -name '*.la' -delete %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README +%doc AUTHORS ChangeLog README +%license COPYING %_libdir/libevt.so.* %files tools @@ -134,7 +135,8 @@ find %buildroot -name '*.la' -delete %files devel %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README Windows_Event_Log*.pdf +%doc AUTHORS ChangeLog README Windows_Event_Log*.pdf +%license COPYING %_includedir/libevt.h %_includedir/libevt/ %_libdir/libevt.so @@ -143,7 +145,8 @@ find %buildroot -name '*.la' -delete %files -n python-%name %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README +%doc AUTHORS ChangeLog README +%license COPYING %python_sitearch/pyevt.so %changelog