From 783fc611186500e0c6f06086187ed4e156f4bdab Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 16 Oct 2020 21:14:08 -0400 Subject: [PATCH] 2020-10-16 Fred Gleason * Added a 'webget' subpackage to the 'make rpm' target. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ rivendell.spec.in | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ee0ef0e..fdb6f672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20486,3 +20486,5 @@ in 'web/common/utils.js'. 2020-10-16 Fred Gleason * Tweaked the layout of the WebGet UI. +2020-10-16 Fred Gleason + * Added a 'webget' subpackage to the 'make rpm' target. diff --git a/rivendell.spec.in b/rivendell.spec.in index 3437a7cb..302e0fd6 100644 --- a/rivendell.spec.in +++ b/rivendell.spec.in @@ -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