Accepting request 696085 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/696085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libesedb?expand=0&rev=5
This commit is contained in:
commit
7a38128e56
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1788d4aaa67c74cdc4ed1f12246df50b4bb68c34128d1f2cd28ec08464957490
|
||||
size 1714044
|
3
libesedb-experimental-20181229.tar.gz
Normal file
3
libesedb-experimental-20181229.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63
|
||||
size 1840102
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 16:29:35 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to v0~20181229
|
||||
* worked on Python 2 / 3 support
|
||||
* worked on Python bindings
|
||||
* multiple bug fixes
|
||||
* libfdata API change triggered changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 7 04:33:43 UTC 2016 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libesedb
|
||||
#
|
||||
# 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,22 +12,22 @@
|
||||
# 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 libesedb1
|
||||
%define timestamp 20151213
|
||||
%define timestamp 20181229
|
||||
Name: libesedb
|
||||
Version: 0~%{timestamp}
|
||||
Release: 0
|
||||
Summary: Library and tools to access the ESE Database File (EDB) format
|
||||
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libesedb/wiki
|
||||
Source: https://github.com/libyal/libesedb/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
|
||||
Source2: Exchange.pdf
|
||||
Source3: Extensible_Storage_Engine_(ESE)_Database_File_(EDB)_format.pdf
|
||||
Source3: Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf
|
||||
Source4: Forensic_analysis_of_the_Windows_Search_database.pdf
|
||||
Source5: Windows_Search.pdf
|
||||
Source6: libesedb-libfdata.pdf
|
||||
@ -35,11 +35,13 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libbfio) >= 20130721
|
||||
BuildRequires: pkgconfig(libcdata) >= 20140105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||
BuildRequires: pkgconfig(libcfile) >= 20130609
|
||||
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||
BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||
@ -55,6 +57,7 @@ BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
#Use internal package. OBS version causes build failure. Tested Feb 7, 2016
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -62,7 +65,7 @@ Library and tools to access the Extensible Storage Engine (ESE) Database File (E
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Library to access the EDB format
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
@ -70,7 +73,7 @@ Library to access the Extensible Storage Engine (ESE) Database File (EDB) format
|
||||
|
||||
%package tools
|
||||
Summary: Tools to access the EDB format
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Requires: %{lname} = %{version}
|
||||
|
||||
@ -79,7 +82,7 @@ Tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libesedb, a EDB file format library
|
||||
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
|
||||
@ -92,7 +95,7 @@ applications that want to make use of libesedb.
|
||||
|
||||
%package -n python-%{name}
|
||||
Summary: Python bindings for libesedb, a EDB file format parser
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python
|
||||
@ -128,18 +131,21 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%{_libdir}/libesedb.so.*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%{_bindir}/esedb*
|
||||
%{_mandir}/man1/esedb*.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%doc Exchange.pdf
|
||||
%doc Extensible_Storage_Engine_*
|
||||
%doc Forensic_analysis_of_the_Windows_Search_database.pdf
|
||||
@ -153,7 +159,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%{python_sitearch}/pyesedb.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user