RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: popt/ CHANGES popt.spec

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 11 Feb 2008 - 18:06:25 CET
Message-Id: <20080211170625.CA875348460@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: popt                             Date:   11-Feb-2008 18:06:25
  Branch: HEAD                             Handle: 2008021117062500

  Modified files:
    popt                    CHANGES popt.spec

  Log:
    - jbj: add --libdir=/%{_lib} to popt.spec.

  Summary:
    Revision    Changes     Path
    1.35        +2  -1      popt/CHANGES
    1.41        +1  -1      popt/popt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/CHANGES
  ============================================================================
  $ cvs diff -u -r1.34 -r1.35 CHANGES
  --- popt/CHANGES	11 Feb 2008 16:55:36 -0000	1.34
  +++ popt/CHANGES	11 Feb 2008 17:06:25 -0000	1.35
  @@ -1,7 +1,8 @@
   1.13 -> 1.14:
  +    - jbj: add --libdir=/%{_lib} to popt.spec.
       - jbj: add .cvsignore to m4 subdirectory.
       - jbj: remove duplicate nb locale from ALL_LINGUAS.
  -    - jbj: autogen.sh: on linux, add --libdir=/lib.
  +    - jbj: autogen.sh: on linux, add --libdir=/lib (no /lib64 autodetect yet).
   
   1.12 -> 1.13:
       - release popt-1.13.
  @@ .
  patch -p0 <<'@@ .'
  Index: popt/popt.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 popt.spec
  --- popt/popt.spec	13 Dec 2007 19:05:13 -0000	1.40
  +++ popt/popt.spec	11 Feb 2008 17:06:25 -0000	1.41
  @@ -22,7 +22,7 @@
   %setup -q
   
   %build
  -%configure
  +%configure --libdir=/%{_lib}
   make
   
   %install
  @@ .
Received on Mon Feb 11 18:06:25 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.