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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-May-2004 00:03:20
  Branch: HEAD                             Handle: 2004050823031900

  Modified files:
    openpkg-src/imagemagick imagemagick.spec

  Log:
    cleanup Perl packaging

  Summary:
    Revision    Changes     Path
    1.136       +6  -3      openpkg-src/imagemagick/imagemagick.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  ============================================================================
  $ cvs diff -u -r1.135 -r1.136 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  7 May 2004 06:20:06 -0000       1.135
  +++ openpkg-src/imagemagick/imagemagick.spec  8 May 2004 22:03:19 -0000       1.136
  @@ -41,7 +41,7 @@
   Group:        Graphics
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20040507
  +Release:      20040509
   
   #   package options
   %option       with_perl   no
  @@ -131,6 +131,10 @@
   %endif
           --without-threads
       %{l_make} %{l_mflags}
  +%if "%{with_perl}" == "yes"
  +    %{l_prefix}/bin/perl-openpkg prepare
  +    %{l_prefix}/bin/perl-openpkg -d PerlMagick configure build
  +%endif
   
   %install
       rm -rf $RPM_BUILD_ROOT
  @@ -139,8 +143,7 @@
           AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
   
   %if "%{with_perl}" == "yes"
  -    %{l_prefix}/bin/perl-openpkg prepare
  -    %{l_prefix}/bin/perl-openpkg -d PerlMagick configure build install
  +    %{l_prefix}/bin/perl-openpkg -d PerlMagick install
       %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %else
       >perl-openpkg-files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to