<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-2">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Tadej sorry to answer you until now. This is what you have to do to
include the docs:<br>
<br>
1. Edit the freeradius.spec file<br>
<br>
2. Include the sed command as follow:<br>
%build<br>
CFLAGS="$RPM_OPT_FLAGS" \<br>
<font color="#ff0000">sed -i
"s@doc/freeradius@doc/freeradius-%{version}@" doc/Makefile
doc/examples/Makefile doc/rfc/Makefile</font><br>
<br>
3. Include the doc files as follow:<br>
%files<br>
%defattr(-,root,root)<br>
<font color="#ff0000">%doc doc/ChangeLog doc/README* todo/ COPYRIGHT
INSTALL<br>
%doc doc/Acct-Type doc/Autz-Type doc/CYGWIN doc/DIFFS<br>
%doc doc/MACOSX doc/OS2 doc/Post-Auth-Type doc/RADIUS-LDAP-eDirectory<br>
%doc doc/RADIUS-SQL.schema doc/Session-Type doc/Simultaneous-Use
doc/aaa.txt<br>
%doc doc/ascend doc/bay doc/bugs doc/cisco doc/coding-methods.txt
doc/configurable_failover<br>
%doc doc/duplicate-users doc/examples/* doc/ldap_howto.txt
doc/load-balance.txt doc/misc-nas<br>
%doc doc/module_interface doc/mssql doc/performance-testing<br>
%doc doc/processing_users_file doc/proxy doc/radrelay
doc/release-method.txt<br>
%doc doc/rfc/* doc/rlm* doc/supervise-radiusd.txt doc/tuning_guide
doc/variables.txt<br>
</font><br>
I hope this help you to build the packet.<br>
<br>
The only problema that I have at this time is that the RPM isn't
including all the libs that it needs to install it.<br>
<br>
Regards<br>
<br>
Alberto Cruz<br>
Tadej Bregar wrote:<br>
<blockquote type="cite" cite="mid4499C900.8010006@guest.arnes.si">Hello,
  <br>
I'm struggling to build a RPM package on RHEL 4 also (based on
freeradius.spec file), I have tried adding sed line as suggested in on
of the previous posts and also suggested %doc lines, but with no
success.
  <br>
  <br>
How do i have to modify freeradius.spec file to build it successfully?
  <br>
  <br>
Has anyone (besides Alberto Cruz) also managed to build RPM on RHEL 4?
  <br>
  <br>
Thanky for any info,
  <br>
Tadej Bregar
  <br>
- List info/subscribe/unsubscribe? See
<a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>
  <br>
  <br>
</blockquote>
</body>
</html>