SPECS: openlldp.spec (NEW) - initial
blues
blues at pld-linux.org
Tue Nov 20 16:00:26 CET 2007
Author: blues Date: Tue Nov 20 15:00:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
openlldp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/openlldp.spec
diff -u /dev/null SPECS/openlldp.spec:1.1
--- /dev/null Tue Nov 20 16:00:26 2007
+++ SPECS/openlldp.spec Tue Nov 20 16:00:20 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: Open Source implementation of IEEE 802.1AB
+Name: openlldp
+%define _rc alpha
+%define rel 0.1
+Version: 0.3
+Release: 0.%{_rc}.%{rel}
+License: GPL
+Group: Networking
+Source0: http://dl.sourceforge.net/openlldp/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: 131abc8c2563d33c4537d1c6dcb5c121
+URL: http://openlldp.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The OpenLLDP project aims to provide a comprehensive implementation of the
+IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
+standard protocol designed to supplant proprietary Link-Layer protocols such
+as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
+Protocol). The goal of LLDP is to provide an inter-vendor compatible
+mechanism to deliver Link-Layer notifications to adjacent network devices.
+The Open Source implementation of LLDP provided by the OpenLLDP project is
+intended to help foster wider adoption of LLDP.
+
+%prep
+%setup -q -n %{name}-%{version}%{_rc}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__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 ChangeLog LICENSE README
+%attr(755,root,root) %{_sbindir}/lldpd
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007-11-20 15:00:20 blues
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list