Allow defining a CUSTOM_RELEASE at RPM build time

This commit is contained in:
Elliot Lee 1999-07-29 20:09:19 +00:00
parent e2d034d3b5
commit 272b02eb01

View File

@ -1,6 +1,7 @@
# Note that this is NOT a relocatable package
%define ver @VERSION@
%define rel SNAP
%define RELEASE SNAP
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
%define prefix /usr
Summary: libXML library