OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 24-Jul-2002 14:23:42
Branch: HEAD Handle: 2002072413234001
Modified files:
openpkg-re/vcheck vc.fsl
openpkg-src/fsl fsl.spec
openpkg-web news.txt
Log:
upgrading package: fsl 0.1.1 -> 0.1.3
Summary:
Revision Changes Path
1.2 +1 -2 openpkg-re/vcheck/vc.fsl
1.3 +22 -2 openpkg-src/fsl/fsl.spec
1.1026 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.fsl
============================================================
$ cvs diff -u -r1.1 -r1.2 vc.fsl
--- openpkg-re/vcheck/vc.fsl 19 Jul 2002 15:35:46 -0000 1.1
+++ openpkg-re/vcheck/vc.fsl 24 Jul 2002 12:23:40 -0000 1.2
@@ -3,8 +3,7 @@
prog fsl = {
disabled
- comment = "rse: tarball still not released"
- version = 0.1.0
+ version = 0.1.3
url = ftp://ftp.ossp.org/pkg/fsl/
regex = fsl-(__VER__)\.tar\.gz
}
Index: openpkg-src/fsl/fsl.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 fsl.spec
--- openpkg-src/fsl/fsl.spec 23 Jul 2002 12:06:10 -0000 1.2
+++ openpkg-src/fsl/fsl.spec 24 Jul 2002 12:23:41 -0000 1.3
@@ -32,8 +32,13 @@
Distribution: OpenPKG [EXP]
Group: System
License: MIT-style
-Version: 0.1.1
-Release: 20020723
+Version: 0.1.3
+Release: 20020724
+
+# package options
+%ifndef with_debug
+%define with_debug no
+%endif
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
@@ -54,6 +59,9 @@
advantage of OSSP l2 by just linking this library in before libc.
The source code of the program remains unchanged.
+ Options
+ with_debug=%{with_debug}
+
%prep
%setup -q
@@ -63,6 +71,14 @@
./configure \
--prefix=%{l_prefix} \
--with-cfgdir=%{l_prefix}/etc/fsl \
+%if "%{with_debug}" == "yes"
+ --with-debug="\
+ prefix(prefix=\\\"%%%%b %%%%d %%%%H:%%%%M:%%%%S <%%%%L> [%%%%P]: \\\",
timezone=local) \
+ -> { \
+ trace :
file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=432); \
+ (debug):
file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=432) \
+ }" \
+%endif
--disable-shared
%{l_make} %{l_mflags}
@@ -73,6 +89,10 @@
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl
%{l_shtool} install -c -m 644 \
%{SOURCE fsl.default} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/var/fsl
+ touch $RPM_BUILD_ROOT%{l_prefix}/var/fsl/trace.log
+ touch $RPM_BUILD_ROOT%{l_prefix}/var/fsl/debug.log
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1025 -r1.1026 news.txt
--- openpkg-web/news.txt 24 Jul 2002 07:17:56 -0000 1.1025
+++ openpkg-web/news.txt 24 Jul 2002 12:23:41 -0000 1.1026
@@ -1,3 +1,4 @@
+24-Jul-2002: Upgraded package: P<fsl-0.1.3-20020724>
24-Jul-2002: Upgraded package: P<gdb-5.2.1-20020724>
24-Jul-2002: Upgraded package: P<acroread-5.06-20020724>
24-Jul-2002: Upgraded package: P<scponly-2.3-20020724>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]