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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   20-Aug-2003 08:51:38
  Branch: HEAD                             Handle: 2003082007513602

  Modified files:
    openpkg-src/imagemagick imagemagick.spec
    openpkg-web             news.txt

  Log:
    Do not claim pkgconfig as own directory

  Summary:
    Revision    Changes     Path
    1.111       +6  -3      openpkg-src/imagemagick/imagemagick.spec
    1.6237      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  23 Jul 2003 13:31:56 -0000      1.110
  +++ openpkg-src/imagemagick/imagemagick.spec  20 Aug 2003 06:51:38 -0000      1.111
  @@ -42,7 +42,7 @@
   Group:        Graphics
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20030723
  +Release:      20030820
   
   #   package options
   %option       with_perl   no
  @@ -150,7 +150,9 @@
       ) || exit $?
   
   %if "%{with_perl}" != "yes"
  -    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +        %{l_files_std} \
  +        "%not %dir %{l_prefix}/lib/pkgconfig"
   %else
       eval `%{l_prefix}/bin/perl -V:installarchlib -V:installprivlib 
-V:installsitearch -V:installsitelib`
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  @@ -164,7 +166,8 @@
           "%not %dir $installarchlib/auto" \
           "%not %dir $installprivlib/auto" \
           "%not %dir $installsitearch/auto" \
  -        "%not %dir $installsitelib/auto"
  +        "%not %dir $installsitelib/auto" \
  +        "%not %dir %{l_prefix}/lib/pkgconfig"
   %endif
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6236 -r1.6237 news.txt
  --- openpkg-web/news.txt      20 Aug 2003 06:50:07 -0000      1.6236
  +++ openpkg-web/news.txt      20 Aug 2003 06:51:36 -0000      1.6237
  @@ -1,3 +1,4 @@
  +20-Aug-2003: Upgraded package: P<imagemagick-5.5.7.10-20030820>
   20-Aug-2003: Upgraded package: P<glib-1.2.10-20030820>
   20-Aug-2003: Upgraded package: P<fontconfig-2.2.1-20030820>
   19-Aug-2003: Upgraded package: P<cacti-0.8.2a-20030819>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to