From 9910898e9303c974e386209f3041f8dbf9f35e34adc15d67ca4444cbf4e58ca6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:14:05 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=27 --- libfdata.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libfdata.spec b/libfdata.spec index 72d2a61..9cab985 100644 --- a/libfdata.spec +++ b/libfdata.spec @@ -30,8 +30,6 @@ Source3: %name.keyring # The source code assumes 64bit integers for one of the function returns. Fix that. Patch2: libfdata-20211023-1TB-fix.patch BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(libcdata) >= 20200509 BuildRequires: pkgconfig(libcerror) >= 20220101 @@ -65,7 +63,6 @@ applications that want to make use of libfdata. %autosetup -p1 %build -autoreconf -fi echo "V_%version { global: *; };" >v.sym %configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym" grep ' local' config.log && exit 1