Allow defining a CUSTOM_RELEASE at RPM build time

This commit is contained in:
Elliot Lee 1999-07-29 20:08:48 +00:00
parent 5bac7922d5
commit 0b86a7ff67

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: The GNOME control center.