Name: repa Version: 0.1.1 Summary: Release Engineering Process Assistant %if 0%{?opensuse_bs} Release: 0.dev.. %else Release: 0 %endif License: GPL-2.0 URL: http://www.tizen.org Group: Development/Tools/Building Source0: %{name}_%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools Requires: gbs-api Requires: osc Requires: python >= 2.6 Requires: python-setuptools %description This tool is to assist release engineers to operate with submissions in easy and flexible manner %prep %setup -q %build python ./setup.py build %install python ./setup.py install --root=%{buildroot} --prefix=%{_prefix} %clean rm -rf %{buildroot} %files %doc COPYING %defattr(-,root,root,-) %config %{_sysconfdir}/%{name}.conf %{_datadir}/doc/packages/%{name} %{python_sitelib}/%{name}-%{version}-*.egg-info %{python_sitelib}/%{name}-%{version}-*-nspkg.pth %{python_sitelib}/%{name} %{_bindir}/%{name} %{_mandir}/man1/* %changelog