fixes failed: error: no acceptable C compiler found in PATH

This commit is contained in:
wu-leilei 2021-06-08 10:27:45 +08:00
parent 41afb631c0
commit 2c2a9a6607

View File

@ -1,13 +1,13 @@
Name: libisofs Name: libisofs
Version: 1.4.8 Version: 1.4.8
Release: 5 Release: 6
Summary: Library for Creating ISO-9660 Filesystems Summary: Library for Creating ISO-9660 Filesystems
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: http://libburnia-project.org/ URL: http://libburnia-project.org/
Source0: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz Source0: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz
Source1: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz.sig Source1: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz.sig
Patch0001: libisofs-0.6.16-multilib.patch Patch0001: libisofs-0.6.16-multilib.patch
BuildRequires: libacl-devel zlib-devel BuildRequires: libacl-devel zlib-devel gcc
%description %description
Libisofs is a library to create an ISO-9660 filesystem and supports Libisofs is a library to create an ISO-9660 filesystem and supports
@ -70,5 +70,8 @@ doxygen doc/doxygen.conf
%doc doc/html/ %doc doc/html/
%changelog %changelog
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 1.4.8-6
- fixes failed: error: no acceptable C compiler found in $PATH
* Sat Dec 21 2019 Tianfei <tianfei16@huawei.com> - 1.4.8-5 * Sat Dec 21 2019 Tianfei <tianfei16@huawei.com> - 1.4.8-5
- Package init - Package init