[Bug 494726] Review Request: Gnote - Note Taking Application

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 8 08:58:04 UTC 2009


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=494726





--- Comment #9 from Michael Schwendt <bugs.michael at gmx.net>  2009-04-08 04:58:03 EDT ---
> OK - MUST: The spec file is in American English.

The %description is British English. ;-)


> FAIL - MUST: Not all build dependencies are listed in
> BuildRequires: dbus-devel and desktop-file-utils are missing

This is the infamous Fedora pkg-config problem, where Requires.private in the
pkgconfig file is evaluated and suffers from a missing dependency on dbus-devel
(for dbus-1.pc). Normally, BR GConf2-devel would suffice.


--- gnote.spec.orig     2009-04-08 10:48:55.000000000 +0200
+++ gnote.spec  2009-04-08 10:50:09.000000000 +0200
@@ -24,7 +24,7 @@

 %build
 %configure --disable-schemas-install
-make %{?_smp_mflags}
+V=1 make %{?_smp_mflags}

 %install
 rm -rf $RPM_BUILD_ROOT

-- 
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