Author: blues                        Date: Thu Sep 11 12:19:08 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterized OpenSuse spec...

---- Files affected:
SPECS:
   radsecproxy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/radsecproxy.spec
diff -u /dev/null SPECS/radsecproxy.spec:1.1
--- /dev/null   Thu Sep 11 14:19:08 2008
+++ SPECS/radsecproxy.spec      Thu Sep 11 14:19:02 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+######         Unknown group!
+Summary:       RADIUS proxy that in addition to to usual RADIUS UDP transport, 
also supports TLS (RadSec)
+Name:          radsecproxy
+Version:       1.1
+Release:       1.1
+License:       Artistic License
+Group:         Productivity/Networking/Radius/Clients
+URL:           http://software.uninett.no/radsecproxy/
+Source0:       %{name}-%{version}.tar.bz2
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+radsecproxy is a generic RADIUS proxy that in addition to to usual
+RADIUS UDP transport, also supports TLS (RadSec). The aim is for the
+proxy to have sufficient features to be flexible, while at the same
+time to be small, efficient and easy to configure. Currently the
+executable on Linux is only about 48 Kb, and it uses about 64 Kb
+(depending on the number of peers) while running.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-shadow \
+       --with-secure-path \
+
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%post
+%{run_ldconfig}
+
+%postun
+%{run_ldconfig}
+
+%clean
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf %{buildroot}
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING NEWS INSTALL AUTHORS ChangeLog
+#%config(noreplace) %{_sysconfdir}/radsecproxy.conf
+%attr(755,root,root) %{_sbindir}/radsecproxy
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_sysconfdir}/radsecproxy.conf-example
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/09/11 12:19:02  blues
+- adapterized OpenSuse spec...
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to