Allow defining a CUSTOM_RELEASE at RPM build time

This commit is contained in:
Elliot Lee 1999-07-29 20:08:53 +00:00
parent fae05831e3
commit 5c61c9d060

View File

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