From 0587d0cdbe25c0a69767f83e9d4118411c8377dd Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 19 Jun 2019 10:50:55 +0200 Subject: [PATCH] Make Makefile safer. --- Makefile | 2 ++ oss-pkg-NotePadPP.spec | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8ae6875..548057e 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ package: sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec sed -i s/YEAR/$(YEAR)/g oss-pkg-$(PACKAGE).spec ../oss-pkg-tools/create_hash.sh $(PACKAGE) + rm -rf oss-pkg-$(PACKAGE) + rm -rf repo-ng/repo-ng mkdir -p oss-pkg-$(PACKAGE) sed s/PACKAGE/$(PACKAGE)/g $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi diff --git a/oss-pkg-NotePadPP.spec b/oss-pkg-NotePadPP.spec index 38f4925..8cb3a72 100644 --- a/oss-pkg-NotePadPP.spec +++ b/oss-pkg-NotePadPP.spec @@ -1,12 +1,12 @@ # # Spec file for NotePadPP -# Copyright (c) 2018 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved. +# Copyright (c) 2019 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved. # Name: oss-pkg-NotePadPP Summary: Package to install NotePadPP on OSS-Clients -Version: 7.5.8 -Release: 4 +Version: 7.7 +Release: 5 License: GPL-2.0 Vendor: Peter Varkoly and Helmuth Varkoly Packager: peter@varkoly.de -- 2.43.0