From 814fecef6965fc3e3e30d5377a7bde4ca904617c887dc6c97ac454e05c5a1b1e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Nov 2022 11:03:44 +0000 Subject: [PATCH] no patching -> no need for autoreconf OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcthreads?expand=0&rev=21 --- libcthreads.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcthreads.spec b/libcthreads.spec index a6b60d7..6d2d63a 100644 --- a/libcthreads.spec +++ b/libcthreads.spec @@ -28,8 +28,6 @@ Source: https://github.com/libyal/libcthreads/releases/download/%version Source2: https://github.com/libyal/libcthreads/releases/download/%version/libcthreads-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 @@ -63,7 +61,6 @@ applications that want to make use of libcthreads. %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