Blame SPECS/python-configshell.spec

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