Accepting request 859335 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to 20201004 * worked on python bindings - remove BuildRequires: pkg-config - add COPYING* to the %license line OBS-URL: https://build.opensuse.org/request/show/859335 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=17
This commit is contained in:
parent
3117620bc1
commit
7ba04031f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4207b4962ce1556519a9bcb44529c605eda5ec4dbced3f53e0421ed46a5457b9
|
||||
size 1588002
|
3
libolecf-alpha-20201004.tar.gz
Normal file
3
libolecf-alpha-20201004.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e60b2ef31db4c28303e33c7b7ce461f07f18f5ea1463687a4d8e2665a3f9393e
|
||||
size 1636179
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 02:54:48 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to 20201004
|
||||
* worked on python bindings
|
||||
- remove BuildRequires: pkg-config
|
||||
- add COPYING* to the %license line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 11:19:09 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without python2
|
||||
Name: libolecf
|
||||
%define lname libolecf1
|
||||
%define timestamp 20191221
|
||||
%define timestamp 20201004
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format
|
||||
@ -28,7 +28,7 @@ Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libolecf/wiki
|
||||
Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
Source2: OLE_Compound_File_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libbfio)
|
||||
BuildRequires: pkgconfig(libcdata) >= 20190112
|
||||
BuildRequires: pkgconfig(libcerror) > 20160327
|
||||
@ -131,7 +131,7 @@ find %buildroot -name '*.la' -delete
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%_libdir/libolecf.so.*
|
||||
|
||||
%files tools
|
||||
@ -152,14 +152,14 @@ find %buildroot -name '*.la' -delete
|
||||
%files -n python2-%name
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%python2_sitearch/pyolecf.so
|
||||
%endif
|
||||
|
||||
%files -n python3-%name
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%python3_sitearch/pyolecf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user