Author: aredridel                    Date: Sat Aug 27 15:08:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/ndisc6.spec
diff -u /dev/null SPECS/ndisc6.spec:1.1
--- /dev/null   Sat Aug 27 17:08:04 2005
+++ SPECS/ndisc6.spec   Sat Aug 27 17:07:59 2005
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+#
+Summary:       Neighbor Discovery tools for IPv6
+Name:          ndisc6
+Version:       0.1.5
+Release:       1
+License:       GPLv2
+Group:         Networking/Admin
+Source0:       
http://people.via.ecp.fr/~rem/ndisc6/v0.1/%{name}-%{version}.tar.bz2
+# Source0-md5: 349de20ade093e2e4017a1ad1009b6b2
+URL:           http://people.via.ecp.fr/~rem/ndisc6/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that 
perform ICMPv6 Neighbor Discovery and ICMPv6 Router Discovery respectively. It 
is primarily meant for IPv6 networking diagnostics or to detect rogue IPv6 
nodes or routers on an Ethernet segment.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install ndisc6 rdisc6 $RPM_BUILD_ROOT%{_sbindir}
+install ndisc6.8 rdisc6.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/27 15:07:59  aredridel
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to