forked from pool/libewf
- Add missing Require on libbfio-devel.
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libewf?expand=0&rev=25
This commit is contained in:
parent
bebe6a2b8b
commit
cb715375ac
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add missing Require on libbfio-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libewf
|
# spec file for package libewf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -98,7 +98,8 @@ It contains tools to acquire, verify and export EWF files.
|
|||||||
Summary: Development files for libewf, an Expert Witness Compression Format library
|
Summary: Development files for libewf, an Expert Witness Compression Format library
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %version
|
Requires: %lname = %version
|
||||||
|
Requires: libbfio-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libewf is a library for support of the Expert Witness Compression
|
libewf is a library for support of the Expert Witness Compression
|
||||||
@ -112,7 +113,7 @@ applications that want to make use of %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n libewf-legacy-%version
|
%autosetup -p1 -n libewf-legacy-%version
|
||||||
cp "%{SOURCE3}" "%{SOURCE4}" .
|
cp -av %_sourcedir/*.pdf .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#export CFLAGS="%optflags -fno-strict-aliasing"
|
#export CFLAGS="%optflags -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user