https://bugzilla.redhat.com/show_bug.cgi?id=1346407

Simone Caronni <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo-                   |



--- Comment #8 from Simone Caronni <[email protected]> ---
Can you please replace the build and install section with this?

%install
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
install -p -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%license COPYING
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

If you execute make install you need to remove (patch/sed) the additional
CFLAGS from the Makefile and re-export the same CFLAGS in the install section
or the target is different and things get relinked.

Man page can be installed uncompressed as RPM at assemble time compresses those
before packing the RPM.

With the above changes, the package builds fine on all rawhide architectures
without another build taking place in the install section.

Also, version 0.07.05 has come out, please update :)

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to