Author: kosmo Date: Wed Apr 9 20:13:30 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial version
---- Files affected: SPECS: libeap-ikev2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libeap-ikev2.spec diff -u /dev/null SPECS/libeap-ikev2.spec:1.1 --- /dev/null Wed Apr 9 22:13:30 2008 +++ SPECS/libeap-ikev2.spec Wed Apr 9 22:13:25 2008 @@ -0,0 +1,102 @@ +# $Revision$, $Date$ +# +Summary: Implementation of the EAP-IKEv2 authentication method +Summary(pl.UTF-8): Implementacja metody uwierzytelnienia EAP-IKEv2 +Name: libeap-ikev2 +Version: 0.2.1 +Release: 1 +License: GPLv2 +Group: Libraries +Source0: http://dl.sourceforge.net/eap-ikev2/%{name}-%{version}.tar.gz +# Source0-md5: e8c4900ff9f2825e189be66c61d146f2 +URL: http://eap-ikev2.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: openssl-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +EAP-IKEv2 is an EAP authentication method based on the Internet Key +Exchange Protocol version 2 (IKEv2). It provides mutual authentication +and session key establishment between an EAP peer and an EAP server. +It supports authentication techniques that are based on asymmetric key +pairs, symmetric keys and passwords. + +%description -l pl.UTF-8 +EAP-IKEv2 jest protokĹem uwierzytelnienia pozwalającym na bezpieczne +uwierzytelnienie i wymianę kluczy sesji pomiędzy serwerem i klientem +EAP. Metoda ta bazuje na kluczach kryptograficznych i hasłach. + +%package devel +Summary: Header files for libeap-ikev2 library +Summary(pl.UTF-8): Pliki nagĹĂłwkowe bibliote libeap-ikev2 +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for libeap-ikev2 library. + +%description devel -l pl.UTF-8 +Pliki nagĹĂłwkowe bibliote libeap-ikev2. + +%package static +Summary: Static libeap-ikev2 library +Summary(pl.UTF-8): Statyczna biblioteka libeap-ikev2 +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libeap-ikev2 library. + +%description static -l pl.UTF-8 +Statyczna biblioteka libeap-ikev2. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} + +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_libdir}/libeap-ikev2.so.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libeap-ikev2.so +%{_libdir}/libeap-ikev2.la +%{_includedir}/EAPIKEv2 + +%files static +%defattr(644,root,root,755) +%{_libdir}/libeap-ikev2.a + +%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-04-09 20:13:25 kosmo +- initial version + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
