hmm, spec files don't like dashes in defines?

This commit is contained in:
Warren Togami 2007-03-07 00:41:24 +00:00
parent 5a06a80376
commit 20a28a2c67

View File

@ -3,7 +3,7 @@
# OPTION: perl-Archive-Tar (FC2+, RHEL5+) # OPTION: perl-Archive-Tar (FC2+, RHEL5+)
%define option_archive_tar 1 %define option_archive_tar 1
# OPTION: Split perl-devel (FC7+) # OPTION: Split perl-devel (FC7+)
%define perl-devel 1 %define perl_devel 1
# DEPRECATED OPTION: Old krb5.h location (RHEL3 and old FC) # DEPRECATED OPTION: Old krb5.h location (RHEL3 and old FC)
%define option_old_krb5 0 %define option_old_krb5 0
@ -63,7 +63,7 @@ Requires: perl(IO::Socket::SSL)
# Needed for IPv6 # Needed for IPv6
Requires: perl(IO::Socket::INET6) Requires: perl(IO::Socket::INET6)
%endif %endif
%if %{perl-devel} %if %{perl_devel}
BuildRequires: perl-devel BuildRequires: perl-devel
%endif %endif