Allow defining a CUSTOM_RELEASE at RPM build time
This commit is contained in:
parent
5bac7922d5
commit
0b86a7ff67
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue