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:   11-Sep-2004 13:51:07
  Branch: HEAD                             Handle: 2004091112510700

  Modified files:
    openpkg-src/gcc33       gcc33.spec

  Log:
    fix regex; make lint happy

  Summary:
    Revision    Changes     Path
    1.49        +5  -3      openpkg-src/gcc33/gcc33.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc33/gcc33.spec
  ============================================================================
  $ cvs diff -u -r1.48 -r1.49 gcc33.spec
  --- openpkg-src/gcc33/gcc33.spec      9 Sep 2004 16:44:22 -0000       1.48
  +++ openpkg-src/gcc33/gcc33.spec      11 Sep 2004 11:51:07 -0000      1.49
  @@ -39,7 +39,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20040909
  +Release:      20040911
   
   #   package options
   %option       with_cxx       yes
  @@ -87,7 +87,7 @@
       prog gcc33:spp = {
           version   = %{V_ssp}
           url       = http://www.trl.ibm.com/projects/security/ssp/
  -        regex     = protector-(3\.3\.\d+-\d+).tar.gz
  +        regex     = protector-(3\.3\.\d+-\d+)\.tar\.gz
       }
   
   %prep
  @@ -211,7 +211,9 @@
   
       #   perform the standard installation procedure
       ( cd obj
  -      %{l_make} %{l_mflags} install INSTALL="%{l_shtool} install -c" 
DESTDIR=$RPM_BUILD_ROOT
  +      %{l_make} %{l_mflags} install \
  +          INSTALL="%{l_shtool} install -c" \
  +          DESTDIR=$RPM_BUILD_ROOT
       ) || exit $?
   
       #   cleanup installation tree
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to