Problem with spec file
Brought to you by:
mshibla
The spec file needs the following changes:
install gres.1* $RPM_BUILD_ROOT%{man_loc}
%attr(0644, root, root) %{man_loc}/gres.1*
instead of
install gres.1 $RPM_BUILD_ROOT%{man_loc}
%attr(0644, root, root) %{man_loc}/gres.1
This is needed for Mandrake systems which have a version of rpm which uses spec-helper. Spec-helper causes doc files to be compressed using bzip2.
Let me know if you have any questions. steveo@world.std.com