https://bugzilla.redhat.com/show_bug.cgi?id=1049557 --- Comment #2 from Igor Gnatenko <i.gnatenko.brain@xxxxxxxxx> --- Fast look at spec: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %if 0%{?el5} %clean rm -rf %{buildroot} %endif and the same.... If you don't want to package it for EL5 - drop it. %defattr(-,root,root,-) Not needed since F18 or older. install -Dpm 0755 jpeginfo %{buildroot}/%{_bindir}/jpeginfo install -Dpm 0644 jpeginfo.1 %{buildroot}/%{_mandir}/man1/jpeginfo.1 Why you using this? why not %make_install, which identical to make install DESTDIR=%{buildroot} ? -- 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