From 27bae5d226088c72197b960902a6d937247cc197 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sun, 25 Feb 2018 22:16:27 +0100 Subject: [PATCH] New release --- Makefile | 4 ++-- RELEASE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 00750ed..b8626c4 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -3 +4 -- 2.43.0