Accepting request 696072 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20190102 * 2019 update - no significant changes OBS-URL: https://build.opensuse.org/request/show/696072 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwevt?expand=0&rev=5
This commit is contained in:
parent
d0c70048b5
commit
181a719623
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:676014f6782980e27b81711fa6c4053f4a4871e51c5b26bcfd1ed46f0312c751
|
||||
size 1179012
|
3
libfwevt-experimental-20190102.tar.gz
Normal file
3
libfwevt-experimental-20190102.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a351d2b436ac3ef3c1faabf3cadcce39d4ab07b3ffc9dd6c1ec9f0e49e43b9d
|
||||
size 1240190
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 21:38:25 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to v0~20190102
|
||||
* 2019 update - no significant changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 22:26:33 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfwevt
|
||||
#
|
||||
# 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,17 +12,17 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define lname libfwevt1
|
||||
%define timestamp 20160103
|
||||
%define timestamp 20190102
|
||||
Name: libfwevt
|
||||
Version: 0~%{timestamp}
|
||||
Release: 0
|
||||
Summary: Library for Windows NT data types
|
||||
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/libfwevt/wiki
|
||||
Source: https://github.com/libyal/libfwevt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
|
||||
@ -45,7 +45,7 @@ libyal is typically used in digital forensic tools.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Library for Windows NT data types
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
@ -54,7 +54,7 @@ libyal is typically used in digital forensic tools.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libfwevt
|
||||
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}
|
||||
|
||||
@ -81,12 +81,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%{_libdir}/libfwevt.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%{_includedir}/libfwevt.h
|
||||
%{_includedir}/libfwevt/
|
||||
%{_libdir}/libfwevt.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user