X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=c1060eaa2492b76c96728a1d504dc2d589e500e0;hb=20c00225a5ddc4a1e3bc00f65b9f6ebc5486d950;hp=a3ef699943fb636138ff32bd426f75dea7155b2b;hpb=cc9254b17cbfe044120d58053212eb9983631c11;p=mmh diff --git a/Makefile.in b/Makefile.in index a3ef699..c1060ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,12 +196,18 @@ nmhrelease: cd $(ftpdir) && ln -s $(tarfile) nmh.tar.gz cd $(ftpdir) && md5sum *.gz > MD5SUM -# Create binary and source RPMs. Be care if using any existing build -# (make) products: it's usually a good idea to run make realclean first. +# Create binary and source RPMs. Assumes that configure had already +# been run. Otherwise, there wouldn't be a Makefile. # _topdir puts build area in the RPM/ directory below the current one. # _tmppath uses the specified local TMP. +# srcdir is this current, top level nmh directory. +# tarfile and version are as specified in this file. rpmbuild does +# not allow Version to contain any dashes. rpm: all nmhdist @rpmbuild --define '_topdir $(shell pwd)/RPM' \ --define '_tmppath %{_topdir}/TMP' \ --define 'srcdir $(shell pwd)' \ + --define 'tarfile $(tarfile)' \ + --define 'version $(shell echo $(VERSION) | sed "s/-/_/g")' \ -ba nmh.spec + @$(RM) $(tarfile)