From 7fa6179c3da909bb23dd17b8baeda3d392a26dea Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 20 Sep 2018 09:15:53 +0200 Subject: [PATCH] Adapt makefile and .gitignore --- Makefile | 3 +-- packages.spec.in => oss-pkg-Amaya.spec.in | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename packages.spec.in => oss-pkg-Amaya.spec.in (100%) diff --git a/Makefile b/Makefile index 601e3fa..f2ba05c 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) package: - cp ../template/packages.spec oss-pkg-$(PACKAGE).spec - sed -i s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec + sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > 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) diff --git a/packages.spec.in b/oss-pkg-Amaya.spec.in similarity index 100% rename from packages.spec.in rename to oss-pkg-Amaya.spec.in -- 2.43.0