X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=Makefile;h=af1432eb2908d2ab8d314724775b245c6b4a8a0b;hp=652b5dbba8336962a2c127c29ff212b033b0c5f1;hb=8513efd091ed3e2beca32436b94132cf1451b119;hpb=e35ae4816964cb1ae97cfe03461bfe29d773bc18 diff --git a/Makefile b/Makefile index 652b5db..af1432e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ -VERSION = 0.25 +VERSION = 0.28 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}" \