From d77fd80a48a0201f3bb96587e209ade0bcf099ad5b3e79182034c58e8163046c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:23:36 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwevt?expand=0&rev=25 --- libfwevt.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libfwevt.spec b/libfwevt.spec index 9dbd247..1bef3ee 100644 --- a/libfwevt.spec +++ b/libfwevt.spec @@ -28,8 +28,6 @@ Source: https://github.com/libyal/libfwevt/releases/download/%version/li Source2: https://github.com/libyal/libfwevt/releases/download/%version/libfwevt-experimental-%version.tar.gz.asc Source3: %name.keyring BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.21 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(libcdata) >= 20220115 BuildRequires: pkgconfig(libcerror) >= 20220101 @@ -70,7 +68,6 @@ applications that want to make use of libfwevt. %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