From a972a90cf538c3bb19bd44872db64e16ee291a89 Mon Sep 17 00:00:00 2001 From: terjeros Date: Sep 01 2008 20:25:45 +0000 Subject: - 0.7.0 --- diff --git a/.cvsignore b/.cvsignore index e1a00b0..8418277 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bpython-0.6.3.tar.gz +bpython-0.7.0.tar.gz diff --git a/bpython.spec b/bpython.spec index 0bd40db..99a3cb8 100644 --- a/bpython.spec +++ b/bpython.spec @@ -2,7 +2,7 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.6.3 +Version: 0.7.0 Release: 1%{?dist} URL: http://www.noiseforfree.com/bpython/ Group: Development/Libraries @@ -35,8 +35,11 @@ operating systems. It has the following features: %install %{__rm} -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -#{__install} -D -m 0644 %{SOURCE1} \ -# %{buildroot}%{_datadir}/applications/%{name}.desktop +%{__rm} -f %{buildroot}%{_datadir}/applications/%{name}.desktop + +#desktop-file-install --delete-original \ +# --dir %{buildroot}%{_datadir}/applications \ +# %{buildroot}%{_datadir}/applications/%{name}.desktop %clean %{__rm} -rf %{buildroot} @@ -46,8 +49,14 @@ operating systems. It has the following features: %doc CHANGELOG LICENSE README %{_bindir}/%{name} %{python_sitelib}/%{name}* +%{_mandir}/man1/%{name}.1* +%{_mandir}/man5/bpythonrc.5* +#{_datadir}/applications/%{name}.desktop %changelog +* Mon Sep 1 2008 Terje Rosten - 0.7.0-1 +- 0.7.0 + * Tue Aug 12 2008 Terje Rosten - 0.6.3-1 - 0.6.3 diff --git a/sources b/sources index 7f3df3d..cb0f990 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90c74b6a5b57a5e9c7ecb78483bc6155 bpython-0.6.3.tar.gz +5a992ada6f31cbea048d2dee07ec6bfe bpython-0.7.0.tar.gz