]> git.pld-linux.org Git - packages/radsecproxy.git/blame - radsecproxy.spec
- init script
[packages/radsecproxy.git] / radsecproxy.spec
CommitLineData
3617ef69
PG
1Summary: RADIUS proxy that in addition to to usual RADIUS UDP transport, also supports TLS (RadSec)
2Name: radsecproxy
6ceb075a
PG
3Version: 1.2
4Release: 0.1
5License: GPLv2 or BSD
231bfe5c 6###### Unknown group!
3617ef69 7Group: Productivity/Networking/Radius/Clients
231bfe5c 8Source0: http://software.uninett.no/radsecproxy/%{name}-%{version}.tar.gz
6ceb075a 9# Source0-md5: e209054731b3316301d0920c15a0a5b2
3617ef69 10URL: http://software.uninett.no/radsecproxy/
3617ef69
PG
11BuildRequires: openssl-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15radsecproxy is a generic RADIUS proxy that in addition to to usual
16RADIUS UDP transport, also supports TLS (RadSec). The aim is for the
17proxy to have sufficient features to be flexible, while at the same
18time to be small, efficient and easy to configure. Currently the
19executable on Linux is only about 48 Kb, and it uses about 64 Kb
20(depending on the number of peers) while running.
21
22%prep
23%setup -q
24
25%build
26%configure \
27 --enable-shadow \
28 --with-secure-path \
29
3617ef69
PG
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
3617ef69 37%clean
231bfe5c 38rm -rf $RPM_BUILD_ROOT
3617ef69
PG
39
40%files
41%defattr(644,root,root,755)
42%doc COPYING NEWS INSTALL AUTHORS ChangeLog
43#%config(noreplace) %{_sysconfdir}/radsecproxy.conf
44%attr(755,root,root) %{_sbindir}/radsecproxy
45%{_mandir}/man1/*
46%{_mandir}/man5/*
47%{_sysconfdir}/radsecproxy.conf-example
This page took 0.06583 seconds and 4 git commands to generate.