- split media files to hollywood-data
OBS-URL: https://build.opensuse.org/package/show/utilities/hollywood?expand=0&rev=4
This commit is contained in:
parent
d7d1abbc80
commit
e2f7a6009e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 10:36:17 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- split media files to hollywood-data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 21:31:29 UTC 2016 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hollywood
|
||||
#
|
||||
# Copyright (c) 2016 Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
# 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
|
||||
@ -13,51 +13,65 @@
|
||||
# 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
|
||||
License: Apache-2.0
|
||||
# TOOD: share/hollywood/mi.mp4 is CC0-1.0
|
||||
Summary: Fill your console with Hollywood melodrama technobabble
|
||||
Url: http://launchpad.net/hollywood
|
||||
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
|
||||
#Requires: byobu
|
||||
#Requires: apg
|
||||
Requires: bmon
|
||||
Requires: bsdmainutils
|
||||
Requires: coreutils
|
||||
Requires: ccze
|
||||
Requires: cmatrix
|
||||
Requires: htop
|
||||
Requires: jp2a
|
||||
Requires: mlocate
|
||||
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
|
||||
Requires: mplayer
|
||||
Requires: openssh-client
|
||||
Requires: speedometer
|
||||
Recommends: mplayer
|
||||
Recommends: openssh-client
|
||||
Recommends: speedometer
|
||||
Recommends: tree
|
||||
Requires: %name-data
|
||||
Requires: python-Pygments
|
||||
Requires: tmux
|
||||
Requires: tree
|
||||
Requires: vim
|
||||
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
|
||||
#Requires: byobu
|
||||
Requires: caca-utils
|
||||
Requires: newsbeuter
|
||||
License: Apache-2.0
|
||||
Group: Applications/Other
|
||||
Recommends: byobu
|
||||
Recommends: caca-utils
|
||||
Recommends: newsbeuter
|
||||
Requires: perl-base
|
||||
Requires: python3-minimal
|
||||
Requires: rsstail
|
||||
Requires: ticker
|
||||
Requires: python
|
||||
Recommends: rsstail
|
||||
# unavailable
|
||||
Recommends: ticker
|
||||
Requires: wget
|
||||
Requires: w3m
|
||||
Recommends: w3m
|
||||
# unavailable:
|
||||
Recommends: jp2a
|
||||
|
||||
%description
|
||||
This utility will split your console into a multiple panes of genuine
|
||||
@ -65,6 +79,9 @@ 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.
|
||||
@ -90,6 +107,8 @@ and statistics, like any good computer screen on Wall Street.
|
||||
%_bindir/hollywood
|
||||
%_libexecdir/hollywood/
|
||||
%{_mandir}/man1/hollywood.1*
|
||||
|
||||
%files data
|
||||
%{_datarootdir}/hollywood
|
||||
|
||||
%files -n wallstreet
|
||||
|
Loading…
Reference in New Issue
Block a user