hmm, spec files don't like dashes in defines?
This commit is contained in:
parent
5a06a80376
commit
20a28a2c67
@ -3,7 +3,7 @@
|
||||
# OPTION: perl-Archive-Tar (FC2+, RHEL5+)
|
||||
%define option_archive_tar 1
|
||||
# OPTION: Split perl-devel (FC7+)
|
||||
%define perl-devel 1
|
||||
%define perl_devel 1
|
||||
|
||||
# DEPRECATED OPTION: Old krb5.h location (RHEL3 and old FC)
|
||||
%define option_old_krb5 0
|
||||
@ -63,7 +63,7 @@ Requires: perl(IO::Socket::SSL)
|
||||
# Needed for IPv6
|
||||
Requires: perl(IO::Socket::INET6)
|
||||
%endif
|
||||
%if %{perl-devel}
|
||||
%if %{perl_devel}
|
||||
BuildRequires: perl-devel
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user