Commit 720298cb authored by Jonathan Perkin's avatar Jonathan Perkin

Compat macros.

parent 9c1f9560
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
%define release 1 %define release 1
# Macros we use which are not available in all versions of RPM
%defined() %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%undefined() %{expand:%%{?%{1}:0}%%{!?%{1}:1}}
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# RPM build tools now automatically detect Perl module dependencies. This # RPM build tools now automatically detect Perl module dependencies. This
# detection causes problems as it is broken in some versions, and it also # detection causes problems as it is broken in some versions, and it also
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment