diff options
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index b4d459a..fcd61c4 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -7,6 +7,9 @@ %ifarch x86_64 %define build_option PERL_CHECKER_TARGET='debug-code BCSUFFIX=""' %define require_ocaml /usr/bin/ocamlrun +%else +%define build_option %nil +%define require_ocaml %nil %endif Summary: Various simple functions @@ -35,8 +38,7 @@ Provides: perl(MDK::Common::Various) Summary: Various verifying scripts Group: Development/Perl AutoReqProv: 0 -Requires: perl-base >= 2:5.8.0 -Requires: %{require_ocaml} +Requires: perl-base >= 2:5.8.0 %{require_ocaml} %description Various simple functions created for DrakX |