Blame SPECS/python-configshell.spec

93fb5c
# Copyright 2011, Red Hat
93fb5c
93fb5c
%global oname configshell-fb
93fb5c
93fb5c
Name:           python-configshell
93fb5c
License:        ASL 2.0
93fb5c
Group:          System Environment/Libraries
93fb5c
Summary:        A framework to implement simple but nice CLIs
93fb5c
Epoch:          1
f68db4
Version:        1.1.fb18
18b270
Release:        1%{?dist}
9ac867
URL:            https://fedorahosted.org/targetcli-fb/
9ac867
Source:         https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
93fb5c
BuildArch:      noarch
9ac867
BuildRequires:  python-devel python-setuptools
f68db4
Requires: pyparsing python-urwid python-six
93fb5c
93fb5c
%description
93fb5c
A framework to implement simple but nice configuration-oriented
93fb5c
command-line interfaces.
93fb5c
93fb5c
%prep
93fb5c
%setup -q -n %{oname}-%{version}
93fb5c
93fb5c
%build
93fb5c
%{__python} setup.py build
93fb5c
93fb5c
%install
93fb5c
rm -rf %{buildroot}
93fb5c
%{__python} setup.py install --skip-build --root %{buildroot}
93fb5c
93fb5c
%files
93fb5c
%{python_sitelib}/*
93fb5c
%doc COPYING README.md
93fb5c
93fb5c
%changelog
f68db4
* Wed Jul 15 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb18-1
f68db4
- Update to latest in Fedora
f68db4
18b270
* Wed Sep 24 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb14-1
18b270
- New upstream release
18b270
9ac867
* Mon Jan 27 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb11-3
9ac867
- Update source/URL to current
9ac867
- Fix changelog
9ac867
9ac867
* Mon Jan 6 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb11-1
9ac867
- New upstream release
9ac867
9ac867
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:1.1.fb9-2
9ac867
- Mass rebuild 2013-12-27
9ac867
93fb5c
* Thu Sep 12 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb9-1
93fb5c
- New upstream release
93fb5c
- Remove dependency on python-simpleparse in favor of pyparsing
93fb5c
- Remove BuildRequires
93fb5c
93fb5c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb8-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
93fb5c
93fb5c
* Tue Jul 23 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb8-1
93fb5c
- New upstream release
93fb5c
- License now Apache 2.0
93fb5c
- README.md instead of README
93fb5c
93fb5c
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb6-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
93fb5c
93fb5c
* Fri Jan 4 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb6-1
93fb5c
- New upstream release
93fb5c
- Update source URL
93fb5c
93fb5c
* Tue Jul 31 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
93fb5c
- New upstream release
93fb5c
- Update Source URL to proper tarball
93fb5c
93fb5c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb4-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
93fb5c
93fb5c
* Tue Jan 10 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb4-1
93fb5c
- New upstream release
93fb5c
18b270
* Wed Dec 14 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb3-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Tue Dec 13 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb2-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Tue Dec 6 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb1-1
93fb5c
- New upstream source and release
93fb5c
- Remove patches:
93fb5c
  * python-configshell-remove-epydoc-dep.patch
93fb5c
  * python-configshell-git-version.patch
93fb5c
93fb5c
* Mon Nov 21 2011 Andy Grover <agrover@redhat.com> - 1:1.1-2
93fb5c
- Properly update changelog
93fb5c
- Sync version with upstream, Epoch used
93fb5c
- Change Source URL to intermediate github repo
93fb5c
93fb5c
* Fri Sep 23 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-5
93fb5c
* Rebuild
93fb5c
93fb5c
* Thu Aug 25 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-4
93fb5c
- Add patch
93fb5c
  - python-configshell-remove-epydoc-dep.patch
93fb5c
93fb5c
* Wed Aug 17 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-3
93fb5c
- Address comments from spec review
93fb5c
  - drop examples/myshell from doc, it hasn't been updated for API change
93fb5c
  - Fully document procedure to generate source .tar.gz
93fb5c
  - Remove "." from summary
93fb5c
  - Remove commented-out spec todos and other cruft
93fb5c
93fb5c
* Mon Aug 1 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-2
93fb5c
- Update to latest git version
93fb5c
- Add urwid builddep
93fb5c
93fb5c
* Tue May 10 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-1
93fb5c
- Initial packaging