RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ rpm.spec.in

From: Anders F. Björklund <afb@rpm5.org>
Date: Tue 13 Nov 2007 - 10:18:14 CET
Message-Id: <20071113091814.4E31C348470@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:   13-Nov-2007 10:18:14
  Branch: HEAD                             Handle: 2007111309181300

  Modified files:
    rpm                     rpm.spec.in

  Log:
    fix building of apidocs

  Summary:
    Revision    Changes     Path
    2.448       +7  -0      rpm/rpm.spec.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpm.spec.in
  ============================================================================
  $ cvs diff -u -r2.447 -r2.448 rpm.spec.in
  --- rpm/rpm.spec.in	13 Nov 2007 09:15:23 -0000	2.447
  +++ rpm/rpm.spec.in	13 Nov 2007 09:18:13 -0000	2.448
  @@ -40,6 +40,9 @@
   %if "%{with_bzip2}" == "yes"
   BuildRequires: bzip2-devel >= 1.0
   %endif
  +%if "%{with_apidocs}" == "1"
  +BuildRequires: doxygen graphviz
  +%endif
   %if %{with_python_subpackage}
   BuildRequires: python-devel >= %{with_python_version}
   %endif
  @@ -179,6 +182,10 @@
   
   make %{?_smp_mflags}
   
  +%if %{with_apidocs}
  +make apidocs
  +%endif
  +
   %install
   # XXX rpm needs functioning nptl for configure tests
   unset LD_ASSUME_KERNEL || :
  @@ .
Received on Tue Nov 13 10:18:14 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.