~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to redhat/freeradius.spec

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: High-performance and highly configurable RADIUS server
2
2
URL: http://www.freeradius.org/
3
3
Name: freeradius
4
 
Version: 1.0.1
5
 
Release: 1
 
4
Version: 1.1.3
 
5
Release: 0
6
6
License: GPL
7
7
Group: Networking/Daemons
8
8
Packager: FreeRADIUS.org
20
20
Livingston 2.0 RADIUS server, but has many more features, and is much
21
21
more configurable.
22
22
 
23
 
%prep 
 
23
%prep
24
24
%setup
25
25
 
26
26
%build
29
29
        --localstatedir=%{_localstatedir} \
30
30
        --sysconfdir=%{_sysconfdir} \
31
31
        --mandir=%{_mandir} \
32
 
        --with-threads \
33
 
        --with-thread-pool \
34
 
        --with-system-libtool \
35
32
        --disable-ltdl-install \
 
33
        --with-docdir=/usr/share/doc/freeradius-%{version} \
36
34
        --with-ltdl-lib=/usr/lib \
37
35
        --with-ltdl-include=/usr/include \
38
 
        --with-gnu-ld \
 
36
        --with-large-files --with-udpfromto --with-edir \
39
37
        --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
40
38
        --with-rlm-krb5-include-dir=/usr/kerberos/include \
41
39
        --with-rlm-krb5-lib-dir=/usr/kerberos/lib
100
98
 
101
99
%files
102
100
%defattr(-,root,root)
103
 
%doc doc/ChangeLog doc/README* todo/ COPYRIGHT INSTALL
 
101
%doc suse/README.SuSE
 
102
%doc doc/* LICENSE COPYRIGHT CREDITS README
 
103
%doc doc/examples/*
 
104
%doc scripts/create-users.pl scripts/CA.* scripts/certs.sh
 
105
%doc scripts/users2mysql.pl scripts/xpextensions
 
106
%doc scripts/cryptpasswd scripts/exec-program-wait scripts/radiusd2ldif.pl
104
107
%config /etc/pam.d/radius
105
108
%config /etc/logrotate.d/radiusd
106
109
%config /etc/rc.d/init.d/radiusd
115
118
%attr(0700,radiusd,radiusd) %dir /var/run/radiusd
116
119
 
117
120
%changelog
 
121
* Thu Dec 15 2004 Alan DeKok
 
122
- update for 1.1.0
 
123
 
118
124
* Mon May 31 2004 Paul Hampson
119
125
- update for 1.0.0 release
120
126