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

libyal 2015 refresh

OBS-URL: https://build.opensuse.org/request/show/280480
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcache?expand=0&rev=2
This commit is contained in:
Greg Freemyer 2015-01-08 22:16:03 +00:00 committed by Git OBS Bridge
parent 42f34df2bc
commit b90d2d8015
4 changed files with 19 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 8 22:09:17 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150104
* 2015 update - minimal changes
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- remove %if for opensuse version. Not needed now that libyal is consolidated in security:forensics
- start using libcstring from OBS, not internal version
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 29 20:40:18 UTC 2014 - Greg.Freemyer@gmail.com Fri Aug 29 20:40:18 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -16,26 +16,22 @@
# #
%define lname libfcache1
%define timestamp 20140601
Name: libfcache Name: libfcache
%define lname libfcache1
%define timestamp 20150104
Version: 0~%{timestamp} Version: 0~%{timestamp}
Release: 0 Release: 0
Summary: Library to provide generic file data cache functions Summary: Library to provide generic file data cache functions
License: LGPL-3.0+ License: LGPL-3.0+
Group: Productivity/File utilities Group: Productivity/File utilities
Url: http://code.google.com/p/libfcache/ Url: https://github.com/libyal/libfcache/wiki
#DL-URL: https://280cf2b0954ddf6ef50ef8ffbac4803a49e83e77.googledrive.com/host/0B3fBvzttpiiSd2Z2aGxVRXJLcU0/libfcache-alpha-20140601.tar.gz Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
Source: %{name}-alpha-%{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
%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