From 8984f7da19719638aa253731ac55bddc7dc680ce80174d361047c15f66297a9c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:02:20 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcpath?expand=0&rev=13 --- libcpath.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcpath.spec b/libcpath.spec index 814c1eb..5b78814 100644 --- a/libcpath.spec +++ b/libcpath.spec @@ -28,8 +28,6 @@ Source: https://github.com/libyal/libcpath/releases/download/%version/li Source2: https://github.com/libyal/libcpath/releases/download/%version/libcpath-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 BuildRequires: pkgconfig(libclocale) >= 20220107 @@ -62,7 +60,6 @@ applications that want to make use of libcpath. %autosetup -p1 %build -autoreconf -fi echo "V_%version { global: *; };" >v.sym %configure --disable-static --enable-wide-character-type LDFLAGS="-Wl,--version-script=$PWD/v.sym" grep ' local' config.log && exit 1