Summary: A library for writing radius clients Name: radiusclient Version: 0.3.2 Release: 2 Group: System Environment/Libraries License: Various URL: ftp://ftp.cityline.net/pub/radiusclient Source0: ftp://ftp.cityline.net/pub/radiusclient/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Patch0: radiusclient-attrib.patch %description radiusclient is a framework and library for writing RADIUS clients. The distribution contains a flexible RADIUS aware login replacement, a command line program to send RADIUS accounting records and a utility to query the status of a (Merit) RADIUS server. All these programs are based on a library which lets you develop your own RADIUS aware application in less than 50 lines of C code. %package devel Summary: Development package file %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel radiusclient is a framework and library for writing RADIUS clients. This package contains the development files. %prep %setup -q %patch0 -p1 -b radiusclient-attrib.patch %build %configure --enable-shadow make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc BUGS CHANGES COPYRIGHT README README.radexample %{_sbindir}/login.radius %{_sbindir}/radacct %{_sbindir}/radexample %{_sbindir}/radlogin %{_sbindir}/radstatus %{_libdir}/libradiusclient.so.* %files devel %defattr(-,root,root,-) %{_libdir}/libradiusclient.a %{_libdir}/libradiusclient.la %{_libdir}/libradiusclient.so %{_includedir}/* %changelog * Tue May 3 2005 Paul Dwerryhouse = 0.3.2-2 - Removed hard coded paths from spec * Sun Apr 17 2005 Paul Dwerryhouse = 0.3.2-1 - Initial build