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

- update to v0~20180714
	* removed guid in favor of class identifier
	* Changes for external variables

OBS-URL: https://build.opensuse.org/request/show/696070
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfmapi?expand=0&rev=5
This commit is contained in:
Greg Freemyer 2019-04-19 20:27:48 +00:00 committed by Git OBS Bridge
parent cf5e246b4c
commit cd4b7c49fc
4 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 19 20:10:44 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20180714
* removed guid in favor of class identifier
* Changes for external variables
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 1 22:33:28 UTC 2017 - Greg.Freemyer@gmail.com Sun Oct 1 22:33:28 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libfmapi # spec file for package libfmapi
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,25 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: libfmapi Name: libfmapi
%define lname libfmapi1 %define lname libfmapi1
%define timestamp 20170112 %define timestamp 20180714
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library for MAPI data types Summary: Library for MAPI data types
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://github.com/libyal/libfmapi/wiki Url: https://github.com/libyal/libfmapi/wiki
Source: https://github.com/libyal/libfmapi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz Source: https://github.com/libyal/libfmapi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20130904
BuildRequires: pkgconfig(libcstring) >= 20150101
BuildRequires: pkgconfig(libcdata) BuildRequires: pkgconfig(libcdata)
BuildRequires: pkgconfig(libcerror) >= 20130904
BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libcstring) >= 20150101
BuildRequires: pkgconfig(libcthreads) BuildRequires: pkgconfig(libcthreads)
BuildRequires: pkgconfig(libfdatetime) BuildRequires: pkgconfig(libfdatetime)
BuildRequires: pkgconfig(libfguid) BuildRequires: pkgconfig(libfguid)
@ -79,7 +79,8 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog %doc AUTHORS ChangeLog
%license COPYING
%_libdir/libfmapi.so.1* %_libdir/libfmapi.so.1*
%files devel %files devel