Accepting request 696078 from home:gregfreemyer:Tools-for-forensic-boot-cd

- update to 20181231
	* Worked on python bindings
	* Changes for get item by path.
	* Worked on olecfinfo
	* changes for libcdata
	* Changes to file name sanitation in export handle
	* removed libcsystem dependency
- removed libcsystem dependency

- update to 20160109
	* fixes for rpmbuild

OBS-URL: https://build.opensuse.org/request/show/696078
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=9
This commit is contained in:
Greg Freemyer 2019-04-19 20:29:45 +00:00 committed by Git OBS Bridge
parent 543bc1a41c
commit 1999c822c6
4 changed files with 37 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0eed5d30cb919d2880ec5e4846ac737c36bbe8c7b7918ef2ff8f4e0b7ae1a6b4
size 1509120

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0f2c0d37addeacc47bc2ce09cf6f72d568bf3f62c775590661f2cd2a2b804f1
size 1568926

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 1 21:46:17 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 20181231
* Worked on python bindings
* Changes for get item by path.
* Worked on olecfinfo
* changes for libcdata
* Changes to file name sanitation in export handle
* removed libcsystem dependency
- removed libcsystem dependency
-------------------------------------------------------------------
Wed Jul 13 02:39:10 UTC 2016 - Greg.Freemyer@gmail.com
- update to 20160109
* fixes for rpmbuild
-------------------------------------------------------------------
Tue Jan 26 23:43:22 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libolecf
#
# 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/
#
Name: libolecf
%define lname libolecf1
%define timestamp 20160107
%define timestamp 20181231
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the OLE 2 Compound File (OLECF) 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/libolecf/wiki
Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -30,13 +30,13 @@ Source2: OLE_Compound_File_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcdata) >= 20160108
BuildRequires: pkgconfig(libcdata) >= 20190112
BuildRequires: pkgconfig(libcfile)
BuildRequires: pkgconfig(libclocale)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcpath)
BuildRequires: pkgconfig(libcsplit)
BuildRequires: pkgconfig(libcsystem) >= 20120425
# BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfguid) >= 20140103
BuildRequires: pkgconfig(libfole) >= 20120426
@ -45,8 +45,9 @@ BuildRequires: pkgconfig(libuna)
# testing fails with external package from factory - verified Jan 27, 2016
#BuildRequires: pkgconfig(libfdatetime) > 20150507
#BuildRequires: pkgconfig(libcstring) > 20150101
#BuildRequires: pkgconfig(libcerror) > 20150407
#BuildRequires: pkgconfig(libfvalue) > 20151226
# build fails with external package from factory - verified Jul 12, 2016
#BuildRequires: pkgconfig(libcerror) > 20160327
# released, but not yet packaged. This is the only user in OBS.
#BuildRequires: pkgconfig(libwfps) > 20150104
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,7 +57,7 @@ Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Co
%package -n %lname
Summary: Library to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
%description -n %lname
@ -65,7 +66,7 @@ Library to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound Fil
%package tools
Summary: Tools to access the OLE 2 Compound File (OLECF) format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Filesystems
Requires: %lname = %version
@ -75,7 +76,7 @@ Tools to access the OLE 2 Compound File (OLECF) format. The OLE 2 Compound File
%package devel
Summary: Development files for %name
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
@ -87,7 +88,7 @@ applications that want to make use of %name.
%package -n python-%name
Summary: Python bindings for libolecf
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Libraries/Python
Requires: %lname = %version
Requires: python
@ -113,7 +114,8 @@ find %buildroot -name '*.la' -delete
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libolecf.so.*
%files tools
@ -132,7 +134,8 @@ find %buildroot -name '*.la' -delete
%files -n python-%name
%defattr(-,root,root)
%doc AUTHORS COPYING README
%doc AUTHORS README
%license COPYING
%python_sitearch/pyolecf.so
%changelog