[bpython] 0.12

terjeros terjeros at fedoraproject.org
Thu Jan 31 18:43:16 UTC 2013


commit 0bffbb0b03da4ffd942746cfdab79e0cdee10241
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Thu Jan 31 19:43:10 2013 +0100

    0.12

 .gitignore   |    1 +
 bpython.spec |   26 +++++++++++---------------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01ca3ec..ea597a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ bpython-0.9.6.2.tar.gz
 /bpython-0.9.7.1.tar.gz
 /bpython.png
 /bpython-0.10.1.tar.gz
+/bpython-0.12.tar.gz
diff --git a/bpython.spec b/bpython.spec
index acd0e6b..87ef972 100644
--- a/bpython.spec
+++ b/bpython.spec
@@ -1,13 +1,9 @@
-%if 0%{?fedora} > 12
-%global with_python3 1
-%else
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
-%endif
+%global        with_python3 1
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
-Version:       0.11
-Release:       4%{?dist}
+Version:       0.12
+Release:       1%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -18,6 +14,7 @@ Patch0:        bpython-0.9.7.1-desktop.patch
 BuildArch:     noarch
 BuildRequires: python-devel
 BuildRequires: python-setuptools
+BuildRequires: python-sphinx
 BuildRequires: desktop-file-utils
 Requires:      pygtk2
 Requires:      python-urwid
@@ -68,10 +65,6 @@ This is the Python 3 build of bpython
 %prep
 %setup -q
 %patch0 -p1
-%{__sed} -i -e \
-    "s|/usr/share/docs/bpython/examples on Debian|%{_docdir}/%{name}-%{version}/sample-config on Fedora/RHEL|g" doc/bpython.1
-%{__sed} -i -e '1d' bpython/{cli,keys}.py
-
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -117,8 +110,8 @@ desktop-file-install --delete-original         \
 
 %files
 %defattr(-, root, root, -)
-%doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
-%doc light.theme sample-config sample.theme doc
+%doc AUTHORS CHANGELOG LICENSE ROADMAP TODO
+%doc light.theme sample-config sample.theme
 %{_bindir}/%{name}
 %{_bindir}/%{name}-gtk
 %{_bindir}/%{name}-urwid
@@ -132,8 +125,8 @@ desktop-file-install --delete-original         \
 %if 0%{?with_python3}
 %files -n python3-bpython
 %defattr(-, root, root, -)
-%doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
-%doc light.theme sample-config sample.theme doc
+%doc AUTHORS CHANGELOG LICENSE ROADMAP TODO
+%doc light.theme sample-config sample.theme
 %{_bindir}/python3-%{name}
 #{_bindir}/python3-%{name}-urwid
 %{python3_sitelib}/%{name}*
@@ -141,6 +134,9 @@ desktop-file-install --delete-original         \
 %endif # with_python3
 
 %changelog
+* Wed Jan 30 2013 Terje Rosten <terje.rosten at ntnu.no> - 0.12-1
+- 0.12
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 0.11-4
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index 47f117a..3d8a758 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-16a5100b170b0622c5973a0936d67fed  bpython-0.11.tar.gz
+14cbe92620d386a769b3faa282a1d6c3  bpython-0.12.tar.gz
 104e5f804b904afecbe85c3c05462fc0  bpython.png


More information about the scm-commits mailing list