Browse Source

seems to require gcc on Solaris

master
parent
commit
f7648bd055
  1. 4
      al/al.spec

4
al/al.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: System
License: MIT/X11-style
Version: 0.9.1
Release: 20030103
Release: 20030115
# package options
%option with_ex no
@ -44,7 +44,7 @@ Source0: ftp://ftp.ossp.org/pkg/lib/al/al-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_ex}" == "yes"
BuildPreReq: ex

Loading…
Cancel
Save