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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   08-Aug-2005 21:02:51
  Branch: HEAD                             Handle: 2005080820025100

  Modified files:
    openpkg-src/fsl         fsl.spec

  Log:
    remove dependency to binutils tools strip(1)

  Summary:
    Revision    Changes     Path
    1.80        +3  -2      openpkg-src/fsl/fsl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fsl/fsl.spec
  ============================================================================
  $ cvs diff -u -r1.79 -r1.80 fsl.spec
  --- openpkg-src/fsl/fsl.spec  15 Jun 2005 14:01:09 -0000      1.79
  +++ openpkg-src/fsl/fsl.spec  8 Aug 2005 19:02:51 -0000       1.80
  @@ -33,7 +33,7 @@
   Group:        System
   License:      MIT-style
   Version:      1.6.0
  -Release:      20050615
  +Release:      20050808
   
   #   package options
   %option       with_fsl_debuglogcode   no
  @@ -94,8 +94,9 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
       %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
  -    %{l_shtool} install -c -s -m 755 \
  +    %{l_shtool} install -c -m 755 \
           lib_l2/l2tool $RPM_BUILD_ROOT%{l_prefix}/bin/fsl-l2tool
  +    strip $RPM_BUILD_ROOT%{l_prefix}/bin/fsl-l2tool || true
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
       %{l_shtool} install -c -m 644 %{l_value -s -a} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to