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-0.9.9.1.tar.gz
|
||||||
|
/urwid-1.0.0.tar.gz
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-urwid
|
Name: python-urwid
|
||||||
Version: 0.9.9.1
|
Version: 1.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Console user interface library
|
Summary: Console user interface library
|
||||||
|
|
||||||
Group: Development/Libraries
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python-setuptools-devel
|
||||||
BuildRequires: python-twisted-core
|
BuildRequires: python-twisted-core
|
||||||
BuildRequires: pygobject2
|
BuildRequires: pygobject2
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ find urwid -type f -name "*.py" -exec chmod 644 {} \;
|
|||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./test_urwid.py
|
python setup.py test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -54,6 +55,11 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/urwid-%{version}*.egg-info
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user