diff --git a/.gitignore b/.gitignore index 7b1d505..c2a81de 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ byobu_2.80.orig.tar.gz /byobu_4.41.orig.tar.gz /byobu_5.17.orig.tar.gz /byobu_5.21.orig.tar.gz +/byobu_5.69.orig.tar.gz diff --git a/byobu.spec b/byobu.spec index e7845c3..f2b6acd 100644 --- a/byobu.spec +++ b/byobu.spec @@ -1,8 +1,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: byobu -Version: 5.21 -Release: 7%{?dist} +Version: 5.69 +Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen Group: Applications/System @@ -20,7 +20,7 @@ Requires: python26 %endif BuildRequires: gettext, desktop-file-utils, automake -Requires: screen, newt, gettext +Requires: screen, newt, gettext, tmux %Description Byobu is a Japanese term for decorative, multi-panel screens that serve @@ -42,10 +42,13 @@ done for i in `grep -Ri BYOBU_PREFIX/lib/ * | awk -F: '{print $1}' | uniq`; do sed -i "s#BYOBU_PREFIX/lib/#BYOBU_PREFIX/libexec/#g" $i; done -# fix path for help file -sed -i "s#DOC=BYOBU_PREFIX+'/share/doc/'+PKG#DOC='%{_pkgdocdir}'#g" usr/bin/byobu-config + +# fix path for correct directory in /usr/share +sed -i "s#DOC = BYOBU_PREFIX + '/share/doc/' + PKG#DOC='%{_pkgdocdir}'#g" usr/lib/byobu/include/config.py + # set default fedora windows cp -p %{SOURCE1} usr/share/byobu/windows/common + # fix path from lib to libexec by modified Makefile.am and in sed -i "s#/lib/#/libexec/#g" usr/lib/byobu/Makefile.am sed -i "s#/lib/#/libexec/#g" usr/lib/byobu/Makefile.in @@ -98,6 +101,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/%{name}/* %changelog +* Wed Jan 8 2014 Jan Klepek - 5.69-1 +- update to latest version (#873560) +- added tmux dependency (#907267) + * Thu Dec 12 2013 Ville Skyttä - 5.21-7 - Install docs to %%{_pkgdocdir} where available (#993689). - Fix bogus dates in %%changelog. diff --git a/sources b/sources index cc5498b..fa42cb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d3e760489cf327e6d4a9f45d4e55ca9 byobu_5.21.orig.tar.gz +87629162ffa4c58ea891230e423e6834 byobu_5.69.orig.tar.gz