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:   01-Feb-2005 19:31:02
  Branch: HEAD                             Handle: 2005020118310100

  Modified files:
    openpkg-src/mono        mono.spec

  Log:
    track only stable releases; use shtool instead of ginstall to avoid a
    necessary dependency to coreutils; remove installed gc stuff

  Summary:
    Revision    Changes     Path
    1.13        +3  -3      openpkg-src/mono/mono.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 mono.spec
  --- openpkg-src/mono/mono.spec        1 Feb 2005 15:10:23 -0000       1.12
  +++ openpkg-src/mono/mono.spec        1 Feb 2005 18:31:01 -0000       1.13
  @@ -61,10 +61,9 @@
   
   %track
       prog mono = {
  -        comment   = "tho: 1.1.x is development tree; stay with 1.0.x until 
1.2"
           version   = %{version}
           url       = http://www.go-mono.com/download.html
  -        regex     = mono-(__VER__)\.tar\.gz
  +        regex     = mono-(\d+\.[02468](\.\d+)*)\.tar\.gz
       }
   
   %prep
  @@ -103,7 +102,7 @@
   %install
       #   use a working install to create subdirs
       %{l_shtool} subst \
  -        -e 's;\$(mkdir_p);%{l_prefix}/bin/ginstall -d;' \
  +        -e 's;\$(mkdir_p);%{l_shtool} mkdir -p;' \
           Makefile */Makefile */*/Makefile
   
       #   install program
  @@ -122,6 +121,7 @@
       done
   
       #   strip down installation
  +    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libgc-mono
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   
       #   determine installation files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to