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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Feb-2004 22:35:22
  Branch: HEAD                             Handle: 2004021021352100

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

  Log:
    add Convert::TNEF (contribution from Stephan Buys)

  Summary:
    Revision    Changes     Path
    1.21        +12 -2      openpkg-src/perl-conv/perl-conv.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-conv/perl-conv.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 perl-conv.spec
  --- openpkg-src/perl-conv/perl-conv.spec      7 Feb 2004 17:57:32 -0000       1.20
  +++ openpkg-src/perl-conv/perl-conv.spec      10 Feb 2004 21:35:21 -0000      1.21
  @@ -30,6 +30,7 @@
   %define       V_convert_scalar           0.1e
   %define       V_convert_units            0.43
   %define       V_convert_uulib            1.0
  +%define       V_convert_tnef             0.17
   
   #   FIXME: thl: tarball directory structure does not match tarball name
   %define       V_src_3_FIXME              Convert-Scalar-0.1
  @@ -44,8 +45,8 @@
   Class:        BASE
   Group:        Language
   License:      GPL/Artistic
  -Version:      20040207
  -Release:      20040207
  +Version:      20040210
  +Release:      20040210
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Convert/Convert-ASN1-%{V_convert_asn1}.tar.gz
  @@ -54,6 +55,7 @@
   Source3:      
http://www.cpan.org/modules/by-module/Convert/Convert-Scalar-%{V_convert_scalar}.tar.gz
   Source4:      
http://www.cpan.org/modules/by-module/Convert/Convert-Units-%{V_convert_units}.tar.gz
   Source5:      
http://www.cpan.org/modules/by-module/Convert/Convert-UUlib-%{V_convert_uulib}.tar.gz
  +Source6:      
http://www.cpan.org/modules/by-module/Convert/Convert-TNEF-%{V_convert_tnef}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -71,6 +73,7 @@
       - Convert::Scalar (%{V_convert_scalar})
       - Convert::Units (%{V_convert_units})
       - Convert::UUlib (%{V_convert_uulib})
  +    - Convert::TNEF (%{V_convert_tnef})
   
   %track
       prog perl-conv:Convert-ASN1 = {
  @@ -103,6 +106,11 @@
           url       = http://www.cpan.org/modules/by-module/Convert/
           regex     = Convert-UUlib-(__VER__)\.tar\.gz
       }
  +    prog perl-conv:Convert-TNEF = {
  +        version   = %{V_convert_tnef}
  +        url       = http://www.cpan.org/modules/by-module/Convert/
  +        regex     = Convert-TNEF-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -111,6 +119,7 @@
       %setup -q -T -D -a 3
       %setup -q -T -D -a 4
       %setup -q -T -D -a 5
  +    %setup -q -T -D -a 6
   
   %build
   
  @@ -130,6 +139,7 @@
       ) || exit $?
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE5}  configure build install
   
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE6}  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                     [EMAIL PROTECTED]

Reply via email to