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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   11-Jan-2009 18:50:12
  Branch: HEAD                             Handle: 2009011117501100

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

  Log:
    add Storable::AMF

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  ============================================================================
  $ cvs diff -u -r1.234 -r1.235 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec        28 Dec 2008 09:21:50 -0000      
1.234
  +++ openpkg-src/perl-sys/perl-sys.spec        11 Jan 2009 17:50:11 -0000      
1.235
  @@ -59,6 +59,7 @@
   %define       V_file_fnmatch        0.02
   %define       V_user                1.8
   %define       V_file_rsync          0.42
  +%define       V_storable_amf        0.41
   
   #   package information
   Name:         perl-sys
  @@ -71,7 +72,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20081228
  +Release:      20090111
   
   #   package options
   %option       with_pam   no
  @@ -113,6 +114,7 @@
   Source33:     
http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz
   Source34:     
http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz
   Source35:     
http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz
  +Source36:     
http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz
   Patch0:       perl-sys.patch
   
   #   build information
  @@ -167,6 +169,7 @@
       - File::Remove (%{V_file_remove})
       - File::Rename (%{V_file_rename})
       - File::Rsync (%{V_file_rsync})
  +    - Storable::AMF (%{V_storable_amf})
   
   %track
       prog perl-sys:Archive-Tar = {
  @@ -349,6 +352,11 @@
           url       = http://www.cpan.org/modules/by-module/File/
           regex     = File-Rsync-(__VER__)\.tar\.gz
       }
  +    prog perl-sys:Storable-AMF = {
  +        version   = %{V_storable_amf}
  +        url       = http://www.cpan.org/modules/by-module/Storable/
  +        regex     = Storable-AMF-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -387,6 +395,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
  @@ -440,6 +449,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`
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to