Accepting request 695352 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/695352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=16
This commit is contained in:
commit
ad49095094
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b43c85342b8b2182888473c6a87169df29a6f558d4388c50a84f2dadb1e6419
|
||||
size 1526738
|
3
libregf-alpha-20190303.tar.gz
Normal file
3
libregf-alpha-20190303.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e0b98a1f27408ea9501cfd851d321ebfba0674bc91820e3f837d6b66ac3a9c1
|
||||
size 1567796
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 22:32:20 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to 20190303
|
||||
* Applied updates and changes for class name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 22:15:47 UTC 2017 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
22
libregf.spec
22
libregf.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libregf
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,17 +12,17 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libregf
|
||||
%define lname libregf1
|
||||
%define timestamp 20170130
|
||||
%define timestamp 20190303
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to access Windows REGF-type Registry files
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libregf/wiki
|
||||
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
@ -58,7 +58,7 @@ type (a non-text representation).
|
||||
|
||||
%package -n %lname
|
||||
Summary: Library to access Windows REGF-type Registry files
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
@ -67,7 +67,7 @@ type (a non-text representation).
|
||||
|
||||
%package tools
|
||||
Summary: Utilities to inspect Windows REGF-type Registry files
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
|
||||
%description tools
|
||||
@ -76,7 +76,7 @@ Typically used for computer forensics.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libregf, a Windows REGF-type Registry file parser
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %{version}
|
||||
|
||||
@ -89,7 +89,7 @@ applications that want to make use of %{name}.
|
||||
|
||||
%package -n python-%{name}
|
||||
Summary: Python bindings for libregf, a library to access Windows REGF Registry files
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Requires: %lname = %version
|
||||
Requires: python
|
||||
@ -118,7 +118,8 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%{_libdir}/libregf.so.*
|
||||
|
||||
%files tools
|
||||
@ -137,7 +138,8 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%python_sitearch/pyregf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user