Accepting request 859331 from home:gregfreemyer:Tools-for-forensic-boot-cd
- updated to 0~20200710 * Code clean up - remove BuildRequires: pkg-config - add COPYING* to %license line OBS-URL: https://build.opensuse.org/request/show/859331 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libmsiecf?expand=0&rev=14
This commit is contained in:
parent
b9f445fc6f
commit
48aec1847a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f58a6158ed261f5a7248b62825f9ebff5b9494271299a69a181ff0805e0fece
|
||||
size 1506964
|
3
libmsiecf-alpha-20200710.tar.gz
Normal file
3
libmsiecf-alpha-20200710.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b39d2dcfdd2354eba2fb39109dab874674337d5e8337b6ac5cbc7ea280a452f
|
||||
size 1529620
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 01:21:55 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- updated to 0~20200710
|
||||
* Code clean up
|
||||
- remove BuildRequires: pkg-config
|
||||
- add COPYING* to %license line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 00:50:15 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libmsiecf
|
||||
%define lname libmsiecf1
|
||||
%define timestamp 20191221
|
||||
%define timestamp 20200710
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to parse MS Internet Explorer Cache Files
|
||||
@ -27,7 +27,7 @@ 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
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20190112
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
@ -105,7 +105,7 @@ find %buildroot -name '*.la' -delete
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%_libdir/libmsiecf.so.*
|
||||
|
||||
%files tools
|
||||
@ -125,7 +125,7 @@ find %buildroot -name '*.la' -delete
|
||||
%files -n python3-%name
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%python3_sitearch/pymsiecf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user