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