Accepting request 282348 from security:forensics

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/282348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libesedb?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2015-01-30 14:05:14 +00:00 committed by Git OBS Bridge
parent c115888232
commit c840c780a7
4 changed files with 30 additions and 26 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jan 11 22:56:22 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20141110
- remove %if opensuse logic. Not needed now libyal is in security:forensics
- use libyal packages from OBS exclusively, nothing internal
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
-------------------------------------------------------------------
Fri Aug 22 21:33:49 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libesedb
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,15 @@
%define lname libesedb1
%define timestamp 20140803
%define timestamp 20141110
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+
Group: Productivity/File utilities
Url: http://code.google.com/p/libesedb/
#DL-URL: https://255adcba056b7d59fd55a94f0ea02de0cf110bfb.googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140803.tar.gz
Source: %{name}-experimental-%{timestamp}.tar.gz
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
Source4: Forensic_analysis_of_the_Windows_Search_database.pdf
@ -34,34 +33,29 @@ Source5: Windows_Search.pdf
Source6: libesedb-libfdata.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
#use factory versions if available
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libbfio) >= 20130721
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcfile) >= 20130609
BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libuna) >= 20120425
%endif
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfcache) >= 20120405
BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libfdatetime) >= 20140105
BuildRequires: pkgconfig(libfguid) >= 20140105
%endif
BuildRequires: pkgconfig(libfmapi)
BuildRequires: pkgconfig(libfvalue)
BuildRequires: pkgconfig(libfwnt)
BuildRequires: pkgconfig(libuna) >= 20120425
# fails to build with factory package, use internal
# verified 8/22/2014
# verified 1/11/2015
#BuildRequires: pkgconfig(libcerror) >= 20140105
# not (yet) released as packages by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
#BuildRequires: pkgconfig(libfcache) >= 20120405
#BuildRequires: pkgconfig(libfdata) >= 20120405
#BuildRequires: pkgconfig(libfmapi)
#BuildRequires: pkgconfig(libfvalue)
#BuildRequires: pkgconfig(libfwnt)
#BuildRequires: pkgconfig(libmapidb)
# not (yet) released as packages by upstream
BuildRequires: pkgconfig(libmapidb)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -101,8 +95,8 @@ applications that want to make use of libesedb.
Summary: Python bindings for libesedb, a EDB file format parser
License: LGPL-3.0+
Group: Development/Libraries/Python
Requires: python
Requires: %{lname} = %{version}
Requires: python
Provides: pyesedb
%description -n python-%{name}