|
@@ -1,7 +1,7 @@
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
|
Name: python-urwid
|
|
Name: python-urwid
|
|
-Version: 0.9.9.2
|
|
+Version: 1.0.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Console user interface library
|
|
Summary: Console user interface library
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
@@ -32,8 +32,8 @@ find urwid -type f -name "*.py" -exec chmod 644 {} \;
|
|
%build
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
-%check
|
|
+#%check
|
|
-./test_urwid.py
|
|
+#./test_urwid.py
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Sep 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.9.2-1
|
|
* Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.9.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|