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:
Greg Freemyer 2015-01-08 21:55:15 +00:00 committed by Git OBS Bridge
parent 9ecb965483
commit f5c1c58377
4 changed files with 20 additions and 12 deletions

View File

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

View File

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

View File

@ -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 Mon Sep 1 19:16:21 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -16,28 +16,24 @@
# #
%define lname libfdata1
%define timestamp 20140601
Name: libfdata Name: libfdata
%define lname libfdata1
%define timestamp 20150104
Version: 0~%{timestamp} Version: 0~%{timestamp}
Release: 0 Release: 0
Summary: Library to provide generic file data functions Summary: Library to provide generic file data functions
License: LGPL-3.0+ License: LGPL-3.0+
Group: Productivity/File utilities Group: Productivity/File utilities
Url: http://code.google.com/p/libfdata/ Url: https://github.com/libyal/libfdata/wiki
#DL-URL: https://ac784cf9104c55ea681e3f3915dcd4cc419564c5.googledrive.com/host/0B3fBvzttpiiSQkZxeUplRFhPVHc/libfdata-experimental-20140601.tar.gz Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
Source: %{name}-experimental-%{timestamp}.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcerror) >= 20140105
BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libfcache) BuildRequires: pkgconfig(libfcache)
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libcthreads) >= 20130723
%endif BuildRequires: pkgconfig(libcstring) >= 20120425
# not (yet) released as packages by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description