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:   17-Jan-2005 19:57:55
  Branch: HEAD                             Handle: 2005011718575500

  Modified files:
    openpkg-src/xml2rfc     xml2rfc.spec

  Log:
    upgrading package: xml2rfc 1.26 -> 1.28

  Summary:
    Revision    Changes     Path
    1.9         +18 -9      openpkg-src/xml2rfc/xml2rfc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xml2rfc/xml2rfc.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 xml2rfc.spec
  --- openpkg-src/xml2rfc/xml2rfc.spec  1 Jan 2005 10:56:05 -0000       1.8
  +++ openpkg-src/xml2rfc/xml2rfc.spec  17 Jan 2005 18:57:55 -0000      1.9
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_tool    1.28
  +%define       V_library 20050117
  +
   #   package information
   Name:         xml2rfc
   Summary:      Request For Comment (RFC) Authoring with XML
  @@ -33,16 +37,16 @@
   Class:        PLUS
   Group:        SGML
   License:      Open Source
  -Version:      1.26
  -Release:      20041011
  +Version:      %{V_tool}
  +Release:      20050117
   
   #   list of sources
  -Source0:      http://xml.resource.org/authoring/xml2rfc-%{version}.tgz
  -Source1:      http://xml.resource.org/public/rfc/bibxml.tgz
  -Source2:      http://xml.resource.org/public/rfc/bibxml2.tgz
  -Source3:      http://xml.resource.org/public/rfc/bibxml3.tgz
  -Source4:      http://xml.resource.org/public/rfc/bibxml4.tgz
  -Source5:      http://xml.resource.org/public/rfc/bibxml5.tgz
  +Source0:      http://xml.resource.org/authoring/xml2rfc-%{V_tool}.tgz
  +Source1:      
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/bibxml-%{V_library}.tgz
  +Source2:      
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/bibxml2-%{V_library}.tgz
  +Source3:      
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/bibxml3-%{V_library}.tgz
  +Source4:      
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/bibxml4-%{V_library}.tgz
  +Source5:      
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/bibxml5-%{V_library}.tgz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -60,10 +64,15 @@
   
   %track
       prog xml2rfc = {
  -        version   = %{version}
  +        version   = %{V_tool}
           url       = http://xml.resource.org/authoring/
           regex     = xml2rfc-(\d+\.\d+)\.tgz
       }
  +    prog xml2rfc:library = {
  +        version   = %{V_library}
  +        url       = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xml2rfc/
  +        regex     = bibxml-(\d+)\.tgz
  +    }
   
   %prep
       %setup -q
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to