https://bugzilla.redhat.com/show_bug.cgi?id=1333531 --- Comment #8 from Michal Schmidt <mschmidt@xxxxxxxxxx> --- Created attachment 1239419 --> https://bugzilla.redhat.com/attachment.cgi?id=1239419&action=edit proposed standalone install script The spec file would be a lot simpler if the install steps were separated in a standalone ff_install.sh script, like the attached one (untested). The %install step in the spec would then be just one line: BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} ./ff_install.sh And the %files sections would be adjusted to not rely on generated file lists. Would you please consider adding such an install script? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx