#
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
#
Name     : c-helloworld
Version  : 1
Release  : 1
URL      : file://{}/tests/testfiles/c-helloworld.tar.gz
Source0  : file://{}/tests/testfiles/c-helloworld.tar.gz
Summary  : No detailed summary available
Group    : Development/Tools
License  : GPL-3.0
BuildRequires : xz

%description
No detailed description available

%prep
%setup -q -n c-helloworld

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C
export SOURCE_DATE_EPOCH=1
make V=1  %{?_smp_mflags}

%install
export SOURCE_DATE_EPOCH=1
rm -rf %{buildroot}
%make_install

%files
%defattr(-,root,root,-)
/usr/local/bin/helloworld
