2019-01-08 Fred Gleason <fredg@paravelsystems.com>

* Changed the PyPAD namespace from 'PyPAD' to 'pypad'.
	* Changed the installation location of PyPAD scripts from
	'@libdir@/rivendell/PyPAD/' to '@libdir@/rivendell/pypad/'.
This commit is contained in:
Fred Gleason
2019-01-08 15:27:44 -05:00
parent 31596cbaca
commit 087f3b811b
46 changed files with 425 additions and 425 deletions

View File

@@ -155,7 +155,7 @@ cp scripts/rd_restore_system.sh $RPM_BUILD_ROOT/@DOC_PATH@/scripts/
cp scripts/engine_conv.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 -rf $RPM_BUILD_ROOT%{_libdir}/rivendell/PyPAD/__pycache__
rm -rf $RPM_BUILD_ROOT%{_libdir}/rivendell/pypad/__pycache__
rm -rf $RPM_BUILD_ROOT%{_libdir}/python3.4/site-packages/__pycache__
%post
@@ -482,9 +482,9 @@ rm -rf $RPM_BUILD_ROOT
%files pypad
%{_libdir}/rivendell/PyPAD/*
%{_libdir}/python3.4/site-packages/PyPAD*
%{_libdir}/python3.4/site-packages/__pycache__/PyPAD*
%{_libdir}/rivendell/pypad/*
%{_libdir}/python3.4/site-packages/pypad*
%{_libdir}/python3.4/site-packages/__pycache__/pypad*
%files select