| 1234567891011121314151617181920212223242526272829303132333435363738 | Name:		__MKIT_PROJ_NAME__
Version:	__MKIT_PROJ_VERSION__
Release:	1%{?dist}
Summary:	__MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
License:	LGPLv2
Source0:	%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	coreutils git
Requires:	python
%description
%prep
%setup -q
%build
# %%configure
make %{?_smp_mflags}
%install
%make_install
%files
%doc /usr/share/doc/trange/LICENSE
%doc /usr/share/doc/trange/README.md
/usr/bin/trange
/usr/share/trange/python/trange.py
/usr/share/trange/python/trange.pyc
/usr/share/trange/python/trange.pyo
%changelog
# specfile built with MKit __MKIT_SELF_VERSION__
 |