Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145177 Details for
Bug 221894
Add BuildRequires: doxygen to rpm specfile
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to conditionally BuildRequire doxygen
require-doxygen.patch (text/plain), 824 bytes, created by
Dave Malcolm
on 2007-01-09 16:44:03 UTC
(
hide
)
Description:
Patch to conditionally BuildRequire doxygen
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2007-01-09 16:44:03 UTC
Size:
824 bytes
patch
obsolete
>? i386 >? require-doxygen.patch >? rpm-4.4.2 >? rpm-4.4.2-38.fc7.src.rpm >Index: rpm.spec >=================================================================== >RCS file: /cvs/dist/rpms/rpm/devel/rpm.spec,v >retrieving revision 1.220 >diff -u -p -r1.220 rpm.spec >--- rpm.spec 11 Dec 2006 18:35:35 -0000 1.220 >+++ rpm.spec 9 Jan 2007 16:41:18 -0000 >@@ -2,6 +2,7 @@ > %define with_python_version 2.5%{nil} > %define with_bzip2 1%{nil} > %define with_apidocs 1%{nil} >+%define with_htmldocs 1%{nil} > > # XXX legacy requires './' payload prefix to be omitted from rpm packages. > %define _noPayloadPrefix 1 >@@ -93,6 +94,10 @@ BuildRequires: bzip2-devel >= 0.9.0c-2 > BuildRequires: python-devel >= %{with_python_version} > %endif > >+%if %{with_htmldocs} >+BuildRequires: doxygen >+%endif >+ > BuildRoot: %{_tmppath}/%{name}-root > > %description
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221894
: 145177