|
|
@@ -34,7 +34,7 @@ Class: CORE
|
|
|
Group: System
|
|
|
License: MIT-style
|
|
|
Version: 1.5.0
|
|
|
-Release: 20040426
|
|
|
+Release: 20040604
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl_debuglogcode no
|
|
|
@@ -43,6 +43,7 @@ Release: 20040426
|
|
|
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
|
|
|
Source1: rc.fsl
|
|
|
Source2: fsl.fsl
|
|
|
+Patch0: fsl.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -71,6 +72,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|