|
@@ -1,8 +1,8 @@
|
|
%{!?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: 1.0.0
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.0.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Console user interface library
|
|
Summary: Console user interface library
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
|
|
|
|
@@ -55,7 +55,11 @@ rm -rf %{buildroot}
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 03 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-2
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Thu Oct 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-2
|
|
* Thu Oct 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-2
|
|
|
|
+- new upstream release
|
|
- added BuildRequires: python-setuptools
|
|
- added BuildRequires: python-setuptools
|
|
- run %%check
|
|
- run %%check
|
|
|
|
|