%define buildstamp %(date +%s) Name: astyle Version: 3.0.1 Release: 0.1.%{buildstamp}%{?dist} Summary: Source code formatter for C-like programming languages Group: Development/Tools License: LGPLv3+ URL: https://astyle.sourceforge.net/ Source0: https://downloads.sourceforge.net/%{name}/%{name}_%{version}_linux.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Artistic Style is a source code indenter, source code formatter, and source code beautifier for the C, C++, C# and Java programming languages. %prep %setup -qn %{name} %build cd build/gcc make debug %install cd build/gcc install -D -m 755 bin/astyled %{buildroot}/%{_bindir}/astyle %files %doc doc/*.html %{_bindir}/astyle %changelog