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:
parent
08a171f248
commit
1285a909eb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b02626e1cf63c9152ea2b5e34a96763f82d9cbdd11cab458243be83d55d54c89
|
|
||||||
size 1134978
|
|
3
libfwsi-experimental-20150105.tar.gz
Normal file
3
libfwsi-experimental-20150105.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ff5829b8bf6f81f465a6ad6ab7240d52fa22c3e8b34b512dafebde56d53e0ee
|
||||||
|
size 1173893
|
@ -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
|
Mon Sep 1 19:50:09 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
14
libfwsi.spec
14
libfwsi.spec
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libfwsi1
|
%define lname libfwsi1
|
||||||
%define timestamp 20140801
|
%define timestamp 20150105
|
||||||
Name: libfwsi
|
Name: libfwsi
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access the Windows Shell Item format
|
Summary: Library to access the Windows Shell Item format
|
||||||
License: LGPL-3.0+ and GFDL-1.3+
|
License: LGPL-3.0+ and GFDL-1.3+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libfwsi/
|
Url: https://github.com/libyal/libfwsi/wiki
|
||||||
#DL-URL: https://5c36fb3a2584d3bd2f8d3924d56b4d00d70e8000.googledrive.com/host/0B3fBvzttpiiSajVqblZQT3FYZzg/libfwsi-experimental-20140801.tar.gz
|
Source: https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
|
||||||
Source: %{name}-experimental-%{timestamp}.tar.gz
|
|
||||||
Source2: Windows_Shell_Item_format.pdf
|
Source2: Windows_Shell_Item_format.pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -37,11 +36,10 @@ BuildRequires: pkgconfig(libclocale)
|
|||||||
BuildRequires: pkgconfig(libfdatetime)
|
BuildRequires: pkgconfig(libfdatetime)
|
||||||
BuildRequires: pkgconfig(libfguid)
|
BuildRequires: pkgconfig(libfguid)
|
||||||
BuildRequires: pkgconfig(libuna)
|
BuildRequires: pkgconfig(libuna)
|
||||||
%if 0%{?suse_version} > 1310
|
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
%endif
|
BuildRequires: pkgconfig(libcstring) >= 20150101
|
||||||
# not (yet) released as packages by upstream
|
BuildRequires: pkgconfig(libfole)
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
# not (yet) packaged in OBS
|
||||||
#BuildRequires: pkgconfig(libfwps)
|
#BuildRequires: pkgconfig(libfwps)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user