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:
parent
cf5e246b4c
commit
cd4b7c49fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8372a18ef93eaa697165a154a16abad030aebf21163c926f0e48350fc3b768d
|
||||
size 1183679
|
3
libfmapi-experimental-20180714.tar.gz
Normal file
3
libfmapi-experimental-20180714.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bc67554262288c507074ad17ed4444710a3bdb88491534a2e99104b40928eec
|
||||
size 1185317
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
%define lname libfmapi1
|
||||
%define timestamp 20170112
|
||||
%define timestamp 20180714
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library for MAPI data types
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/libyal/libfmapi/wiki
|
||||
Source: https://github.com/libyal/libfmapi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRequires: pkgconfig(libcstring) >= 20150101
|
||||
BuildRequires: pkgconfig(libcdata)
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRequires: pkgconfig(libcnotify)
|
||||
BuildRequires: pkgconfig(libcstring) >= 20150101
|
||||
BuildRequires: pkgconfig(libcthreads)
|
||||
BuildRequires: pkgconfig(libfdatetime)
|
||||
BuildRequires: pkgconfig(libfguid)
|
||||
@ -79,7 +79,8 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%_libdir/libfmapi.so.1*
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user