Accepting request 859347 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/859347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libolecf?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-12-30 16:13:30 +00:00 committed by Git OBS Bridge
commit d97cfd7f63
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4207b4962ce1556519a9bcb44529c605eda5ec4dbced3f53e0421ed46a5457b9
size 1588002

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e60b2ef31db4c28303e33c7b7ce461f07f18f5ea1463687a4d8e2665a3f9393e
size 1636179

View File

@ -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> Tue May 5 11:19:09 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -19,7 +19,7 @@
%bcond_without python2 %bcond_without python2
Name: libolecf Name: libolecf
%define lname libolecf1 %define lname libolecf1
%define timestamp 20191221 %define timestamp 20201004
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format 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 URL: https://github.com/libyal/libolecf/wiki
Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source: https://github.com/libyal/libolecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: OLE_Compound_File_format.pdf Source2: OLE_Compound_File_format.pdf
BuildRequires: pkg-config #BuildRequires: pkg-config
BuildRequires: pkgconfig(libbfio) BuildRequires: pkgconfig(libbfio)
BuildRequires: pkgconfig(libcdata) >= 20190112 BuildRequires: pkgconfig(libcdata) >= 20190112
BuildRequires: pkgconfig(libcerror) > 20160327 BuildRequires: pkgconfig(libcerror) > 20160327
@ -131,7 +131,7 @@ find %buildroot -name '*.la' -delete
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog %doc AUTHORS ChangeLog
%license COPYING %license COPYING*
%_libdir/libolecf.so.* %_libdir/libolecf.so.*
%files tools %files tools
@ -152,14 +152,14 @@ find %buildroot -name '*.la' -delete
%files -n python2-%name %files -n python2-%name
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README %doc AUTHORS README
%license COPYING %license COPYING*
%python2_sitearch/pyolecf.so %python2_sitearch/pyolecf.so
%endif %endif
%files -n python3-%name %files -n python3-%name
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README %doc AUTHORS README
%license COPYING %license COPYING*
%python3_sitearch/pyolecf.so %python3_sitearch/pyolecf.so
%changelog %changelog