X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=af1432eb2908d2ab8d314724775b245c6b4a8a0b;hp=dc2ed1b769df011627c40b1c80a5350030a4e032;hb=1b1b6f5733d65cbb73f48ac9b4419aba3dc00eee;hpb=fbd4bc1fe300150b55255d5af80052601dfbcd77 diff --git a/Makefile b/Makefile index dc2ed1b..af1432e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ 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}" \