mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Allow defining a CUSTOM_RELEASE at RPM build time
This commit is contained in:
parent
67c6c18b6b
commit
82bc7648e2
@ -1,6 +1,7 @@
|
|||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
%define ver @VERSION@
|
%define ver @VERSION@
|
||||||
%define rel 1
|
%define RELEASE 1
|
||||||
|
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Midnight Commander visual shell
|
Summary: Midnight Commander visual shell
|
||||||
|
Loading…
Reference in New Issue
Block a user