fixes failed: cc: No such file or directory

This commit is contained in:
wu-leilei 2021-06-03 15:18:35 +08:00
parent bbca0ec77c
commit 0408d0654c

View File

@ -1,6 +1,6 @@
Name: libaesgm
Version: 20090429
Release: 21
Release: 22
License: BSD
Summary: Encryption method AES (Rijndael) library implementation.
URL: http://brg.a2hosted.com//oldsite/cryptography_technology/index.php
@ -9,7 +9,7 @@ Source1: Makefile.aes
Patch0000: libaesgm-20090429-fileencrypt.patch
BuildRequires: make
BuildRequires: make gcc
%description
Encryption method AES (Rijndael) library implementation.
@ -47,5 +47,8 @@ cp %{SOURCE1} Makefile
%{_libdir}/libaesgm.so
%changelog
* Thu Jun 03 2021 wulei <wulei80@huawei.com> - 20090429-22
- fixes failed: cc: No such file or directory
* Fri Feb 21 2020 catastrowings <jianghuhao1994@163.com> - 20090429-21
- initial package