RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Anders F. Björklund <afb@rpm5.org>
Date: Thu 03 Jan 2008 - 23:18:08 CET
Message-Id: <20080103221808.EA09234845E@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   03-Jan-2008 23:18:08
  Branch: HEAD                             Handle: 2008010322180800

  Modified files:
    rpm                     devtool.conf

  Log:
    macosx: remove more internal junk

  Summary:
    Revision    Changes     Path
    2.167       +3  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.166 -r2.167 devtool.conf
  --- rpm/devtool.conf	3 Jan 2008 22:03:48 -0000	2.166
  +++ rpm/devtool.conf	3 Jan 2008 22:18:08 -0000	2.167
  @@ -1542,6 +1542,9 @@
       # copy required popt.h library header to internal headers
       cp -p "$basemac/bin/popt-${v_popt}/popt.h" /tmp/rpm-root/usr/local/include/rpm
   
  +    # don't leak private search paths, libraries and arch'es
  +    perl -ni -e "print unless /^Libs.private/" /tmp/rpm-root/usr/local/lib/pkgconfig/rpm.pc
  +
       # copy the internal txar tool over, for testing purposes
       cp -p tools/.libs/txar /tmp/rpm-root/usr/local/lib/rpm
       strip -S /tmp/rpm-root/usr/local/lib/rpm/txar
  @@ .
Received on Thu Jan 3 23:18:08 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.