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:
Fred Gleason
2022-01-08 16:35:01 -05:00
parent 179f23a54f
commit 96d0a3b5b6
5 changed files with 5 additions and 6 deletions

View File

@@ -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.

View File

@@ -20,7 +20,7 @@
##
## Use automake to process this into a Makefile.in
rivendelldir = $(pyexecdir)/rivendell
rivendelldir = $(pyexecdir)/rivendellaudio
rivendell_PYTHON = pypad.py
CLEANFILES = *~\

View File

@@ -20,7 +20,7 @@
##
## Use automake to process this into a Makefile.in
rivendelldir = $(pyexecdir)/rivendell
rivendelldir = $(pyexecdir)/rivendellaudio
rivendell_PYTHON = rivwebpyapi.py
CLEANFILES = *~\

View File

@@ -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

View File

@@ -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\