Version 1.0.0

This commit is contained in:
Luke Macken 2011-10-19 02:23:01 -04:00
parent b3883f0120
commit 4e487e543b
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
urwid-0.9.9.1.tar.gz
/urwid-1.0.0.tar.gz

View File

@ -4,8 +4,8 @@
%endif
Name: python-urwid
Version: 0.9.9.1
Release: 3%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Summary: Console user interface library
Group: Development/Libraries
@ -15,6 +15,7 @@ Source0: http://excess.org/urwid/urwid-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildRequires: python2-devel
BuildRequires: python-setuptools-devel
BuildRequires: python-twisted-core
BuildRequires: pygobject2
@ -34,7 +35,7 @@ find urwid -type f -name "*.py" -exec chmod 644 {} \;
CFLAGS="%{optflags}" %{__python} setup.py build
%check
./test_urwid.py
python setup.py test
%install
rm -rf %{buildroot}
@ -54,6 +55,11 @@ rm -rf %{buildroot}
%{python_sitearch}/urwid-%{version}*.egg-info
%changelog
* Wed Oct 19 2011 Luke Macken <lmacken@redhat.com> - 1.0.0
- Update to version 1.0.0
- Add python-setuptools-devel to the BuildRequires
- Run the test suite using the setup.py
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
4722cdf898f711dcae1121aa80920152 urwid-0.9.9.1.tar.gz
487e98c5aef14af3b95ed2afa6147dd9 urwid-1.0.0.tar.gz