--- common/Makefile.common 2010/03/16 15:38:36 1.17 +++ common/Makefile.common 2012/08/03 16:54:13 1.19 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: Makefile.common,v 1.16 2010/02/20 20:10:22 slords Exp $ +# $Id: Makefile.common,v 1.18 2012/06/30 05:57:51 slords Exp $ # Define the common dir. # This needs to happen first. @@ -95,7 +95,7 @@ endif # The repository and the clients we use for the files REPOSITORY ?= http://buildsys.contribs.org/source -UPLOAD_REPOSITORY ?= /builds/source +UPLOAD_REPOSITORY ?= /build/builds/source # We define CURL and WGET in a way that makes if possible to have them # overwritten from the module's Makefiles. Then CLIENT picks CURL, otherwise WGET @@ -322,8 +322,13 @@ check: test-srpm done; ## use this to build an srpm locally +ifneq (, $(filter sme7 sme8, $(BRANCH))) +srpm: sources $(TARGETS) + $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE) +else srpm: sources $(TARGETS) $(RPM_WITH_DIRS) $(DIST_DEFINES) --nodeps -bs $(SPECFILE) +endif test-srpm: srpm