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

libyal 2015 refresh

OBS-URL: https://build.opensuse.org/request/show/281461
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=4
This commit is contained in:
Greg Freemyer 2015-01-21 21:19:50 +00:00 committed by Git OBS Bridge
parent 08a171f248
commit 1285a909eb
4 changed files with 24 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 15 21:35:11 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150105
* 2015 update
* worked on Python 3 support
* worked on utility scripts
* small fixes
* worked on format support
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- remove %if opensuse logic. Not needed with libyal in security:forensics
- use libyal packages from OBS if available
-------------------------------------------------------------------
Mon Sep 1 19:50:09 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -17,16 +17,15 @@
%define lname libfwsi1
%define timestamp 20140801
%define timestamp 20150105
Name: libfwsi
Version: 0~%{timestamp}
Release: 0
Summary: Library to access the Windows Shell Item format
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libfwsi/
#DL-URL: https://5c36fb3a2584d3bd2f8d3924d56b4d00d70e8000.googledrive.com/host/0B3fBvzttpiiSajVqblZQT3FYZzg/libfwsi-experimental-20140801.tar.gz
Source: %{name}-experimental-%{timestamp}.tar.gz
Url: https://github.com/libyal/libfwsi/wiki
Source: https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
Source2: Windows_Shell_Item_format.pdf
BuildRequires: pkg-config
BuildRequires: python-devel
@ -37,11 +36,10 @@ BuildRequires: pkgconfig(libclocale)
BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid)
BuildRequires: pkgconfig(libuna)
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcthreads) >= 20130723
%endif
# not (yet) released as packages by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRequires: pkgconfig(libcstring) >= 20150101
BuildRequires: pkgconfig(libfole)
# not (yet) packaged in OBS
#BuildRequires: pkgconfig(libfwps)
BuildRoot: %{_tmppath}/%{name}-%{version}-build