[Bug 459065] Review Request: italc - intelligent teaching and learning with computers

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 26 10:22:40 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459065





--- Comment #9 from Axel Thimm <axel.thimm at atrpms.net>  2008-08-26 06:22:38 EDT ---
QTDIR is being set by qt3, not qt3-devel (as I assumed), so indeed removing it
for test building outside of chroots is not going to work. I patched up the
specfile a bit to allow building even if qt3 bits are around, please use the
following patch:

@@ -1,7 +1,7 @@
-Summary: intelligent teaching and learning with computers
+Summary: Intelligent teaching and learning with computers
 Name: italc
 Version: 1.0.9
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://italc.sourceforge.net/
@@ -46,6 +46,10 @@
 %patch3 -p1

 %build
+# QTDIR may be set by a qt3 instance, remove it
+# (italc shouldn't be checking for QTDIR in the first place, it's
+# obsoleted in QT4)
+unset QTDIR
 # docdir handling is broken in configure.in, but for good measure,
 # let's keep it where it should be
 %configure --docdir=%{_defaultdocdir}/%{name}-%{version}

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list