Name: ws63flash Version: 0.3.1 Release: %autorelease Summary: Flashing utility for Hisilicon WS63 chips License: GPL-3.0-only URL: https://github.com/goodspeed34/ws63flash Source0: https://github.com/goodspeed34/ws63flash/archive/refs/tags/v0.3.1.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: autoconf BuildRequires: automake %description ws63flash is a flashing utility for Hisilicon WS63 chips, developed from reverse-engineering the official Hisilicon BurnTool. It includes three tools: - ws63flash: flash firmware to WS63 chips via serial - ws63fwpkg: package firmware images - ws63sign: sign firmware images %prep %autosetup -n ws63flash-0.3.1 %build autoreconf -fi %configure %make_build %install %make_install %files %license COPYING %doc AUTHORS ChangeLog NEWS README README.en %{_bindir}/ws63flash %{_bindir}/ws63fwpkg %{_bindir}/ws63sign %{_mandir}/man1/ws63flash.1* %{_mandir}/man1/ws63fwpkg.1* %{_mandir}/man1/ws63sign.1* %changelog %autochangelog