https://bugzilla.redhat.com/show_bug.cgi?id=835015 Mario Blättermann <mario.blaettermann@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mario.blaettermann@xxxxxxxx | |m --- Comment #1 from Mario Blättermann <mario.blaettermann@xxxxxxxxx> --- > Note that in this package I'm only building the XFCE panel plugin, because > the upstream build scripts only let me choose one of GNOME2, GNOME3, or > XFCE, and XFCE is the one I care about. I'm open to suggestions on how to > fix this. Run the build script separately for each part. Just an idea, not tested: %build %configure --with-panel=xfce4 make %{?_smp_mflags} make DESTDIR=%{buildroot} install make clean %configure --with-panel=gnome2 make %{?_smp_mflags} make DESTDIR=%{buildroot} install make clean %configure --with-panel=gnome3 make %{?_smp_mflags} make DESTDIR=%{buildroot} install Could be that rpmlint is somewhat unhappy about "install" calls in %build... But it be odd if you provide a package which doesn't cover the whole abilities of the software. In any case, you should inform the upstream developers about that, if possible. -- 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