# Generated by go2rpm 1 # Manually modified for fcct 0.5.0 %global debug_package %{nil} %bcond_without check # https://github.com/coreos/fcct %global goipath github.com/coreos/fcct Version: 0.9.0 %global common_description %{expand:The Fedora CoreOS Config Transpiler (FCCT) translates human-readable Fedora CoreOS Configs (FCCs) into machine-readable Ignition configs for provisioning Fedora CoreOS machines.} %global golicenses LICENSE %global godocs docs README.md NEWS Name: fedora-coreos-config-transpiler Release: 0.1%{?dist} Summary: Fedora CoreOS Config Transpiler (FCCT) # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: https://github.com/coreos/fcct Source: https://github.com/coreos/fcct/archive/fcct-%{version}.tar.gz Patch: fcct-build.patch # Users may know FCCT by its acronym and want to `dnf install fcct` Provides: fcct = %{version}-%{release} BuildRequires: compiler(go-compiler) %description %{common_description} %prep %setup -n fcct-%{version} %patch -p1 %build FCCT_VER=%{version} ./build %install install -d -p %{buildroot}%{_bindir} install -p -m 0755 bin/amd64/fcct %{buildroot}%{_bindir} #install -d -p %{buildroot}%{_datadir}/fcct %files %license %{golicenses} %doc %{godocs} %{_bindir}/fcct %changelog * Fri Jan 8 2021 Aram Minasyan 0.9.0-0.1 - New Version 0.9.0 * Wed Jun 17 2020 Aram Minasyan 0.6.0-0.1 - New release * Fri Apr 03 2020 Aram Minasyan 0.5.0-99 - Adapted to build for RHEL/CentOS 8 playground * Mon Mar 23 2020 Benjamin Gilbert - 0.5.0-1 - New release * Wed Feb 05 2020 James Cassell - 0.4.0-5 - Include "FCCT" in the Summary to enable discovery by 'dnf search' * Tue Feb 04 2020 Benjamin Gilbert - 0.4.0-4 - Provide "fcct" to aid installation - Minor improvement to -nonlinux description * Sat Feb 01 2020 Benjamin Gilbert - 0.4.0-3 - Avoid incorrect separate noarch build in koji - Re-enable noarch package check; it was the wrong fix * Fri Jan 31 2020 Benjamin Gilbert - 0.4.0-2 - Disable noarch package check that was failing the build * Thu Jan 30 2020 Benjamin Gilbert - 0.4.0-1 - Initial package