https://bugzilla.redhat.com/show_bug.cgi?id=1065641 --- Comment #5 from Christopher Meng <cickumqt@xxxxxxxxx> --- Uh... 1. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.*a' -delete -print Duplicate, right? Just find $RPM_BUILD_ROOT -name '*.*a' -delete -print Will cover all. 2. %configure --srcdir=.. --prefix=/usr --libdir=%{_libdir} --> %configure --srcdir=.. The rest are handled by macro automatically, see rpm -E %configure. 3. In main package, Drop: Requires: libmicrohttpd >= 0.9.7 Because elfutils will help pull the proper dependencies. 4. In -devel subpackage, Drop: BuildRequires: libmicrohttpd-devel >= 0.9.7 Requires: libmicrohttpd >= 0.9.7 -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review