Version 1.0.0
This commit is contained in:
parent
b3883f0120
commit
4e487e543b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
urwid-0.9.9.1.tar.gz
|
||||
/urwid-1.0.0.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user