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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   27-Mar-2009 13:14:59
  Branch: HEAD                             Handle: 2009032712145900

  Modified files:
    openpkg-src/ustl        ustl.spec

  Log:
    upgrading package: ustl 1.1.0 -> 1.2

  Summary:
    Revision    Changes     Path
    1.3         +6  -13     openpkg-src/ustl/ustl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ustl/ustl.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 ustl.spec
  --- openpkg-src/ustl/ustl.spec        1 Jan 2008 15:06:40 -0000       1.2
  +++ openpkg-src/ustl/ustl.spec        27 Mar 2009 12:14:59 -0000      1.3
  @@ -21,10 +21,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   package version
  -%define       V_major 1.1
  -%define       V_minor 0
  -
   #   package information
   Name:         ustl
   Summary:      Micro C++ Standard Template Library (STL)
  @@ -35,12 +31,12 @@
   Class:        EVAL
   Group:        Language
   License:      MIT
  -Version:      %{V_major}.%{V_minor}
  -Release:      20080101
  +Version:      1.2
  +Release:      20090327
   
   #   list of sources
  -Source0:      
http://switch.dl.sourceforge.net/ustl/ustl-%{V_major}.%{V_minor}.tar.bz2
  -Source1:      
http://switch.dl.sourceforge.net/ustl/ustl-docs-%{V_major}.%{V_minor}.tar.bz2
  +Source0:      http://switch.dl.sourceforge.net/ustl/ustl-%{version}.tar.bz2
  +Source1:      
http://switch.dl.sourceforge.net/ustl/ustl-docs-%{version}.tar.bz2
   Patch0:       ustl.patch
   
   #   build information
  @@ -64,14 +60,11 @@
       }
   
   %prep
  -    %setup -q -n ustl-%{V_major}
  -    %setup -q -n ustl-%{V_major} -T -D -b 1
  +    %setup -q
  +    %setup -q -T -D -b 1
       %patch -p0
   
   %build
  -    %{l_shtool} subst \
  -        -e 's;/bin/bash;%{l_bash};g' \
  -        configure
       CC="%{l_cc}" \
       CXX="%{l_cxx}" \
       CFLAGS="%{l_cflags -O}" \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to