[Groonga-commit] groonga/groonga at 05be668 [master] package yum: ensure updating .spec

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 8 17:03:06 JST 2018


Kouhei Sutou	2018-03-08 17:03:06 +0900 (Thu, 08 Mar 2018)

  New Revision: 05be668a3760d9e04d71bb37b2b4ad02e472a4d8
  https://github.com/groonga/groonga/commit/05be668a3760d9e04d71bb37b2b4ad02e472a4d8

  Message:
    package yum: ensure updating .spec

  Modified files:
    packages/yum/Makefile.am

  Modified: packages/yum/Makefile.am (+4 -2)
===================================================================
--- packages/yum/Makefile.am    2018-03-08 17:02:35 +0900 (8a202a00e)
+++ packages/yum/Makefile.am    2018-03-08 17:03:06 +0900 (10cdcdc74)
@@ -4,6 +4,7 @@ ARCHITECTURES = i386 x86_64
 BASE_URL_PREFIX = https://packages.groonga.org
 HAVE_DEVELOPMENT_BRANCH = no
 CENTOS_VERSIONS = 6 7
+SPEC_DIR = $(builddir)/../rpm/centos
 
 release: download build sign-packages update-repository upload
 
@@ -88,6 +89,7 @@ $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz:
 
 specs: tmp/centos/$(PACKAGE).spec
 
-tmp/centos/$(PACKAGE).spec: $(builddir)/../rpm/centos/$(PACKAGE).spec
+tmp/centos/$(PACKAGE).spec: $(SPEC_DIR)/$(PACKAGE).spec.in
 	mkdir -p tmp/centos
-	cp $(builddir)/../rpm/centos/$(PACKAGE).spec tmp/centos/
+	cd $(SPEC_DIR) && $(MAKE)
+	cp $(SPEC_DIR)/$(PACKAGE).spec tmp/centos/
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180308/a5a7c5aa/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index