rebuit with --enable-static required for qemu-static [release 1.7.2-2mamba;Fri Jul 22 2016]
This commit is contained in:
parent
b827ad8e2c
commit
adcf3a102f
@ -1,6 +1,6 @@
|
||||
Name: libgcrypt
|
||||
Version: 1.7.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: GNU's basic cryptographic library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -46,6 +46,7 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-static \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
--disable-asm
|
||||
%endif
|
||||
@ -90,6 +91,7 @@ This package contains utility applications for %{name}.
|
||||
%{_datadir}/aclocal/libgcrypt.m4
|
||||
#%{_includedir}/gcrypt-module.h
|
||||
%{_includedir}/gcrypt.h
|
||||
%{_libdir}/libgcrypt.a
|
||||
%{_libdir}/libgcrypt.la
|
||||
%{_libdir}/libgcrypt.so
|
||||
%{_infodir}/gcrypt.info.*
|
||||
@ -105,6 +107,9 @@ This package contains utility applications for %{name}.
|
||||
%{_mandir}/man1/hmac256.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.2-2mamba
|
||||
- rebuit with --enable-static required for qemu-static
|
||||
|
||||
* Tue Jul 19 2016 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user