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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   25-Jan-2008 09:37:31
  Branch: HEAD                             Handle: 2008012508373000

  Modified files:
    openpkg-src/nant        nant.spec

  Log:
    some cosmetics and cleanups

  Summary:
    Revision    Changes     Path
    1.2         +7  -8      openpkg-src/nant/nant.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nant/nant.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 nant.spec
  --- openpkg-src/nant/nant.spec        23 Jan 2008 21:50:48 -0000      1.1
  +++ openpkg-src/nant/nant.spec        25 Jan 2008 08:37:30 -0000      1.2
  @@ -1,7 +1,6 @@
   ##
   ##  nant.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  -##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -24,7 +23,7 @@
   
   #   package information
   Name:         nant
  -Summary:      NAnt is a free .NET build tool
  +Summary:      Ant-Style Build Tool for .NET
   URL:          http://nant.sourceforge.net/
   Vendor:       Gerry Shaw et al.
   Packager:     OpenPKG Foundation e.V.
  @@ -33,7 +32,7 @@
   Group:        Building
   License:      GPL
   Version:      0.85
  -Release:      20080123
  +Release:      20080125
   
   #   list of sources
   Source0:      
http://switch.dl.sourceforge.net/nant/nant-%{version}-src.tar.gz
  @@ -48,14 +47,14 @@
   AutoReqProv:  no
   
   %description
  -    NAnt is a free .NET build tool. In theory it is kind of like make without
  -    make's wrinkles. In practice it's a lot like Ant.
  +    NAnt is a free .NET build tool. In theory it is kind of like make(1)
  +    without make(1)'s wrinkles. In practice it's a lot like Java's Ant.
   
   %track
       prog nant = {
           version   = %{version}
           url       = http://nant.sourceforge.net/release/
  -        regex     = (__VER__)/
  +        regex     = HREF="(\d+\.\d+)/"
       }
   
   %prep
  @@ -71,7 +70,7 @@
       %{l_make} %{l_mflags} install buildroot=$RPM_BUILD_ROOT%{l_prefix}
       %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
       ( echo '#!%{l_bash}'
  -      echo '%{l_prefix}/bin/mono %{l_prefix}/share/nant/bin/NAnt.exe "$@"'
  +      echo '%{l_prefix}/bin/mono %{l_prefix}/share/nant/bin/NAnt.exe 
${1+"$@"}'
       ) >$RPM_BUILD_ROOT%{l_prefix}/bin/nant
       chmod 775 $RPM_BUILD_ROOT%{l_prefix}/bin/nant
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to