OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jun-2003 21:43:08
Branch: OPENPKG_1_2_SOLID HEAD Handle: 2003060220430701
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/fsl fsl.spec
Log:
upgrading package: fsl 1.0.8 -> 1.1.0
Summary:
Revision Changes Path
1.31.2.1.2.4+8 -9 openpkg-src/fsl/fsl.spec
1.4690 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.31.2.1.2.3 -r1.31.2.1.2.4 fsl.spec
--- openpkg-src/fsl/fsl.spec 20 Mar 2003 16:17:18 -0000 1.31.2.1.2.3
+++ openpkg-src/fsl/fsl.spec 2 Jun 2003 19:43:08 -0000 1.31.2.1.2.4
@@ -32,11 +32,11 @@
Distribution: OpenPKG [CORE]
Group: System
License: MIT-style
-Version: 1.0.8
-Release: 1.2.2
+Version: 1.1.0
+Release: 1.2.3
# 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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4689 -r1.4690 news.txt
--- openpkg-web/news.txt 2 Jun 2003 16:27:17 -0000 1.4689
+++ openpkg-web/news.txt 2 Jun 2003 19:43:07 -0000 1.4690
@@ -1,3 +1,4 @@
+02-Jun-2003: Upgraded package: P<fsl-1.1.0-1.2.3>
02-Jun-2003: Upgraded package: P<xalan-c-1.5-20030602>
02-Jun-2003: Upgraded package: P<dss-4.1.3-20030602>
02-Jun-2003: Upgraded package: P<xerces-c-2.3.0-20030602>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]