version 1.1.fb6-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
ccfd888213
commit
4277018bd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/v1.1.fb3
|
/v1.1.fb3
|
||||||
/v1.1.fb4
|
/v1.1.fb4
|
||||||
/configshell-fb-1.1.fb5.tar.gz
|
/configshell-fb-1.1.fb5.tar.gz
|
||||||
|
/configshell-fb-1.1.fb6.tar.gz
|
||||||
|
@ -7,10 +7,13 @@ License: AGPLv3
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.fb5
|
Version: 1.1.fb6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/agrover/configshell-fb
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel epydoc python-simpleparse python-urwid
|
BuildRequires: python-devel epydoc python-simpleparse python-urwid
|
||||||
Requires: python-simpleparse python-urwid
|
Requires: python-simpleparse python-urwid
|
||||||
@ -34,6 +37,10 @@ rm -rf %{buildroot}
|
|||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 31 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Update Source URL to proper tarball
|
- Update Source URL to proper tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user