From 052c8e2e0a55a0383ab034ad10fbfe4065a960dc1109c8bfdb6e7c14532f2556 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:14:41 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdatetime?expand=0&rev=16 --- libfdatetime.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libfdatetime.spec b/libfdatetime.spec index 3a41234..2b8ab19 100644 --- a/libfdatetime.spec +++ b/libfdatetime.spec @@ -28,8 +28,6 @@ Source: https://github.com/libyal/libfdatetime/releases/download/%versio Source2: https://github.com/libyal/libfdatetime/releases/download/%version/libfdatetime-alpha-%version.tar.gz.asc Source3: %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 @@ -59,7 +57,6 @@ applications that want to make use of libfdatetime. %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