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:
parent
abc9e06fe1
commit
3324735a28
4 changed files with 21 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue