version 1.1.fb6-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-01-04 14:29:20 -08:00
parent ccfd888213
commit 4277018bd8
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/v1.1.fb3
/v1.1.fb4
/configshell-fb-1.1.fb5.tar.gz
/configshell-fb-1.1.fb6.tar.gz

View File

@ -7,10 +7,13 @@ License: AGPLv3
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.fb5
Version: 1.1.fb6
Release: 1%{?dist}
URL: https://github.com/agrover/configshell-fb
Source: https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
# Acquire with
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
# and it will save with the name below. Not cool, github.
Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel epydoc python-simpleparse python-urwid
Requires: python-simpleparse python-urwid
@ -34,6 +37,10 @@ rm -rf %{buildroot}
%doc COPYING README
%changelog
* Fri Jan 4 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb6-1
- New upstream release
- Update source URL
* Tue Jul 31 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
- New upstream release
- Update Source URL to proper tarball

View File

@ -1 +1 @@
93dff95676042227b95d0abbfc134ad8 configshell-fb-1.1.fb5.tar.gz
5b0cc522e0bd45ed5c8f5a57e0fc8154 configshell-fb-1.1.fb6.tar.gz