https://bugzilla.redhat.com/show_bug.cgi?id=847268 --- Comment #4 from Mario Blättermann <mario.blaettermann@xxxxxxxxx> --- Now girara builds almost properly on my local machine. Some more issues: The -devel package must depend on the main package in any case: Requires: %{name}-libs%{?_isa} = %{version}-%{release} The debug package is empty. Normally, you could solve this problem with the following "make" call: make CFLAGS='%{optflags}' %{?_smp_mflags} Just tried, but I've got the following error: make[1]: Entering directory `/home/mariobl/rpmbuild/BUILD/girara-0.1.3/po' settings.c:4:18: fatal error: glib.h: No such file or directory compilation terminated. With the default compiler settings in Fedora, the compiler is unable to find the glib headers, and probably even more. Seems to be the Makefile has to be patched, because no configure script is present. In any case, we cannot accept a package without debug info. Unfortunately, I don't know how to solve the problem... Perhaps you should ask upstream how the debug info could be generated. If you don't want to provide your package for EPEL 5 and older, you have to drop the "BuildRoot:" definition, the %clean section and the %defattr lines in %files. The LICENSE file appears in both main and devel package. This is wrong and not needed anyway, because the main package and its LICENSE file is already present when installing the devel package. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review