rebuilt with gcc 5.3.0 [release 5.6.2-3mamba;Fri Jan 29 2016]
This commit is contained in:
parent
04e5d9819f
commit
a80de4c136
@ -1,7 +1,7 @@
|
|||||||
%define realversion %(echo %version | tr -d .)
|
%define realversion %(echo %version | tr -d .)
|
||||||
Name: libcryptopp
|
Name: libcryptopp
|
||||||
Version: 5.6.2
|
Version: 5.6.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Free C++ class library of cryptographic schemes
|
Summary: Free C++ class library of cryptographic schemes
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -66,14 +66,14 @@ find . -type f -exec dos2unix {} \;
|
|||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{make} \
|
%make LIBDIR=%{_lib} \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
CXXFLAGS+="-fPIC"
|
CXXFLAGS+="-fPIC"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall LIBDIR=%{_lib}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -111,6 +111,9 @@ fi
|
|||||||
#%{_bindir}/cryptest
|
#%{_bindir}/cryptest
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.2-2mamba
|
||||||
- %pre: fix /usr/include/cryptopp directory becoming a symlink
|
- %pre: fix /usr/include/cryptopp directory becoming a symlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user