[CVS] OpenPKG: openpkg-src/btyacc/ btyacc.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 10:03:27
  Branch: HEAD Handle: 2003103109032502

  Modified files:
openpkg-src/btyacc  btyacc.spec
openpkg-web news.txt

  Log:
do not use -static, which especially ports this to Solaris 10 where no
static libc exists

  Summary:
RevisionChanges Path
1.10+3  -2  openpkg-src/btyacc/btyacc.spec
1.7241  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/btyacc/btyacc.spec
  
  $ cvs diff -u -r1.9 -r1.10 btyacc.spec
  --- openpkg-src/btyacc/btyacc.spec8 Jul 2003 14:38:52 -   1.9
  +++ openpkg-src/btyacc/btyacc.spec31 Oct 2003 09:03:27 -  1.10
  @@ -37,7 +37,7 @@
   Group:Text
   License:  BSD
   Version:  %{V_here}
  -Release:  20030706
  +Release:  20031031
   
   #   list of sources
   Source0:  http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
  @@ -61,7 +61,8 @@
   %build
   %{l_make} %{l_mflags -O} \
   CC="%{l_cc}" \
  -CFLAGS="%{l_cflags -O}"
  +CFLAGS="%{l_cflags -O}" \
  +LDFLAGS=""
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7240 -r1.7241 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:02:06 -  1.7240
  +++ openpkg-web/news.txt  31 Oct 2003 09:03:25 -  1.7241
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: P
   31-Oct-2003: Upgraded package: P
   31-Oct-2003: Upgraded package: P
   31-Oct-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/btyacc/ btyacc.spec openpkg-web/ news.txt

2003-07-06 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 openpkg-web  Date:   06-Jul-2003 12:13:50
  Branch: HEAD Handle: 2003070611134901

  Modified files:
openpkg-src/btyacc  btyacc.spec
openpkg-web news.txt

  Log:
rpmlint police: install manual page correctly

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/btyacc/btyacc.spec
1.5280  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/btyacc/btyacc.spec
  
  $ cvs diff -u -r1.7 -r1.8 btyacc.spec
  --- openpkg-src/btyacc/btyacc.spec15 Jan 2003 16:40:57 -  1.7
  +++ openpkg-src/btyacc/btyacc.spec6 Jul 2003 10:13:50 -   1.8
  @@ -37,7 +37,7 @@
   Group:Text
   License:  BSD
   Version:  %{V_here}
  -Release:  20030115
  +Release:  20030706
   
   #   list of sources
   Source0:  http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
  @@ -71,7 +71,7 @@
   %{l_shtool} install -c -s -m 755 \
   btyacc $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{l_shtool} install -c -m 644 \
  -manpage $RPM_BUILD_ROOT%{l_prefix}/bin/btyacc.1
  +manpage $RPM_BUILD_ROOT%{l_prefix}/man/man1/btyacc.1
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5279 -r1.5280 news.txt
  --- openpkg-web/news.txt  6 Jul 2003 06:46:18 -   1.5279
  +++ openpkg-web/news.txt  6 Jul 2003 10:13:49 -   1.5280
  @@ -1,3 +1,4 @@
  +06-Jul-2003: Upgraded package: P
   06-Jul-2003: Upgraded package: P
   06-Jul-2003: Upgraded package: P
   05-Jul-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/btyacc/ btyacc.spec openpkg-web/ news.txt

2003-01-15 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 openpkg-web  Date:   15-Jan-2003 17:40:58
  Branch: HEAD Handle: 2003011516405601

  Modified files:
openpkg-src/btyacc  btyacc.spec
openpkg-web news.txt

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/btyacc/btyacc.spec
1.2833  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/btyacc/btyacc.spec
  
  $ cvs diff -u -r1.6 -r1.7 btyacc.spec
  --- openpkg-src/btyacc/btyacc.spec14 Jan 2003 19:13:56 -  1.6
  +++ openpkg-src/btyacc/btyacc.spec15 Jan 2003 16:40:57 -  1.7
  @@ -37,7 +37,7 @@
   Group:Text
   License:  BSD
   Version:  %{V_here}
  -Release:  20030114
  +Release:  20030115
   
   #   list of sources
   Source0:  http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
  @@ -45,7 +45,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc
   PreReq:   OpenPKG, openpkg >= 20020206
   AutoReq:  no
   AutoReqProv:  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2832 -r1.2833 news.txt
  --- openpkg-web/news.txt  15 Jan 2003 16:40:19 -  1.2832
  +++ openpkg-web/news.txt  15 Jan 2003 16:40:56 -  1.2833
  @@ -1,3 +1,4 @@
  +15-Jan-2003: Upgraded package: P
   15-Jan-2003: Upgraded package: P
   15-Jan-2003: Upgraded package: P
   15-Jan-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/btyacc/ btyacc.spec openpkg-web/ news.txt

2003-01-14 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 openpkg-web  Date:   14-Jan-2003 20:13:57
  Branch: HEAD Handle: 2003011419135501

  Modified files:
openpkg-src/btyacc  btyacc.spec
openpkg-web news.txt

  Log:
upgrade to PLUS class

  Summary:
RevisionChanges Path
1.6 +2  -2  openpkg-src/btyacc/btyacc.spec
1.2766  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/btyacc/btyacc.spec
  
  $ cvs diff -u -r1.5 -r1.6 btyacc.spec
  --- openpkg-src/btyacc/btyacc.spec3 Jan 2003 10:51:17 -   1.5
  +++ openpkg-src/btyacc/btyacc.spec14 Jan 2003 19:13:56 -  1.6
  @@ -33,11 +33,11 @@
   URL:  http://www.siber.com/btyacc/
   Vendor:   BSD
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [EVAL]
  +Distribution: OpenPKG [PLUS]
   Group:Text
   License:  BSD
   Version:  %{V_here}
  -Release:  20020716
  +Release:  20030114
   
   #   list of sources
   Source0:  http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2765 -r1.2766 news.txt
  --- openpkg-web/news.txt  14 Jan 2003 19:13:01 -  1.2765
  +++ openpkg-web/news.txt  14 Jan 2003 19:13:55 -  1.2766
  @@ -1,3 +1,4 @@
  +14-Jan-2003: Upgraded package: P
   14-Jan-2003: Upgraded package: P
   14-Jan-2003: Upgraded package: P
   14-Jan-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]