|
|
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
|
|
|
93fb5c |
Version: 1.1.fb9
|
|
|
93fb5c |
Release: 1%{?dist}
|
|
|
93fb5c |
URL: https://github.com/agrover/configshell-fb
|
|
|
93fb5c |
# Acquire with
|
|
|
93fb5c |
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
|
|
|
93fb5c |
# and it will save with the name below. Not cool, github.
|
|
|
93fb5c |
Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
|
|
|
93fb5c |
BuildArch: noarch
|
|
|
93fb5c |
BuildRequires: python-devel
|
|
|
93fb5c |
Requires: pyparsing python-urwid
|
|
|
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
|
|
|
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 |
|
|
|
93fb5c |
* Tue 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
|