From 74c9a8fabba9466a06351937b1eb322241cf127f28f3e9b3a9019ec9fe6540dc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 4 Sep 2020 12:20:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmowgli2?expand=0&rev=25 --- libmowgli2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libmowgli2.spec b/libmowgli2.spec index 0da8131..edf8a1a 100644 --- a/libmowgli2.spec +++ b/libmowgli2.spec @@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++ URL: https://github.com/atheme/libmowgli-2 Source: https://github.com/atheme/libmowgli-2/archive/v%version.tar.gz -BuildRequires: pkgconfig(ssl) +BuildRequires: pkgconfig(libssl) %description mowgli is a development framework for C (like GLib) which provides @@ -67,7 +67,7 @@ block allocator. This package holds the development files for libmowgli v2. %prep -%setup -qn libmowgli-2-%version +%autosetup -n libmowgli-2-%version -p1 %build if [ ! -e configure ]; then @@ -76,7 +76,7 @@ fi %configure # They are still on so.0, but functions were added echo 'V_%version { global: *; };' >mowgli2.sym -make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" +%make_build LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" %install %make_install