mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-12-15 Fred Gleason <fredg@paravelsystems.com>
* Moved the text of the GNU General Purpose License version 2 from 'COPYING', to 'LICENSES/VPLv2.txt' * Added the text of the GNU Lesser General Purpose Licents version 2.1 to 'LICENSES/LGPLv2.txt'. * Added the text of the GNU Free Documentation License version 1.3 to 'LICENSES/GFDL.txt'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
13
Makefile.am
13
Makefile.am
@@ -29,6 +29,7 @@ endif
|
||||
SUBDIRS = debian\
|
||||
icons\
|
||||
helpers\
|
||||
LICENSES\
|
||||
lib\
|
||||
$(HPI_RD_OPT) apis\
|
||||
scripts\
|
||||
@@ -90,18 +91,6 @@ py-rpm: dist
|
||||
|
||||
rpm: py-rpm base-rpm
|
||||
|
||||
#rpm: dist
|
||||
# mkdir -p $(HOME)/rpmbuild/SOURCES
|
||||
# cp rivendell-$(VERSION).tar.gz $(HOME)/rpmbuild/SOURCES/
|
||||
# $(RPMBUILD) -ba --target $(ARCH)-$(VENDOR)-linux rivendell.spec
|
||||
# $(RPMBUILD) -ba --target noarch-$(VENDOR)-linux rivwebpyapi.spec
|
||||
# mv $(HOME)/rpmbuild/RPMS/$(ARCH)/rivendell-*.rpm $(top_srcdir)/
|
||||
# mv $(HOME)/rpmbuild/RPMS/noarch/rivendell-*.rpm $(top_srcdir)/
|
||||
# mv $(HOME)/rpmbuild/SRPMS/rivendell-*.src.rpm $(top_srcdir)/
|
||||
# mv $(HOME)/rpmbuild/RPMS/noarch/python36-rivwebpyapi-*.rpm $(top_srcdir)/
|
||||
# mv $(HOME)/rpmbuild/SRPMS/python36-rivwebpyapi-*.rpm $(top_srcdir)/
|
||||
# rm $(HOME)/rpmbuild/SOURCES/rivendell-$(VERSION).tar.gz
|
||||
|
||||
zip: dist
|
||||
tar -zxf rivendell-@VERSION@.tar.gz
|
||||
zip -r rivendell-@VERSION@.zip rivendell-@VERSION@
|
||||
|
||||
Reference in New Issue
Block a user