OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jun-2003 21:46:49
Branch: OPENPKG_1_STABLE Handle: 2003060220464900
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/fsl fsl.spec
Log:
MFC: upgrading package: fsl 1.0.8 -> 1.1.0
Summary:
Revision Changes Path
1.31.2.4 +8 -9 openpkg-src/fsl/fsl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.31.2.3 -r1.31.2.4 fsl.spec
--- openpkg-src/fsl/fsl.spec 20 Mar 2003 16:10:55 -0000 1.31.2.3
+++ openpkg-src/fsl/fsl.spec 2 Jun 2003 19:46:49 -0000 1.31.2.4
@@ -32,11 +32,11 @@
Distribution: OpenPKG [CORE]
Group: System
License: MIT-style
-Version: 1.0.8
-Release: 1.20030320
+Version: 1.1.0
+Release: 1.20030602
# package options
-%option with_fsl_debug no
+%option with_fsl_debuglogcode no
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
@@ -68,11 +68,10 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
- --with-cfgdir=%{l_prefix}/etc/fsl \
-%if "%{with_fsl_debug}" == "yes"
- --with-fsl-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\",
timezone=local) \
- -> { trace:
file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=0644); \
- (debug):
file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=0644) }" \
+%if "%{with_fsl_debuglogcode}" == "yes"
+ --with-fsl-debuglogcode=yes \
+ --with-fsl-debuglogfile=%{l_prefix}/var/fsl/debuglogfile \
+ --with-fsl-debuglogmask=%{l_prefix}/var/fsl/debuglogmask \
%endif
--disable-shared
%{l_make} %{l_mflags}
@@ -81,7 +80,7 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
- %{l_shtool} install -c -m 755 \
+ %{l_shtool} install -c -s -m 755 \
lib_l2/l2tool $RPM_BUILD_ROOT%{l_prefix}/bin/fsl-l2tool
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]