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:   14-Oct-2005 21:43:05
  Branch: HEAD                             Handle: 2005101420430500

  Modified files:
    openpkg-src/perl-vcs    perl-vcs.spec

  Log:
    add VCS::LibCVS

  Summary:
    Revision    Changes     Path
    1.14        +16 -6      openpkg-src/perl-vcs/perl-vcs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-vcs/perl-vcs.spec
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 perl-vcs.spec
  --- openpkg-src/perl-vcs/perl-vcs.spec        3 Jun 2005 07:05:27 -0000       
1.13
  +++ openpkg-src/perl-vcs/perl-vcs.spec        14 Oct 2005 19:43:05 -0000      
1.14
  @@ -29,6 +29,7 @@
   %define       V_vcs             0.14
   %define       V_vcs_lite        0.07
   %define       V_vcs_rcs_parser  0.06
  +%define       V_vcs_libcvs      1.0002
   %define       V_rcs             1.05
   %define       V_rcs_agent       1.03
   %define       V_rcs_parser      0.02
  @@ -46,7 +47,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20050603
  +Release:      20051014
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-%{V_algorithm_diff}.tar.gz
  @@ -54,11 +55,12 @@
   Source2:      http://www.cpan.org/modules/by-module/VCS/VCS-%{V_vcs}.tar.gz
   Source3:      
http://www.cpan.org/modules/by-module/VCS/VCS-Lite-%{V_vcs_lite}.tar.gz
   Source4:      
http://www.cpan.org/modules/by-module/VCS/VCS-Rcs-Parser-%{V_vcs_rcs_parser}.tar.gz
  -Source5:      http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  -Source6:      
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  -Source7:      
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  -Source8:      
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  -Source9:      
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
  +Source5:      
http://www.cpan.org/modules/by-module/VCS/VCS-LibCVS-%{V_vcs_libcvs}.tar.gz
  +Source6:      http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  +Source7:      
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  +Source8:      
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  +Source9:      
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  +Source10:     
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -77,6 +79,7 @@
       - VCS (%{V_vcs})
       - VCS::Lite (%{V_vcs_lite})
       - VCS::Rcs::Parser (%{V_vcs_rcs_parser})
  +    - VCS::LibCVS (%{V_vcs_libcvs})
       - Rcs (%{V_rcs})
       - Rcs::Agent (%{V_rcs_agent})
       - Rcs::Parser (%{V_rcs_parser})
  @@ -109,6 +112,11 @@
           url       = http://www.cpan.org/modules/by-module/VCS/
           regex     = VCS-Rcs-Parser-(__VER__)\.tar\.gz
       }
  +    prog perl-vcs:VCS-LibCVS = {
  +        version   = %{V_vcs_libcvs}
  +        url       = http://www.cpan.org/modules/by-module/VCS/
  +        regex     = VCS-LibCVS-(__VER__)\.tar\.gz
  +    }
       prog perl-vcs:Rcs = {
           version   = %{V_rcs}
           url       = http://www.cpan.org/modules/by-module/Rcs/
  @@ -146,6 +154,7 @@
       %setup -q -T -D -a 7
       %setup -q -T -D -a 8
       %setup -q -T -D -a 9
  +    %setup -q -T -D -a 10
   
   %build
   
  @@ -162,6 +171,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
       %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to