OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Sep-2006 08:13:43
Branch: HEAD Handle: 2006091807134300
Modified files:
openpkg-src/byacc byacc.spec
Log:
install as byacc to resolve conflict with GNU bison (which is our
canonical 'yacc')
Summary:
Revision Changes Path
1.2 +3 -3 openpkg-src/byacc/byacc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/byacc/byacc.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 byacc.spec
--- openpkg-src/byacc/byacc.spec 23 Feb 2006 14:24:59 -0000 1.1
+++ openpkg-src/byacc/byacc.spec 18 Sep 2006 06:13:43 -0000 1.2
@@ -33,7 +33,7 @@
Group: Development
License: Public Domain
Version: 20050813
-Release: 20060223
+Release: 20060918
# list of sources
Source0: ftp://invisible-island.net/byacc/byacc-%{version}.tgz
@@ -77,9 +77,9 @@
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -s -c -m 755 \
- yacc $RPM_BUILD_ROOT%{l_prefix}/bin/
+ yacc $RPM_BUILD_ROOT%{l_prefix}/bin/byacc
%{l_shtool} install -c -m 644 \
- yacc.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ yacc.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/byacc.1
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]