SPECS: openlldp.spec - cosmetics - confirmed it works on x86, rel 1

glen glen at pld-linux.org
Fri Jan 11 14:32:11 CET 2008


Author: glen                         Date: Fri Jan 11 13:32:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics
- confirmed it works on x86, rel 1

---- Files affected:
SPECS:
   openlldp.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/openlldp.spec
diff -u SPECS/openlldp.spec:1.4 SPECS/openlldp.spec:1.5
--- SPECS/openlldp.spec:1.4	Sun Nov 25 22:52:05 2007
+++ SPECS/openlldp.spec	Fri Jan 11 14:32:05 2008
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
+%define		subver	alpha
+%define		rel	1
 Summary:	Open Source implementation of IEEE 802.1AB
 Name:		openlldp
-%define		_rc	alpha
-%define		rel	0.5
 Version:	0.3
-Release:	0.%{_rc}.%{rel}
+Release:	0.%{subver}.%{rel}
 License:	GPL
 Group:		Networking
-Source0:	http://dl.sourceforge.net/openlldp/%{name}-%{version}%{_rc}.tar.gz
+Source0:	http://dl.sourceforge.net/openlldp/%{name}-%{version}%{subver}.tar.gz
 # Source0-md5:	131abc8c2563d33c4537d1c6dcb5c121
 Source1:	%{name}-lldp.8
 Patch0:		%{name}-noproc.patch
@@ -20,17 +20,18 @@
 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.
+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}
+%setup -q -n %{name}-%{version}%{subver}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
@@ -50,7 +51,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man8/lldp.8
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man8/lldp.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +68,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008-01-11 13:32:05  glen
+- cosmetics
+- confirmed it works on x86, rel 1
+
 Revision 1.4  2007-11-25 21:52:05  blues
 - testing
 
@@ -78,4 +83,3 @@
 
 Revision 1.1  2007-11-20 15:00:20  blues
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openlldp.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list