Blob Blame History Raw
Name:		cinch
Version:	0.2.1
Release:	3%{?dist}
Summary:	A tool for provisioning Jenkins components for CI

License:	GPLv3+
URL:		http://github.com/RedHatQE/cinch
Source0:	http://github.com/RedHatQE/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz

BuildRequires:	ansible
BuildRequires:  python-plumbum
BuildRequires:  python2-devel
Requires:	ansible
Requires:   python-plumbum

BuildArch:  noarch

%description
Cinch is an Ansible-based tool for configuring Jenkins systems to enhance
the Continuous Integration experience.


%prep
%autosetup -n cinch-%{version}


%build
%py2_build


%install
%py2_install


%files
%doc README.md
%license LICENSE
%{_bindir}/cinch
%{python2_sitelib}/cinch-%{version}-py2.7.egg-info
%{python2_sitelib}/cinch


%changelog
* Fri Dec 16 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-3
- Updated Source0 with name macro substitution

* Mon Dec 12 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-2
- Removed python-devel BR

* Tue Dec 06 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-1
- Upstream release 0.2.1
- Remove setup.py patch

* Wed Nov 09 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.0-1
- First upstream release