# | Line 5 | Line 5 | |
---|---|---|
5 | %define perlarch %(perl -MConfig -e 'print $Config{archname}') | |
6 | %define downloadn DBD-Oracle | |
7 | %define closingbrace ) | |
8 | < | %define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo flase;; esac) |
8 | > | %define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac) |
9 | ||
10 | %if "%online" != "true" | |
11 | Requires: p5-dbi oracle |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |