diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-06-16 10:37:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-06-16 10:37:20 +0000 |
commit | 3d9f981765e3bbfdc833e20a40b085478e6210c3 (patch) | |
tree | 3ccecfa826a8f588c711449b385311aadc40e6a7 /perl-MDK-Common.spec | |
parent | 34c1ee0eee4583ff59f3dee939be99fc60236105 (diff) | |
download | perl-MDK-Common-3d9f981765e3bbfdc833e20a40b085478e6210c3.tar perl-MDK-Common-3d9f981765e3bbfdc833e20a40b085478e6210c3.tar.gz perl-MDK-Common-3d9f981765e3bbfdc833e20a40b085478e6210c3.tar.bz2 perl-MDK-Common-3d9f981765e3bbfdc833e20a40b085478e6210c3.tar.xz perl-MDK-Common-3d9f981765e3bbfdc833e20a40b085478e6210c3.zip |
fix
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 |