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:   21-Dec-2009 17:44:24
  Branch: HEAD                             Handle: 2009122116442300

  Modified files:
    openpkg-src/minicom     minicom.spec

  Log:
    upgrading package: minicom 2.3 -> 2.4

  Summary:
    Revision    Changes     Path
    1.63        +8  -11     openpkg-src/minicom/minicom.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/minicom/minicom.spec
  ============================================================================
  $ cvs diff -u -r1.62 -r1.63 minicom.spec
  --- openpkg-src/minicom/minicom.spec  18 Apr 2009 13:12:52 -0000      1.62
  +++ openpkg-src/minicom/minicom.spec  21 Dec 2009 16:44:23 -0000      1.63
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_dist   2.3
  -%define       V_subdir 2332
  +%define       V_dist   2.4
  +%define       V_subdir 3195
   
   #   package information
   Name:         minicom
  @@ -36,7 +36,7 @@
   Group:        Communication
   License:      BSD
   Version:      %{V_dist}
  -Release:      20080224
  +Release:      20091221
   
   #   list of sources
   Source0:      
http://alioth.debian.org/frs/download.php/%{V_subdir}/minicom-%{V_dist}.tar.gz
  @@ -47,8 +47,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, lrzsz, make
   PreReq:       OpenPKG, openpkg >= 20040130, lrzsz
  -BuildPreReq:  ncurses
  -PreReq:       ncurses
  +BuildPreReq:  ncurses, libiconv
  +PreReq:       ncurses, libiconv
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -89,6 +89,7 @@
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags ncurses .}" \
       LDFLAGS="%{l_ldflags}" \
  +    LIBS="-liconv" \
       ./configure \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
  @@ -108,8 +109,7 @@
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/bin \
           $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  -        $RPM_BUILD_ROOT%{l_prefix}/etc/minicom \
  -        $RPM_BUILD_ROOT%{l_prefix}/share/minicom
  +        $RPM_BUILD_ROOT%{l_prefix}/etc/minicom
   
       #   install programs
       %{l_make} %{l_mflags} install \
  @@ -118,10 +118,7 @@
           mandir=$RPM_BUILD_ROOT%{l_prefix}/man
   
       #   add configuration files
  -    %{l_shtool} install -c -m 644 \
  -        -e 's;^ALL;#ALL;' \
  -        doc/minicom.users $RPM_BUILD_ROOT%{l_prefix}/etc/minicom/
  -    echo "root" >>$RPM_BUILD_ROOT%{l_prefix}/etc/minicom/minicom.users
  +    echo "root" >$RPM_BUILD_ROOT%{l_prefix}/etc/minicom/minicom.users
       ( echo "pu baudrate  9600"
         echo "pu bits      8"
         echo "pu parity    N"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to