OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   25-Jul-2003 12:04:07
  Branch: HEAD                             Handle: 2003072511040502

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

  Log:
    move gpr out of the way of graphviz' gpr

  Summary:
    Revision    Changes     Path
    1.27        +7  -1      openpkg-src/coreutils/coreutils.spec
    1.5806      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec      23 Jul 2003 13:31:46 -0000      1.26
  +++ openpkg-src/coreutils/coreutils.spec      25 Jul 2003 10:04:07 -0000      1.27
  @@ -33,7 +33,7 @@
   Group:        Utility
   License:      GPL
   Version:      5.0.1
  -Release:      20030723
  +Release:      20030725
   
   #   package options
   %option       with_legacy  no
  @@ -92,6 +92,12 @@
       %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       rm -f "$RPM_BUILD_ROOT%{l_prefix}/bin/g["
  +    #   rename gpr utility to avoid conflict with graphviz
  +    #   legacyname becomes nupr
  +    mv "$RPM_BUILD_ROOT%{l_prefix}/bin/gpr" \
  +       "$RPM_BUILD_ROOT%{l_prefix}/bin/gnupr" 2>/dev/null || true
  +    mv "$RPM_BUILD_ROOT%{l_prefix}/man/man1/gpr.1" \
  +       "$RPM_BUILD_ROOT%{l_prefix}/man/man1/gnupr.1" 2>/dev/null || true
   %if "%{with_legacy}" == "yes"
       ( cd $RPM_BUILD_ROOT%{l_prefix}/bin
         for i in g*; do
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5805 -r1.5806 news.txt
  --- openpkg-web/news.txt      25 Jul 2003 09:30:29 -0000      1.5805
  +++ openpkg-web/news.txt      25 Jul 2003 10:04:05 -0000      1.5806
  @@ -1,3 +1,4 @@
  +25-Jul-2003: Upgraded package: P<coreutils-5.0.1-20030725>
   25-Jul-2003: Upgraded package: P<mozilla-1.4-20030725>
   25-Jul-2003: Upgraded package: P<zebra-0.93b-20030725>
   25-Jul-2003: Upgraded package: P<zebra-0.93b-1.20030725>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to