# # spec file for package hollywood # # Copyright (c) 2017 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/ # # %define commit 718960725551c64a2419aab9bd8b60ee0b95b762 Name: hollywood Version: 1.12 Release: 0 Summary: Fill your console with Hollywood melodrama technobabble License: Apache-2.0 Group: Applications/Other Url: http://launchpad.net/hollywood Source: https://github.com/dustinkirkland/hollywood/archive/%commit.zip Patch0: tmux-version-comp.patch BuildRequires: unzip Recommends: byobu Recommends: apg Recommends: bmon # in debian: bsdmainutils Recommends: util-linux Recommends: coreutils Recommends: ccze Recommends: cmatrix Recommends: htop Recommends: jp2a Recommends: mlocate Requires: moreutils Recommends: mplayer Recommends: openssh-client Recommends: speedometer Recommends: tree Requires: %name-data Requires: python-Pygments Requires: tmux BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %package data Summary: Data files for hollywood License: CC0-1.0 Group: Applications/Other %package -n wallstreet Summary: Fill your console with Wall Street-like news and stats License: Apache-2.0 Group: Applications/Other Recommends: byobu Recommends: caca-utils Recommends: newsbeuter Requires: perl-base Requires: python Recommends: rsstail # unavailable Recommends: ticker Requires: wget Recommends: w3m # unavailable: Recommends: jp2a %description This utility will split your console into a multiple panes of genuine technobabble, perfectly suitable for any Hollywood geek melodrama. It is particularly suitable on any number of computer consoles in the background of any excellent schlock technothriller. %description data Data file needed for package hollywood. %description -n wallstreet This utility will split your console into a multiple panes of news and statistics, like any good computer screen on Wall Street. %prep %setup -n %name-%commit %patch0 -p1 %build %install %{__install} -Dm 0755 -t %{buildroot}%{_bindir} bin/hollywood %{__install} -Dm 0755 -t %{buildroot}%{_libexecdir}/hollywood/ lib/hollywood/* %{__install} -Dm 0644 -t %{buildroot}%{_mandir}/man1/ share/man/man1/hollywood.1 %{__install} -Dm 0644 -t %{buildroot}%{_datarootdir}/hollywood/ share/hollywood/* %{__install} -Dm 0755 bin/wallstreet %{buildroot}%{_bindir} %{__install} -Dm 0755 -t %{buildroot}%{_libexecdir}/wallstreet/ lib/wallstreet/* %{__install} -Dm 0644 -t %{buildroot}%{_datarootdir}/wallstreet share/wallstreet/* %files %defattr(-,root,root) %_bindir/hollywood %_libexecdir/hollywood/ %{_mandir}/man1/hollywood.1* %files data %{_datarootdir}/hollywood %files -n wallstreet %defattr(-,root,root) %_bindir/wallstreet %_libexecdir/wallstreet/ %{_datarootdir}/wallstreet %changelog