--define "_rpmdir ." --define "dist $(DIST)" --nodeps -bs $(SPECFILE)
commonbuild:
+ prep
rpmbuild --define "_sourcedir $(PWD)" \
--define "_specdir $(PWD)" \
--define "_buildrootdir $(HOME)/rpmcommon/BUILDROOT" \
--define "pgmajorversion 17" --define "pginstdir /usr/pgsql-17" --define "pgpackageversion 17" \
--define "_rpmdir ." --define "dist $(DIST)" --nodeps -bs $(SPECFILE)
-commonbuildtesting:
+commonbuildtesting: prep
rpmbuild --define "_sourcedir $(PWD)" \
--define "_specdir $(PWD)" \
--define "_buildrootdir $(HOME)/rpmcommontesting/BUILDROOT" \