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:   03-Jun-2005 20:18:15
  Branch: HEAD                             Handle: 2005060319181500

  Modified files:
    openpkg-src/perl        perl.spec

  Log:
    adjust packaging to new Perl 5.8.7 Config.pm world order (without this
    cleanup the perl-xxx packages would build for the wrong directories
    and later Perl would not find the installed files under run-time)

  Summary:
    Revision    Changes     Path
    1.102       +3  -3      openpkg-src/perl/perl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl/perl.spec
  ============================================================================
  $ cvs diff -u -r1.101 -r1.102 perl.spec
  --- openpkg-src/perl/perl.spec        3 Jun 2005 07:03:44 -0000       1.101
  +++ openpkg-src/perl/perl.spec        3 Jun 2005 18:18:15 -0000       1.102
  @@ -82,7 +82,7 @@
           -d -e -s \
           -Dprefix=%{l_prefix} \
           -Dvendorprefix=%{l_prefix} \
  -        -Dinstallprefix=$RPM_BUILD_ROOT%{l_prefix} \
  +        -Dinstallprefix=%{l_prefix} \
           -Dinstallstyle="lib/perl5" \
           -Dman1dir=%{l_prefix}/man/man1 \
           -Dman3dir=%{l_prefix}/man/man3 \
  @@ -103,7 +103,7 @@
       rm -rf $RPM_BUILD_ROOT
   
       #   install the Perl package via standard procedure
  -    %{l_make} %{l_mflags} -f Makefile install
  +    %{l_make} %{l_mflags} -f Makefile install DESTDIR=$RPM_BUILD_ROOT
   
       #   install Perl versions of system header files
       ( case "%{l_platform -t}" in
  @@ -115,7 +115,7 @@
         eval `$RPM_BUILD_ROOT%{l_prefix}/bin/perl -V:installarchlib`
         echo *.h sys/*.h |\
         xargs $RPM_BUILD_ROOT%{l_prefix}/bin/perl \
  -          $RPM_BUILD_ROOT%{l_prefix}/bin/h2ph -h -d $installarchlib
  +          $RPM_BUILD_ROOT%{l_prefix}/bin/h2ph -h -d 
$RPM_BUILD_ROOT$installarchlib
       ) || exit $?
   
       #   post-adjustments to installation tree
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to