diff --git a/cryptopp.pc b/cryptopp.pc index 76828b5..04377f4 100644 --- a/cryptopp.pc +++ b/cryptopp.pc @@ -8,6 +8,6 @@ Version: 5.6.2 URL: http://www.cryptopp.com Requires: Conflicts: -Libs: -L${libdir} -lcryptopp +Libs: -lcryptopp Libs.private: Cflags: diff --git a/cryptopp.spec b/cryptopp.spec index 70c380b..0042129 100644 --- a/cryptopp.spec +++ b/cryptopp.spec @@ -1,6 +1,6 @@ Name: cryptopp Version: 5.6.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: C++ class library of cryptographic schemes License: Boost Group: System Environment/Libraries @@ -126,8 +126,10 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{_bindir}/cryptest %{_datadir}/%{name} - %changelog +* Sun Nov 08 2015 Morten Stevens - 5.6.2-10 +- Remove libdir from pkg-config file #1161960 + * Mon Jun 29 2015 Morten Stevens - 5.6.2-9 - CVE-2015-2141