[CVS] OpenPKG: OPENPKG_1_2_SOLID: openpkg-src/fsl/ fsl.spec openpkg-we...

2003-06-03 Thread Thomas Lotterer
  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:
RevisionChanges 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 -  1.31.2.1.2.3
  +++ openpkg-src/fsl/fsl.spec  2 Jun 2003 19:43:08 -   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 -   1.4689
  +++ openpkg-web/news.txt  2 Jun 2003 19:43:07 -   1.4690
  @@ -1,3 +1,4 @@
  +02-Jun-2003: Upgraded package: Pfsl-1.1.0-1.2.3
   02-Jun-2003: Upgraded package: Pxalan-c-1.5-20030602
   02-Jun-2003: Upgraded package: Pdss-4.1.3-20030602
   02-Jun-2003: Upgraded package: Pxerces-c-2.3.0-20030602
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_1_2_SOLID: openpkg-src/fsl/ fsl.spec

2003-03-20 Thread Thomas Lotterer
  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:   20-Mar-2003 17:17:18
  Branch: OPENPKG_1_2_SOLIDHandle: 2003032016171800

  Modified files:   (Branch: OPENPKG_1_2_SOLID)
openpkg-src/fsl fsl.spec

  Log:
MFS: install fsl-l2tool; upgrading package: fsl 1.0.7 - 1.0.8

  Summary:
RevisionChanges Path
1.31.2.1.2.3+6  -3  openpkg-src/fsl/fsl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.31.2.1.2.2 -r1.31.2.1.2.3 fsl.spec
  --- openpkg-src/fsl/fsl.spec  28 Jan 2003 13:03:46 -  1.31.2.1.2.2
  +++ openpkg-src/fsl/fsl.spec  20 Mar 2003 16:17:18 -  1.31.2.1.2.3
  @@ -9,7 +9,7 @@
   ##  the above copyright notice and this permission notice appear in all
   ##  copies.
   ##
  -##  THIS SOFTWARE IS PROVIDED AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   ##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   ##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   ##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [CORE]
   Group:System
   License:  MIT-style
  -Version:  1.0.7
  -Release:  1.2.1
  +Version:  1.0.8
  +Release:  1.2.2
   
   #   package options
   %option   with_fsl_debug   no
  @@ -80,6 +80,9 @@
   %install
   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 \
  +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
   %{l_shtool} install -c -m 644 \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_1_2_SOLID: openpkg-src/fsl/ fsl.spec

2003-01-28 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Jan-2003 14:03:46
  Branch: OPENPKG_1_2_SOLIDHandle: 2003012813034600

  Modified files:   (Branch: OPENPKG_1_2_SOLID)
openpkg-src/fsl fsl.spec

  Log:
MFS: upgrade to OSSP fsl 1.0.7

  Summary:
RevisionChanges Path
1.31.2.1.2.2+2  -2  openpkg-src/fsl/fsl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.31.2.1.2.1 -r1.31.2.1.2.2 fsl.spec
  --- openpkg-src/fsl/fsl.spec  18 Jan 2003 17:19:42 -  1.31.2.1.2.1
  +++ openpkg-src/fsl/fsl.spec  28 Jan 2003 13:03:46 -  1.31.2.1.2.2
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [CORE]
   Group:System
   License:  MIT-style
  -Version:  1.0.6
  -Release:  1.2.0
  +Version:  1.0.7
  +Release:  1.2.1
   
   #   package options
   %option   with_fsl_debug   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]