mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-26 01:18:11 +02:00
2019-01-08 Fred Gleason <fredg@paravelsystems.com>
* Added a 'rivendell-pypad' RPM subpackage.
This commit is contained in:
parent
c85e16c0a2
commit
31596cbaca
@ -18318,3 +18318,5 @@
|
|||||||
* Dropped the 'LOG_MACHINES.UDP_STRING' field from the database.
|
* Dropped the 'LOG_MACHINES.UDP_STRING' field from the database.
|
||||||
* Dropped the 'LOG_MACHINES.LOG_RML' field from the database.
|
* Dropped the 'LOG_MACHINES.LOG_RML' field from the database.
|
||||||
* Incremented the database version to 305.
|
* Incremented the database version to 305.
|
||||||
|
2019-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added a 'rivendell-pypad' RPM subpackage.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## rivendell.spec.in
|
## rivendell.spec.in
|
||||||
##
|
##
|
||||||
## The Rivendell Radio Automation System
|
## The Rivendell Radio Automation System
|
||||||
## Copyright (C) 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
## Copyright (C) 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify
|
## This program is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of version 2 of the GNU General Public License as
|
## it under the terms of version 2 of the GNU General Public License as
|
||||||
@ -18,6 +18,9 @@
|
|||||||
## Boston, MA 02111-1307 USA
|
## Boston, MA 02111-1307 USA
|
||||||
##
|
##
|
||||||
|
|
||||||
|
# So python bytecompilation works correctly
|
||||||
|
%define __python @PYTHON@
|
||||||
|
|
||||||
Summary: Radio Broadcast Automation System
|
Summary: Radio Broadcast Automation System
|
||||||
Name: rivendell
|
Name: rivendell
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
@ -25,7 +28,7 @@ Release: @RPM_RELEASE@
|
|||||||
License: GPL
|
License: GPL
|
||||||
Packager: Fred Gleason <fredg@paravelsystems.com>
|
Packager: Fred Gleason <fredg@paravelsystems.com>
|
||||||
Source: rivendell-@VERSION@.tar.gz
|
Source: rivendell-@VERSION@.tar.gz
|
||||||
Requires: @MYSQL_PKG@, @QT4_MYSQL_PKG@, @APACHE_PKG@, curl, @USERMODE_PKG@, @CDDA2WAV_PKG@
|
Requires: @MYSQL_PKG@, @QT4_MYSQL_PKG@, @APACHE_PKG@, curl, @USERMODE_PKG@, @CDDA2WAV_PKG@, rivendell-pypad = @VERSION@
|
||||||
BuildRoot: /var/tmp/rivendell-@VERSION@
|
BuildRoot: /var/tmp/rivendell-@VERSION@
|
||||||
Obsoletes: rivendell-base rivendell-opsguide
|
Obsoletes: rivendell-base rivendell-opsguide
|
||||||
Conflicts: rivendell-opsguide
|
Conflicts: rivendell-opsguide
|
||||||
@ -46,6 +49,10 @@ Summary: Client libraries for interfacing with Rivendell's Web API.
|
|||||||
Summary: Header files and example code for development with Rivendell APIs
|
Summary: Header files and example code for development with Rivendell APIs
|
||||||
Requires: rivendell = @VERSION@, rivendell-webapi = @VERSION@
|
Requires: rivendell = @VERSION@, rivendell-webapi = @VERSION@
|
||||||
|
|
||||||
|
%package pypad
|
||||||
|
Summary: PyPAD Program Associated Data script system for Rivendell
|
||||||
|
Requires: python34, python34-pycurl, python34-requests, python34-pyserial, python34-mysql
|
||||||
|
|
||||||
%package select
|
%package select
|
||||||
Summary: The RDSelect system selector tool for Rivendell.
|
Summary: The RDSelect system selector tool for Rivendell.
|
||||||
Requires: rivendell = @VERSION@, autofs
|
Requires: rivendell = @VERSION@, autofs
|
||||||
@ -81,10 +88,13 @@ Web API subsystem.
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files and example code for development using
|
This package contains header files and example code for development using
|
||||||
Rivendell's various APIs, including Rivendell Loadable Modules (RLMs),
|
Rivendell's Web C API, which can be used to integrate with Rivendell Web
|
||||||
which can be used to generate custom Now & Next data outputs for a wide
|
API Interface.
|
||||||
variety of external devices and the Rivendell Web C API, which can be
|
|
||||||
used to integrate with Rivendell Web API Interface.
|
|
||||||
|
%description pypad
|
||||||
|
This package contains Rivendell's PyPAD scripting system for transmitting
|
||||||
|
Program Associated Data (PAD) using of Python scripts.
|
||||||
|
|
||||||
|
|
||||||
%description select
|
%description select
|
||||||
@ -145,7 +155,8 @@ cp scripts/rd_restore_system.sh $RPM_BUILD_ROOT/@DOC_PATH@/scripts/
|
|||||||
cp scripts/engine_conv.py $RPM_BUILD_ROOT/@DOC_PATH@
|
cp scripts/engine_conv.py $RPM_BUILD_ROOT/@DOC_PATH@
|
||||||
cp scripts/init_template_host.py $RPM_BUILD_ROOT/@DOC_PATH@
|
cp scripts/init_template_host.py $RPM_BUILD_ROOT/@DOC_PATH@
|
||||||
rm -f $RPM_BUILD_ROOT/etc/auto.rd.audiostore
|
rm -f $RPM_BUILD_ROOT/etc/auto.rd.audiostore
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/rivendell/PyPAD/__pycache__
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/python3.4/site-packages/__pycache__
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -221,7 +232,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/rivendell/*.rlm
|
|
||||||
@LOCAL_PREFIX@/bin/rdadmin
|
@LOCAL_PREFIX@/bin/rdadmin
|
||||||
@LOCAL_PREFIX@/bin/rdairplay
|
@LOCAL_PREFIX@/bin/rdairplay
|
||||||
@LOCAL_PREFIX@/bin/rdpanel
|
@LOCAL_PREFIX@/bin/rdpanel
|
||||||
@ -388,7 +398,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
@LOCAL_PREFIX@/sbin/rdcatchd
|
@LOCAL_PREFIX@/sbin/rdcatchd
|
||||||
@LOCAL_PREFIX@/sbin/rdvairplayd
|
@LOCAL_PREFIX@/sbin/rdvairplayd
|
||||||
@LOCAL_PREFIX@/sbin/rdrepld
|
@LOCAL_PREFIX@/sbin/rdrepld
|
||||||
@LOCAL_PREFIX@/sbin/rdrlmd
|
@LOCAL_PREFIX@/sbin/rdpadd
|
||||||
|
@LOCAL_PREFIX@/sbin/rdpadengined
|
||||||
@LOCAL_PREFIX@/sbin/sas_shim
|
@LOCAL_PREFIX@/sbin/sas_shim
|
||||||
@LOCAL_PREFIX@/sbin/rdmarkerset
|
@LOCAL_PREFIX@/sbin/rdmarkerset
|
||||||
@LOCAL_PREFIX@/sbin/rdcleandirs
|
@LOCAL_PREFIX@/sbin/rdcleandirs
|
||||||
@ -432,8 +443,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.la
|
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.la
|
||||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/pkgconfig/rivwebcapi.pc
|
@LOCAL_PREFIX@/@RD_LIB_PATH@/pkgconfig/rivwebcapi.pc
|
||||||
@LOCAL_PREFIX@/include/rivwebcapi/*
|
@LOCAL_PREFIX@/include/rivwebcapi/*
|
||||||
@LOCAL_PREFIX@/include/rlm/*
|
|
||||||
@LOCAL_PREFIX@/src/rlm/*
|
|
||||||
@LOCAL_PREFIX@/share/man/man7/rd_addcart.7.gz
|
@LOCAL_PREFIX@/share/man/man7/rd_addcart.7.gz
|
||||||
@LOCAL_PREFIX@/share/man/man7/rd_addcut.7.gz
|
@LOCAL_PREFIX@/share/man/man7/rd_addcut.7.gz
|
||||||
@LOCAL_PREFIX@/share/man/man7/rd_addlog.7.gz
|
@LOCAL_PREFIX@/share/man/man7/rd_addlog.7.gz
|
||||||
@ -472,6 +481,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
@LOCAL_PREFIX@/share/man/man7/rd_unassignschedcode.7.gz
|
@LOCAL_PREFIX@/share/man/man7/rd_unassignschedcode.7.gz
|
||||||
|
|
||||||
|
|
||||||
|
%files pypad
|
||||||
|
%{_libdir}/rivendell/PyPAD/*
|
||||||
|
%{_libdir}/python3.4/site-packages/PyPAD*
|
||||||
|
%{_libdir}/python3.4/site-packages/__pycache__/PyPAD*
|
||||||
|
|
||||||
|
|
||||||
%files select
|
%files select
|
||||||
@LOCAL_PREFIX@/bin/rdselect
|
@LOCAL_PREFIX@/bin/rdselect
|
||||||
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user