mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 15:09:39 +02:00
2020-10-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'webget' subpackage to the 'make rpm' target. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
3a73af55cb
commit
783fc61118
@ -20486,3 +20486,5 @@
|
||||
in 'web/common/utils.js'.
|
||||
2020-10-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Tweaked the layout of the WebGet UI.
|
||||
2020-10-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'webget' subpackage to the 'make rpm' target.
|
||||
|
@ -57,6 +57,10 @@ Requires: python36, python36-pycurl, python36-requests, python36-pyserial, pytho
|
||||
Summary: The RDSelect system selector tool for Rivendell.
|
||||
Requires: rivendell = @VERSION@, autofs
|
||||
|
||||
%package webget
|
||||
Summary: The WebGet audio fetcher service for Rivendell
|
||||
Requires: rivendell = @VERSION@
|
||||
|
||||
|
||||
%description
|
||||
Rivendell is a complete radio broadcast automation solution, with
|
||||
@ -102,6 +106,11 @@ This package contains the RDMonitor/RDSelect tool for Rivendell, which can
|
||||
be used to select which amoung multiple Rivendell instances a host should be
|
||||
associated with.
|
||||
|
||||
|
||||
%description webget
|
||||
This package contains the WebGet audio fetching tool for Rivendell.
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
|
||||
@ -378,10 +387,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/.qt/qt
|
||||
@libexecdir@/*.gif
|
||||
@libexecdir@/*.html
|
||||
@libexecdir@/*.js
|
||||
@libexecdir@/editcart.js
|
||||
@libexecdir@/editcut.js
|
||||
@libexecdir@/utils.js
|
||||
@libexecdir@/*.png
|
||||
%attr(6755,root,root) @libexecdir@/rdxport.cgi
|
||||
%attr(6755,root,root) @libexecdir@/webget.cgi
|
||||
@sysconfdir@/rd-bin.conf
|
||||
/etc/security/console.apps/rdalsaconfig-root
|
||||
/etc/pam.d/rdalsaconfig-root
|
||||
@ -525,6 +535,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
|
||||
|
||||
|
||||
%files webget
|
||||
%attr(6755,root,root) @libexecdir@/webget.cgi
|
||||
@libexecdir@/webget.js
|
||||
|
||||
|
||||
%post select
|
||||
touch /etc/auto.rd.audiostore
|
||||
systemctl restart autofs
|
||||
|
Loading…
x
Reference in New Issue
Block a user