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:   23-Feb-2006 17:04:07
  Branch: HEAD                             Handle: 2006022316040600

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

  Log:
    add Crypt::DH

  Summary:
    Revision    Changes     Path
    1.119       +11 -1      openpkg-src/perl-crypto/perl-crypto.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  ============================================================================
  $ cvs diff -u -r1.118 -r1.119 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  17 Feb 2006 20:46:42 -0000      
1.118
  +++ openpkg-src/perl-crypto/perl-crypto.spec  23 Feb 2006 16:04:06 -0000      
1.119
  @@ -57,6 +57,7 @@
   %define       V_crypt_rijndael        0.05
   %define       V_crypt_twofish2        1.01
   %define       V_crypt_ciphersaber     1.00
  +%define       V_crypt_dh              0.06
   %define       V_digest_crc            0.09
   %define       V_string_crc32          1.3
   %define       V_data_uuid             0.11
  @@ -72,7 +73,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20060217
  +Release:      20060223
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Digest/Digest-%{V_digest}.tar.gz
  @@ -111,6 +112,7 @@
   Source33:     
http://www.cpan.org/modules/by-module/Digest/Digest-Whirlpool-%{V_digest_whirlpool}.tar.gz
   Source34:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish2-%{V_crypt_twofish2}.tar.gz
   Source35:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-CipherSaber-%{V_crypt_ciphersaber}.tar.gz
  +Source36:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-DH-%{V_crypt_dh}.tar.gz
   Patch0:       perl-crypto.patch
   
   #   build information
  @@ -159,6 +161,7 @@
       - Crypt::Rijndael (%{V_crypt_rijndael})
       - Crypt::Twofish2 (%{V_crypt_twofish2})
       - Crypt::CipherSaber (%{V_crypt_ciphersaber})
  +    - Crypt::DH (%{V_crypt_dh})
       - String::CRC32 (%{V_string_crc32})
       - Data::UUID (%{V_data_uuid})
   
  @@ -343,6 +346,11 @@
           url       = http://www.cpan.org/modules/by-module/Crypt/
           regex     = Crypt-CipherSaber-(__VER__)\.tar\.gz
       }
  +    prog perl-crypto:Crypt-DH = {
  +        version   = %{V_crypt_dh}
  +        url       = http://www.cpan.org/modules/by-module/Crypt/
  +        regex     = Crypt-DH-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -381,6 +389,7 @@
       %setup -q -T -D -a 33
       %setup -q -T -D -a 34
       %setup -q -T -D -a 35
  +    %setup -q -T -D -a 36
       %patch -p0
   
   %build
  @@ -424,6 +433,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE36} 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