Accepting request 282352 from security:forensics

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/282352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libolecf?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-01-30 14:06:41 +00:00 committed by Git OBS Bridge
parent 11f951ea54
commit 9e3b1836db
4 changed files with 32 additions and 23 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 14 20:53:36 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150106
* 2015 update
* worked on Python 3 support
* worked on tests
* code clean up
* bug fix in Python-bindings
* update Python-bindings tests
* worked on libfwps support
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- start using new libyal packages from OBS, not internal version
- remove %if opensuse logic. Not needed with libyal in security:forensics
-------------------------------------------------------------------
Thu Aug 28 21:46:20 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libolecf
#
# 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
@ -18,44 +18,36 @@
Name: libolecf
%define lname libolecf1
%define timestamp 20140801
%define timestamp 20150106
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+
Group: Productivity/File utilities
Url: http://code.google.com/p/libolecf/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20140801.tar.gz
Source: %name-alpha-%timestamp.tar.gz
Url: https://github.com/libyal/libolecf/wiki
Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: OLE_Compound_File_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
#openSUSE 13.1 has these available to build against
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcerror)
BuildRequires: pkgconfig(libcfile)
BuildRequires: pkgconfig(libclocale)
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcpath)
BuildRequires: pkgconfig(libcsplit)
BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfguid) >= 20140103
BuildRequires: pkgconfig(libfole) >= 20120426
BuildRequires: pkgconfig(libfvalue) >= 20120428
BuildRequires: pkgconfig(libuna)
# testing fails with external package from factory
#BuildRequires: pkgconfig(libcdata) > 20140105
#BuildRequires: pkgconfig(libfdatetime) > 20140105
#use the factory versions of these if building for factory
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcthreads) >= 20130723
%endif
%endif
# these packages fail if the factory version is used, verified 08/11/2014
#BuildRequires: pkgconfig(libcerror)
# these packages have not been released standalone by upstream
#BuildRequires: pkgconfig(libfole) >= 20120426
#BuildRequires: pkgconfig(libfvalue) >= 20120428
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
# released, but not yet packaged. This is the only user in OBS.
#BuildRequires: pkgconfig(libwfps) > 20150104
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description