From a80de4c13637bfe1a0aebac1819647f3ab8bf35f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:02:24 +0100 Subject: [PATCH] rebuilt with gcc 5.3.0 [release 5.6.2-3mamba;Fri Jan 29 2016] --- libcryptopp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libcryptopp.spec b/libcryptopp.spec index ce9be86..7d73572 100644 --- a/libcryptopp.spec +++ b/libcryptopp.spec @@ -1,7 +1,7 @@ %define realversion %(echo %version | tr -d .) Name: libcryptopp Version: 5.6.2 -Release: 2mamba +Release: 3mamba Summary: Free C++ class library of cryptographic schemes Group: System/Libraries Vendor: openmamba @@ -66,14 +66,14 @@ find . -type f -exec dos2unix {} \; #%patch2 -p1 %build -%{make} \ +%make LIBDIR=%{_lib} \ %ifarch x86_64 CXXFLAGS+="-fPIC" %endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall LIBDIR=%{_lib} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -111,6 +111,9 @@ fi #%{_bindir}/cryptest %changelog +* Fri Jan 29 2016 Silvan Calarco 5.6.2-3mamba +- rebuilt with gcc 5.3.0 + * Mon Aug 19 2013 Silvan Calarco 5.6.2-2mamba - %pre: fix /usr/include/cryptopp directory becoming a symlink