Name: git-taskrepo Version: 0 Release: 1%{?dist} Summary: Creates a taskrepo inside of an existing git repo. Group: Development/Libraries License: GPLv2+ URL: http://beaker-project.org/git-taskrepo Source0: http://fedorahosted.org/releases/g/i/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel Requires: python-devel %description This creates and maintains a taskrepo inside of an existing git repo. Allows you to easily create xml jobs which can be run with the test harness restraint. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %attr(0755, root, root)%{_bindir}/%{name} %{python_sitelib}/git_taskrepo* %changelog * Wed May 06 2015 Bill Peck 0-1 - new package built with tito * Wed May 06 2015 Bill Peck 0.1 - Initial release