|
@@ -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: 1.0.2
|
|
|
|
|
|
+Version: 1.1.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Console user interface library
|
|
Summary: Console user interface library
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
Summary(ja): コンソールユーザーインターフェースライブラリ
|
|
@@ -40,8 +40,7 @@ python setup.py test
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
%{__python} setup.py install --skip-build --no-compile --root %{buildroot}
|
|
%{__python} setup.py install --skip-build --no-compile --root %{buildroot}
|
|
-rm -f tmpl_tutorial.html
|
|
|
|
-mkdir examples
|
|
|
|
|
|
+#rm -f tmpl_tutorial.html
|
|
cp -p *.py examples/
|
|
cp -p *.py examples/
|
|
rm -f examples/test_urwid.py examples/docgen_*.py
|
|
rm -f examples/test_urwid.py examples/docgen_*.py
|
|
|
|
|
|
@@ -50,11 +49,14 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc CHANGELOG *.html examples
|
|
|
|
|
|
+%doc CHANGELOG examples
|
|
%{python_sitearch}/urwid
|
|
%{python_sitearch}/urwid
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2-1
|
|
* Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|