File byobu.spec of Package byobu
#
# spec file for package byobu
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: byobu
Version: 5.124
Release: 0
Summary: Enhanced profile and configuration utilities for GNU Screen and tmux
License: GPL-3.0
Group: System/Console
Url: http://byobu.org/
Source: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
Source1: https://launchpad.net/%{name}/trunk/%{version}/+download/..-%{name}_%{version}.orig.tar.gz.asc#/%{name}_%{version}.orig.tar.gz.asc
Source2: %{name}.keyring
# For /usr/share/dbus-1/services/ ownership.
BuildRequires: dbus-1-devel
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-devel
BuildRequires: update-desktop-files
# For env in desktop-file
Requires: coreutils
Requires: gawk
Requires: gettext-runtime
Requires: net-tools
Requires: snack
Recommends: pastebinit
Recommends: tmux
Suggests: %{name}-doc
Suggests: screen
Suggests: wireless-tools
BuildArch: noarch
%{perl_requires}
%py_requires
%package doc
Summary: Documentation files for byobu
Group: Documentation/Other
Requires: %{name}
%description
Byobu includes an enhanced profiles, convenient keybindings,
configuration utilities, and toggle-able system status
notifications for both the GNU Screen window manager and tmux
terminal multiplexer.
%description doc
Help files and changelog for %{name}.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
mkdir -p %{buildroot}%{_docdir}/
mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
ln -s ../../../../%{name}/pixmaps/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
mkdir -p %{buildroot}%{_datadir}/applications/
rm %{buildroot}%{_datadir}/%{name}/desktop/byobu.desktop
mv %{buildroot}%{_datadir}/%{name}/desktop/byobu.desktop.old %{buildroot}%{_datadir}/applications/%{name}.desktop
%suse_update_desktop_file -G "Screen Profiles" -r %{name} System TerminalEmulator
%fdupes %{buildroot}%{_mandir}/
%files
%doc AUTHORS COPYING README
%config %{_sysconfdir}/profile.d/Z97-%{name}.*sh
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/*
%{_libexecdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*.1%{?ext_man}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/dbus-1/services/*%{name}.service
%if 0%{?suse_version} == 1315
%exclude %{_docdir}/%{name}/help.*.txt
%endif
%files doc
%doc ChangeLog
%{_docdir}/%{name}/help.*.txt
%changelog