Name: bugwarrior Version: 0.6.1 Release: 1%{?dist} Summary: Sync github, bitbucket, and trac issues with taskwarrior Group: Development/Libraries License: GPLv3+ URL: http://pypi.python.org/pypi/bugwarrior Source0: http://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-twiggy BuildRequires: python-bitlyapi BuildRequires: python-requests BuildRequires: python-bugzilla BuildRequires: python-jira BuildRequires: python-taskw BuildRequires: python-dogpile-cache Requires: python-twiggy Requires: python-bitlyapi Requires: python-requests Requires: python-bugzilla Requires: python-jira Requires: python-taskw Requires: python-dogpile-cache %description bugwarrior is a command line utility for updating your local taskwarrior database from your forge issue trackers. It currently supports pulling issues from github, bitbucket, trac, bugzilla, megaplan, teamlab, redmine, jira, and activecollab %prep %setup -q -n %{name}-%{version} # Remove bundled egg-info in case it exists rm -rf %{name}.egg-info %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root=%{buildroot} %files %doc README.rst LICENSE.txt %{python_sitelib}/%{name}/ %{python_sitelib}/%{name}-%{version}* %{_bindir}/bugwarrior-pull %changelog * Thu Oct 31 2013 Ralph Bean - 0.6.1-1 - initial package for Fedora