freeradius/freeradius.spec

changeset 306
cc6a45887422
parent 48
e12fbbfbe80e
child 307
937b4de09dc1
     1.1 --- a/freeradius/freeradius.spec	Wed Feb 16 18:17:11 2011 +0100
     1.2 +++ b/freeradius/freeradius.spec	Sat Feb 19 00:04:57 2011 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  ##
     1.5  ##  freeradius.spec -- OpenPKG RPM Package Specification
     1.6 -##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     1.7 +##  Copyright (c) 2000-2010 OpenPKG Foundation e.V. <http://openpkg.net/>
     1.8  ##
     1.9  ##  Permission to use, copy, modify, and distribute this software for
    1.10  ##  any purpose with or without fee is hereby granted, provided that
    1.11 @@ -34,8 +34,8 @@
    1.12  Class:        EVAL
    1.13  Group:        RADIUS
    1.14  License:      GPL
    1.15 -Version:      2.1.3
    1.16 -Release:      20090106
    1.17 +Version:      2.1.10
    1.18 +Release:      20100929
    1.19  
    1.20  #   package options
    1.21  %option       with_mysql     no
    1.22 @@ -49,10 +49,8 @@
    1.23  Patch0:       freeradius.patch
    1.24  
    1.25  #   build information
    1.26 -Prefix:       %{l_prefix}
    1.27 -BuildRoot:    %{l_buildroot}
    1.28 -BuildPreReq:  OpenPKG, openpkg >= 20060823, make, gcc, libtool
    1.29 -PreReq:       OpenPKG, openpkg >= 20060823
    1.30 +BuildPreReq:  OpenPKG, openpkg >= 20100101, make, gcc, libtool
    1.31 +PreReq:       OpenPKG, openpkg >= 20100101
    1.32  BuildPreReq:  perl, openssl, gdbm, readline
    1.33  PreReq:       perl, openssl, gdbm, readline
    1.34  %if "%{with_mysql}" == "yes"
    1.35 @@ -71,8 +69,6 @@
    1.36  BuildPreReq:  snmp
    1.37  PreReq:       snmp
    1.38  %endif
    1.39 -AutoReq:      no
    1.40 -AutoReqProv:  no
    1.41  
    1.42  %description
    1.43      FreeRADIUS is one of the most modular and featureful RADIUS servers
    1.44 @@ -119,7 +115,7 @@
    1.45          --with-logdir=%{l_prefix}/var/freeradius \
    1.46          --with-radacctdir=%{l_prefix}/var/freeradius \
    1.47          --with-raddbdir=%{l_prefix}/etc/freeradius \
    1.48 -        --without-threads \
    1.49 +        --with-threads \
    1.50          --with-openssl-includes=%{l_prefix}/include/openssl \
    1.51          --with-openssl-libraries=%{l_prefix}/lib/ \
    1.52          --with-rlm_perl \
    1.53 @@ -179,7 +175,6 @@
    1.54  
    1.55  %install
    1.56      #   install package
    1.57 -    rm -rf $RPM_BUILD_ROOT
    1.58      %{l_shtool} mkdir -f -p -m 755 \
    1.59          $RPM_BUILD_ROOT%{l_prefix}/lib/freeradius
    1.60      %{l_make} %{l_mflags} install \
    1.61 @@ -215,5 +210,4 @@
    1.62  %files -f files
    1.63  
    1.64  %clean
    1.65 -    rm -rf $RPM_BUILD_ROOT
    1.66  

mercurial