From: buildmaster Date: Sun, 25 Feb 2018 21:27:52 +0000 (+0100) Subject: New release X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=941959a7e7862135aff96f92e2b4df4ed350648f;p=MSOfficeStandard2013.git New release --- diff --git a/Makefile b/Makefile index ed311f3..601e3fa 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) package: - cp packages.spec.in oss-pkg-$(PACKAGE).spec + cp ../template/packages.spec oss-pkg-$(PACKAGE).spec sed -i s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec mkdir -p oss-pkg-$(PACKAGE) - ln -s ../$(PACKAGE).sls oss-pkg-$(PACKAGE)/$(PACKAGE).sls + sed s/PACKAGE/$(PACKAGE)/g ../template/temlate.sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi tar hjcvpf oss-pkg-$(PACKAGE).tar.bz2 oss-pkg-$(PACKAGE) rm -rf oss-pkg-$(PACKAGE) diff --git a/RELEASE b/RELEASE index b8626c4..7ed6ff8 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -4 +5