From 01441d5dc78a7485fc27b2b64227e4966b03e7470e92738957726bce6cfcf63b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:13:33 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcache?expand=0&rev=16 --- libfcache.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libfcache.spec b/libfcache.spec index ebfd065..4464dca 100644 --- a/libfcache.spec +++ b/libfcache.spec @@ -28,8 +28,6 @@ Source: https://github.com/libyal/libfcache/releases/download/%version/l Source2: https://github.com/libyal/libfcache/releases/download/%version/libfcache-alpha-%version.tar.gz.asc Source9: %name.keyring BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(libcdata) >= 20210625 BuildRequires: pkgconfig(libcerror) >= 20220101 @@ -61,7 +59,6 @@ applications that want to make use of libfcache. %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