Author: arekm Date: Sat May 19 18:17:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - nfy
---- Files affected: SPECS: mipv6.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mipv6.spec diff -u /dev/null SPECS/mipv6.spec:1.1 --- /dev/null Sat May 19 20:17:30 2007 +++ SPECS/mipv6.spec Sat May 19 20:17:25 2007 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: MIPL Mobile IPv6 +Name: mipv6 +Version: 2.0.2 +Release: 0.1 +License: GPL +Group: Networking/Daemons +Source0: http://www.mobile-ipv6.org/software/download/%{name}-%{version}.tar.gz +# Source0-md5: 2cf58dca0ab3c38223e25dbecba8ed37 +URL: http://www.mobile-ipv6.org/ +BuildRequires: openssl-devel >= 0.9.7d +BuildRequires: rpmbuild(macros) >= 1.268 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +MIPL Mobile IPv6 for Linux is an implementation of the Mobility +Support in IP version 6 (RFC 3775). + +%prep +%setup -q + +%build +%configure \ + --enable-vt +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS BUGS INSTALL* NEWS README* THANKS + +%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 2007/05/19 18:17:25 arekm +- nfy + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
