Bug 184042

Summary: Rebuilding of doxygen with %define with_qt 0 is breaking
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: doxygenAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-06 11:19:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2006-03-05 11:02:44 UTC
Description of problem:
Rebuilding of doxygen with %define with_qt 0 is breaking.

Version-Release number of selected component (if applicable):
doxygen-1.4.6-1.2

How reproducible:
Everytime, see above.

Expected results:
--- doxygen.spec        2006-02-11 03:27:32.000000000 +0100
+++ doxygen.spec.rsc    2006-03-05 12:05:40.000000000 +0100
@@ -90,7 +90,7 @@
 %doc html
 %endif
 %{_bindir}/*
-%exclude %{_bindir}/doxywizard
+%{?_with_qt:%exclude %{_bindir}/doxywizard}
 %{_mandir}/man1/*
 %exclude %{_mandir}/man1/doxywizard*


Additional info:
This one line fix shouldn't hurt anybody...

Comment 1 Than Ngo 2006-03-06 11:19:13 UTC
it's now fixed in CVS. FC5 is now freezed, hope it will be included in next
rawhide. Thanks for your report.