From 7ba04031f996d87af2126b54fd2d1d2503407b33a02ea564245b6352917e75d7 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 30 Dec 2020 03:47:28 +0000 Subject: [PATCH] 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 --- libolecf-alpha-20191221.tar.gz | 3 --- libolecf-alpha-20201004.tar.gz | 3 +++ libolecf.changes | 8 ++++++++ libolecf.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 libolecf-alpha-20191221.tar.gz create mode 100644 libolecf-alpha-20201004.tar.gz diff --git a/libolecf-alpha-20191221.tar.gz b/libolecf-alpha-20191221.tar.gz deleted file mode 100644 index 538be2d..0000000 --- a/libolecf-alpha-20191221.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4207b4962ce1556519a9bcb44529c605eda5ec4dbced3f53e0421ed46a5457b9 -size 1588002 diff --git a/libolecf-alpha-20201004.tar.gz b/libolecf-alpha-20201004.tar.gz new file mode 100644 index 0000000..ee1005d --- /dev/null +++ b/libolecf-alpha-20201004.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60b2ef31db4c28303e33c7b7ce461f07f18f5ea1463687a4d8e2665a3f9393e +size 1636179 diff --git a/libolecf.changes b/libolecf.changes index 71cbbe7..f276053 100644 --- a/libolecf.changes +++ b/libolecf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 30 02:54:48 UTC 2020 - Greg Freemyer + +- 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 diff --git a/libolecf.spec b/libolecf.spec index 00afa05..e09b5c6 100644 --- a/libolecf.spec +++ b/libolecf.spec @@ -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