updated dates within changelog files, updated readme to show how to build docs, updated root makefile to build the python docs as well, update the base makefile to allow building the source rpm on systems that are not fedora and can build rpms

This commit is contained in:
Blake J. Harnden 2017-08-18 16:35:26 -07:00
parent abc9e06fe1
commit 3324735a28
4 changed files with 21 additions and 11 deletions

View file

@ -8,7 +8,7 @@
#
if WANT_DOCS
DOCS = doc
DOCS = doc daemon/doc
endif
if WANT_GUI
GUI = gui
@ -52,10 +52,11 @@ dist-hook:
rm -rf `find $(distdir)/kernel -name .svn`
rm -rf $(distdir)/packaging/bsd/.svn
# build a source RPM using Fedora ~/rpmbuild dirs
# build a source RPM
.PHONY: rpm
rpm: dist
rpmdev-setuptree
mkdir -p $(HOME)/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir $(HOME)/rpmbuild' > ~/.rpmmacros
cp -afv core-@CORE_VERSION@.tar.gz ~/rpmbuild/SOURCES
cp -afv packaging/rpm/core.spec ~/rpmbuild/SPECS
rpmbuild -bs ~/rpmbuild/SPECS/core.spec