From 1e9f424e01e5fc0f7fc4f2472bef33257aea510301575c62a5969a53ada5c213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 12 May 2020 16:58:31 +0000 Subject: [PATCH] Remove now-unneeded pkgconfig hacks OBS-URL: https://build.opensuse.org/package/show/security/argon2?expand=0&rev=17 --- argon2.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/argon2.spec b/argon2.spec index cdcc45c..41adeab 100644 --- a/argon2.spec +++ b/argon2.spec @@ -80,14 +80,11 @@ password hashing function that won the Password Hashing Competition %build %make %{?_smp_mflags} -# fix pkgconfig file -sed -e 's:lib/@HOST_MULTIARCH@:%{_lib}:;s/@UPSTREAM_VER@/%{version}/' -i libargon2.pc %install %make DESTDIR=%{buildroot} install install -D -m 644 man/argon2.1 %{buildroot}%{_mandir}/man1/argon2.1 -install -D -m 644 libargon2.pc %{buildroot}/%{_libdir}/pkgconfig/libargon2.pc %check %make test