Accepting request 696095 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/696095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmsiecf?expand=0&rev=11
This commit is contained in:
commit
eb83042e50
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fb1fc2f7955ffc2c1daae757d8194ba0db955ed4f9caad18a1153028366be1f
|
||||
size 1383534
|
3
libmsiecf-alpha-20181227.tar.gz
Normal file
3
libmsiecf-alpha-20181227.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dafeca3574e22a37c480d33e796ad4c56120de4850ddb85af5a4bbe84e20064a
|
||||
size 1487842
|
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 23:46:33 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- updated to 0~20181227
|
||||
* changes to the API
|
||||
* updates to support libcdata API change
|
||||
* worked on python bindings
|
||||
* code cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 22:18:05 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- updated ot 0~20150314
|
||||
- updated to 0~20150314
|
||||
* worked on Python bindings cache directory support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmsiecf
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX 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: libmsiecf
|
||||
%define lname libmsiecf1
|
||||
%define timestamp 20150314
|
||||
%define timestamp 20181227
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to parse MS Internet Explorer Cache Files
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libmsiecf/wiki
|
||||
Source: https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
Source2: MSIE_Cache_File_(index.dat)_format.pdf
|
||||
Source2: MSIE_Cache_File_index.dat_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libcdata) >= 20190112
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
@ -52,7 +52,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Library to parse MS Internet Explorer Cache Files
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
@ -60,7 +60,7 @@ libmsiecf is a library to parse MS Internet Explorer Cache Files.
|
||||
|
||||
%package tools
|
||||
Summary: Utilities to inspect MS Internet Explorer Cache Files
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Filesystems
|
||||
|
||||
%description tools
|
||||
@ -68,7 +68,7 @@ Several tools for reading MS Internet Explorer Cache files.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %name
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
@ -80,7 +80,7 @@ applications that want to make use of %name.
|
||||
|
||||
%package -n python-%name
|
||||
Summary: Python bindings for libmsiecf
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %lname = %version
|
||||
Requires: python
|
||||
@ -106,7 +106,8 @@ find %buildroot -name '*.la' -delete
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%_libdir/libmsiecf.so.*
|
||||
|
||||
%files tools
|
||||
@ -125,7 +126,8 @@ find %buildroot -name '*.la' -delete
|
||||
|
||||
%files -n python-%name
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%python_sitearch/pymsiecf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user