]> repo.cephalix.eu Git - Amaya.git/commitdiff
Adapt makefile and .gitignore
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 20 Sep 2018 07:15:53 +0000 (09:15 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 20 Sep 2018 07:15:53 +0000 (09:15 +0200)
Makefile
oss-pkg-Amaya.spec.in [moved from packages.spec.in with 100% similarity]

index 601e3faa850aa9d1936e33ce9d69b13c6a648a61..f2ba05c41538f4d7781d3da64aa698aa74bbdb74 100644 (file)
--- 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)
similarity index 100%
rename from packages.spec.in
rename to oss-pkg-Amaya.spec.in