Accepting request 859343 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20201129 * changes for libcdata * small changes in vector * removed no longer used B-tree support * worked on stream * worked on list * changes for libfcache get/set value by identifier - remove BuildRequires pkg-config - add COPYING* to %license line - update to v0~20181124 * Changes for libfcache get/set value by identifier - update to v0~20170112 - update to v0~20150825 * worked on stream - added get mapped range function - added mapped size * worked on btree search flags * added support for less equal and greater equal for compare functions in libfdata_btree_node_get_sub_node_data_range_by_key - update to v0~20150104 * libfcache integration improvements * btree improvements and tests - update URL to the new github site - replace Source: field with fully defined URL - remove DL-URL comment - remove %if for opensuse version - no longer needed since all of libyal is in security:forensics - start using libcstring from OBS, not internal version - initial package in OBS (v0~20140601) OBS-URL: https://build.opensuse.org/request/show/859343 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=11
This commit is contained in:
parent
0e657ddbe0
commit
8697f59745
@ -8,6 +8,8 @@ Tue Dec 29 22:40:21 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
* worked on stream
|
||||
* worked on list
|
||||
* changes for libfcache get/set value by identifier
|
||||
- remove BuildRequires pkg-config
|
||||
- add COPYING* to %license line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 19:38:43 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
@ -26,7 +26,7 @@ License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libfdata/wiki
|
||||
Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(libcdata) >= 20140105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||
@ -75,13 +75,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_libdir}/libfdata.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_includedir}/libfdata.h
|
||||
%{_includedir}/libfdata/
|
||||
%{_libdir}/libfdata.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user