Update to 1.1.fb5-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2012-07-31 10:34:32 -07:00
parent cc8adb181c
commit 3ac4a81ea3
3 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

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

View File

@ -7,11 +7,10 @@ License: AGPLv3
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.fb4
Version: 1.1.fb5
Release: 1%{?dist}
URL: https://github.com/agrover/configshell-fb
Source: https://github.com/agrover/%{oname}/tarball/v%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel epydoc python-simpleparse python-urwid
Requires: python-simpleparse python-urwid
@ -21,7 +20,7 @@ A framework to implement simple but nice configuration-oriented
command-line interfaces.
%prep
%setup -q -n agrover-%{oname}-0deef22
%setup -q -n %{oname}-%{version}
%build
%{__python} setup.py build
@ -30,16 +29,15 @@ command-line interfaces.
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{python_sitelib}
%{python_sitelib}/*
%doc COPYING README
%changelog
* Tue Jan 10 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
- New upstream release
- Update Source URL to proper tarball
* Tue Jan 10 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb4-1
- New upstream release

View File

@ -1 +1 @@
80710076ad02f59fee98b51c58ed1514 v1.1.fb4
93dff95676042227b95d0abbfc134ad8 configshell-fb-1.1.fb5.tar.gz