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:
Fred Gleason
2021-12-15 12:17:10 -05:00
parent 732c7300fa
commit 394fccf9ce
11 changed files with 1043 additions and 21 deletions

View File

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