X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=Makefile;h=6f5f908de9e371862fd7a4e1990499e80bac16f6;hp=b1b02e9cccd5a9f3b989411e2ac5481fea451329;hb=0c21a17fd5da6021a233839bf7df84a44c3875df;hpb=42050df52ff80295e1cf64e6ba36b793b09412cf diff --git a/Makefile b/Makefile index b1b02e9..6f5f908 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ -VERSION = 0.27 +VERSION = 0.29 RELEASE = 1 PYTHON = /usr/bin/python +DIST = pwan MESSAGESPOT=po/messages.pot @@ -92,7 +93,9 @@ async: install rpms: build manpage sdist mkdir -p rpm-build cp dist/*.gz rpm-build/ + echo ${RELEASE} rpmbuild --define "_topdir %(pwd)/rpm-build" \ + --define "dist ${DIST}" \ --define "_builddir %{_topdir}" \ --define "_rpmdir %{_topdir}" \ --define "_srcrpmdir %{_topdir}" \