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

libyal 2015 refresh

OBS-URL: https://build.opensuse.org/request/show/281342
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=4
This commit is contained in:
Greg Freemyer 2015-01-15 17:56:53 +00:00 committed by Git OBS Bridge
parent 3000bfa312
commit ac22b79b60
4 changed files with 22 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 14 22:39:18 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150105
* 2015 update
* worked on Python 3 support
* worked on tests
* code clean up
* removed libregf_file_get_version
- update Source and URL fields to use the new github site
- use more libyal packages from OBS
-------------------------------------------------------------------
Fri Sep 19 19:15:45 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libregf
#
# 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,14 +18,14 @@
Name: libregf
%define lname libregf1
%define timestamp 20140905
%define timestamp 20150105
Version: 0~%timestamp
Release: 0
Summary: Library to access Windows REGF-type Registry files
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libregf/
Source: https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/libregf-alpha-20140905.tar.gz
Url: https://github.com/libyal/libregf/wiki
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: Windows_NT_Registry_File_(REGF)_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
@ -38,20 +38,17 @@ BuildRequires: pkgconfig(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20130609
BuildRequires: pkgconfig(libcpath) >= 20130809
BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRequires: pkgconfig(libfdatetime) >= 20130317
BuildRequires: pkgconfig(libfguid) >= 20140105
BuildRequires: pkgconfig(libuna) >= 20130728
# Using these packages from factory causes build failures, so use the internal version instead
# Verified 9/19/2014
#BuildRequires: pkgconfig(libfguid) >= 20140105
# Using these packages (libf*) are released but are not stable per upstream
# Verified 9/19/2014
#BuildRequires: pkgconfig(libfcache) >= 20120425
#BuildRequires: pkgconfig(libfdata) >= 20120425
#BuildRequires: pkgconfig(libfwnt) >= 20120426
#BuildRequires: pkgconfig(libfwsi) >= 20120426
# These packages are not yet released by upstream as standalone packages
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description