mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2022-01-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that broke the 'make rpm' target. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22874,3 +22874,5 @@
|
||||
2022-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Consolidated the 'pypad' and 'rivwebpyapi' Python modules into
|
||||
a single 'rivendellaudio' package namespace.
|
||||
2022-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression that broke the 'make rpm' target.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
rivendelldir = $(pyexecdir)/rivendell
|
||||
rivendelldir = $(pyexecdir)/rivendellaudio
|
||||
rivendell_PYTHON = pypad.py
|
||||
|
||||
CLEANFILES = *~\
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
rivendelldir = $(pyexecdir)/rivendell
|
||||
rivendelldir = $(pyexecdir)/rivendellaudio
|
||||
rivendell_PYTHON = rivwebpyapi.py
|
||||
|
||||
CLEANFILES = *~\
|
||||
|
||||
@@ -468,9 +468,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/librd.la
|
||||
%{_libdir}/librd.so
|
||||
%{_libdir}/rivendell/pypad/*
|
||||
%{_libdir}/python3.6/site-packages/pypad*
|
||||
%{_libdir}/python3.6/site-packages/__pycache__/pypad*
|
||||
%{_libdir}/python3.6/site-packages/rivwebpyapi/*
|
||||
%{_libdir}/python3.6/site-packages/rivendellaudio/*
|
||||
%{_sbindir}/rdservice
|
||||
%{_sbindir}/caed
|
||||
%{_sbindir}/ripcd
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
EXTRA_DIST = PACKAGE_VERSION\
|
||||
PYPAD_VERSION\
|
||||
PYTHONAPI_VERSION\
|
||||
README.txt\
|
||||
RIVWEBCAPI_AGE\
|
||||
|
||||
Reference in New Issue
Block a user