rebuilt with gcc 5.3.0 [release 5.6.2-3mamba;Fri Jan 29 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 04:02:24 +01:00
parent 04e5d9819f
commit a80de4c136

View File

@ -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 <silvan.calarco@mambasoft.it> 5.6.2-3mamba
- rebuilt with gcc 5.3.0
* Mon Aug 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.2-2mamba
- %pre: fix /usr/include/cryptopp directory becoming a symlink