f947248
Name:		cinch
5885d0b
Version:	1.1.0
5885d0b
Release:	1%{?dist}
f947248
Summary:	A tool for provisioning Jenkins components for CI
f947248
f947248
License:	GPLv3+
f947248
URL:		http://github.com/RedHatQE/cinch
6162306
Source0:	http://github.com/RedHatQE/%{name}/archive/v%{version}.tar.gz
f947248
f947248
BuildRequires:	ansible
5885d0b
BuildRequires:  python3-plumbum
5885d0b
BuildRequires:  python3-devel
f947248
Requires:	ansible
5885d0b
Requires:   python3-plumbum
f947248
f947248
BuildArch:  noarch
f947248
f947248
%description
f947248
Cinch is an Ansible-based tool for configuring Jenkins systems to enhance
f947248
the Continuous Integration experience.
f947248
f947248
f947248
%prep
6162306
%autosetup -n %{name}-%{version}
f947248
f947248
f947248
%build
5885d0b
%py3_build
f947248
f947248
f947248
%install
5885d0b
%py3_install
f947248
6162306
# This is improperly installed by pip
5885d0b
rm -rf %{buildroot}%{python3_sitelib}/tests
6162306
f947248
f947248
%files
f947248
%doc README.md
f947248
%license LICENSE
f947248
%{_bindir}/cinch
6162306
%{_bindir}/teardown
5885d0b
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info/
5885d0b
%{python3_sitelib}/%{name}
f947248
f947248
f947248
%changelog
5885d0b
* Tue Aug 28 2018 Greg Hellings <greg.hellings@gmail.com> - 1.1.0-1
5885d0b
- New upstream version 1.1.0
5885d0b
- Fedora Ansible is now Python3
5885d0b
0c0f167
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
0c0f167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0c0f167
aed7fb9
* Wed Apr 18 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 1.0.0-2
aed7fb9
- Update Python 2 dependency declarations to new packaging standards
aed7fb9
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
aed7fb9
10fa13d
* Fri Feb 09 2018 Greg Hellings <greg.hellings@gmail.com> - 1.0.0-1
10fa13d
- New upstream 1.0.0
10fa13d
1c39e8d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
1c39e8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1c39e8d
6162306
* Wed Nov 29 2017 Greg Hellings <greg.hellings@gmail.com> - 0.9.0-1
6162306
- New upstream release 0.9.0
6162306
- Intervening versions depended on an unpackaged library, which is now removed
6162306
- Added new "teardown" command
6162306
- Updated SOURCE0 URL
6162306
- Remove tests from install path
6162306
- Updated several lines to use the "name" macro
6162306
dc4dc29
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-5
dc4dc29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dc4dc29
3ca76eb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4
3ca76eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3ca76eb
f947248
* Fri Dec 16 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-3
f947248
- Updated Source0 with name macro substitution
f947248
f947248
* Mon Dec 12 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-2
f947248
- Removed python-devel BR
f947248
f947248
* Tue Dec 06 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.1-1
f947248
- Upstream release 0.2.1
f947248
- Remove setup.py patch
f947248
f947248
* Wed Nov 09 2016 Greg Hellings <greg.hellings@gmail.com> - 0.2.0-1
f947248
- First upstream release