From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20010913 Description of problem: The m4 spec file uses the hardcoded directory "/usr/share/info" to install it's info files. The macro %{_infodir}, usually used for this is ignored. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Change %{_infodir} to /usr/info 2. Rebuild m4 from source Actual Results: RPM build fails. The build step is observing %{_infodir}, leaving the info files in $RPM_BUILD_ROOT/usr/info. The install step (where the infodir is hardcoded) expects them in $RPM_BUILD_ROOT/usr/share/info. Expected Results: Info files should be found in %{_infodir} in the install step. Additional info:
Created attachment 47465 [details] Patch to specfile to fix bug
Fixed in release 7. Thanks, Florian La Roche