Accepting request 280474 from home:gregfreemyer:Tools-for-forensic-boot-cd
libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/280474 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=2
This commit is contained in:
parent
9ecb965483
commit
f5c1c58377
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd7e806929bc9c9dab9ec410e7713a0831c5eb62f2948f5d1e8307140eaf5d5c
|
||||
size 605010
|
3
libfdata-experimental-20150104.tar.gz
Normal file
3
libfdata-experimental-20150104.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2733214ac11a174e2423fbb6491296e721c3aa203bf87d4b6023d3b86a5f8f
|
||||
size 630933
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 21:46:31 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20150104
|
||||
* libfcache integration improvements
|
||||
* btree improvements and tests
|
||||
- update URL to the new github site
|
||||
- replace Source: field with fully defined URL
|
||||
- remove DL-URL comment
|
||||
- remove %if for opensuse version - no longer needed since all of libyal is in security:forensics
|
||||
- start using libcstring from OBS, not internal version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 19:16:21 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -16,28 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libfdata1
|
||||
%define timestamp 20140601
|
||||
Name: libfdata
|
||||
%define lname libfdata1
|
||||
%define timestamp 20150104
|
||||
Version: 0~%{timestamp}
|
||||
Release: 0
|
||||
Summary: Library to provide generic file data functions
|
||||
License: LGPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libfdata/
|
||||
#DL-URL: https://ac784cf9104c55ea681e3f3915dcd4cc419564c5.googledrive.com/host/0B3fBvzttpiiSQkZxeUplRFhPVHc/libfdata-experimental-20140601.tar.gz
|
||||
Source: %{name}-experimental-%{timestamp}.tar.gz
|
||||
Url: https://github.com/libyal/libfdata/wiki
|
||||
Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||
BuildRequires: pkgconfig(libcdata) >= 20140105
|
||||
BuildRequires: pkgconfig(libcnotify)
|
||||
BuildRequires: pkgconfig(libfcache)
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||
%endif
|
||||
# not (yet) released as packages by upstream
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user