Name: openFPGALoader Version: 0.6.1 %define uver 0.6.1 Release: 1%{?dist} Summary: Universal utility for programming FPGA License: ASL 2.0 URL: https://github.com/trabucayre/openFPGALoader Source0: https://github.com/trabucayre/openFPGALoader/archive/v%{version}/openFPGALoader-v%{version}.tar.gz Requires: libftdi Requires: libgudev Requires: zlib BuildRequires: cmake BuildRequires: gcc-c++ %if 0%{?fedora} >= 1 || 0%{?rhel} >= 8 BuildRequires: libgudev-devel %endif BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(hidapi-libusb) BuildRequires: pkgconfig(zlib) %description Universal utility for programming FPGA %prep %setup -n openFPGALoader-%{version} %build %cmake %cmake_build %install %cmake_install %files %license LICENSE %{_bindir}/openFPGALoader %{_datadir}/* %changelog * Sat Dec 4 2021 Jean THOMAS - v0.6.1-1 - Update to v0.6.1 source * Mon Aug 2 2021 Jean THOMAS - v0.5.0-1 - Update to v0.5.0 source * Fri Jul 2 2021 Jean THOMAS - v0.4.0-2 - Add support for older CentOS/RHEL * Thu Jul 1 2021 Jean Thomas - v0.4.0-1 - Initial release