From 18c59031bafadeabe825649288c78c20555d9d0c Mon Sep 17 00:00:00 2001 From: Jan Klepek Date: Jun 17 2010 21:32:57 +0000 Subject: update to 2.80 version and various bugfixes --- diff --git a/.cvsignore b/.cvsignore index 233396c..7acb998 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -byobu_2.73.orig.tar.gz +byobu_2.80.orig.tar.gz diff --git a/byobu.spec b/byobu.spec index 15054bd..ce52644 100644 --- a/byobu.spec +++ b/byobu.spec @@ -1,5 +1,5 @@ Name: byobu -Version: 2.73 +Version: 2.80 Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen @@ -7,6 +7,8 @@ Group: Applications/System License: GPLv3 URL: http://launchpad.net/byobu Source0: http://code.launchpad.net/byobu/trunk/%{version}/+download/byobu_%{version}.orig.tar.gz +# default windows +Source1: fedoracommon BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -35,6 +37,11 @@ sed -i "s/GNOME;GTK;//g" usr/share/applications/byobu.desktop sed -i "s#gettext.bindtextdomain(PKG, SHARE+'/po')#gettext.bindtextdomain(PKG, '%{_datadir}/locale')#g" usr/bin/byobu-config # fix path for help file sed -i "s#DOC='/usr/share/doc/'+PKG#DOC='/usr/share/doc/'+PKG+'-%{version}'#g" usr/bin/byobu-config +# remove apport which is not available in fedora +rm usr/lib/byobu/apport +sed -i 's#status\[\"apport\"\]=0##g' usr/bin/byobu-config +# apply fedora default settings +cp -p %{SOURCE1} usr/share/byobu/windows/common %build @@ -73,14 +80,18 @@ rm -rf %{buildroot} %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/* %{_bindir}/%{name}* -%{_bindir}/motd+shell +%{_bindir}/shell %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/* +%{_mandir}/man1/shell* %{_mandir}/man1/%{name}*.1.gz -%{_mandir}/man1/motd+shell.1.gz %{_libexecdir}/%{name}/* %changelog +* Thu Jun 17 2010 Jan Klepek - 2.80-1 +- bugfix for BZ#595087, changed default windows selection, removed apport from toggle status notification +- upgraded to 2.80 version + * Sun May 2 2010 Jan Klepek - 2.73-1 - new version released diff --git a/fedoracommon b/fedoracommon new file mode 100644 index 0000000..666cf51 --- /dev/null +++ b/fedoracommon @@ -0,0 +1,4 @@ +# Default windows examples +#screen -t top top +#screen -t web w3m +#screen -t shell motd+shell diff --git a/sources b/sources index 07f3812..f817bfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc985d606bd28cb5572ea6794fe7e960 byobu_2.73.orig.tar.gz +b3d9320c3f09a20e2282b6e495dbbc2f byobu_2.80.orig.tar.gz