diff -r b6aedb07bed7 -r cc6a45887422 freeradius/freeradius.spec
--- a/freeradius/freeradius.spec Wed Feb 16 18:17:11 2011 +0100
+++ b/freeradius/freeradius.spec Sat Feb 19 00:04:57 2011 +0100
@@ -1,6 +1,6 @@
##
## freeradius.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
+## Copyright (c) 2000-2010 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -34,8 +34,8 @@
Class: EVAL
Group: RADIUS
License: GPL
-Version: 2.1.3
-Release: 20090106
+Version: 2.1.10
+Release: 20100929
# package options
%option with_mysql no
@@ -49,10 +49,8 @@
Patch0: freeradius.patch
# build information
-Prefix: %{l_prefix}
-BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20060823, make, gcc, libtool
-PreReq: OpenPKG, openpkg >= 20060823
+BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc, libtool
+PreReq: OpenPKG, openpkg >= 20100101
BuildPreReq: perl, openssl, gdbm, readline
PreReq: perl, openssl, gdbm, readline
%if "%{with_mysql}" == "yes"
@@ -71,8 +69,6 @@
BuildPreReq: snmp
PreReq: snmp
%endif
-AutoReq: no
-AutoReqProv: no
%description
FreeRADIUS is one of the most modular and featureful RADIUS servers
@@ -119,7 +115,7 @@
--with-logdir=%{l_prefix}/var/freeradius \
--with-radacctdir=%{l_prefix}/var/freeradius \
--with-raddbdir=%{l_prefix}/etc/freeradius \
- --without-threads \
+ --with-threads \
--with-openssl-includes=%{l_prefix}/include/openssl \
--with-openssl-libraries=%{l_prefix}/lib/ \
--with-rlm_perl \
@@ -179,7 +175,6 @@
%install
# install package
- rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/lib/freeradius
%{l_make} %{l_mflags} install \
@@ -215,5 +210,4 @@
%files -f files
%clean
- rm -rf $RPM_BUILD_ROOT