curl-users
RedHat 7 RPMS
Date: Sun, 29 Oct 2000 11:35:26 -0800
Hi all,
If you want to rebuild one of my source RPMS for RedHat 7, you'll first
need to install the .src.rpm, and then change two lines in the %files
and %files devel section; RedHat has moved the location of the man
pages, so the spec is looking for them where they're not found.
Look for the following lines:
%attr(0644,root,root) %{prefix}/man/man1/*
...
%attr(0644,root,root) %{prefix}/man/man3/*
and change them to:
%attr(0644,root,root) %{prefix}/share/man/man1/*
...
%attr(0644,root,root) %{prefix}/share/man/man3/*
then do a "rpm -ba curl[-ssl].spec" and all should be fine.
Unfortunately (well, fortunately in my opinion) I haven't upgraded any
systems to RH7, so I'm not able to build binaries for folks. I
currently don't have any plans for upgrading to RH7...
-te
-- Troy Engel :: KeyID DF3D5207 Perl is just another tool in the Unix toolbox. Perl does one thing, and it does it well: it gets out of your face. - Larry WallReceived on 2000-10-29