Author: glen Date: Tue Jan 22 12:35:13 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - raw update by Ilja Bobkevič
---- Files affected: SPECS: openlldp.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/openlldp.spec diff -u SPECS/openlldp.spec:1.5 SPECS/openlldp.spec:1.6 --- SPECS/openlldp.spec:1.5 Fri Jan 11 14:32:05 2008 +++ SPECS/openlldp.spec Tue Jan 22 13:35:08 2008 @@ -10,6 +10,8 @@ Source0: http://dl.sourceforge.net/openlldp/%{name}-%{version}%{subver}.tar.gz # Source0-md5: 131abc8c2563d33c4537d1c6dcb5c121 Source1: %{name}-lldp.8 +Source2: %{name}-lldp.init +Source3: %{name}-lldp.sysconfig Patch0: %{name}-noproc.patch Patch1: %{name}-bpf.patch Patch2: %{name}-lldp_main.patch @@ -47,11 +49,15 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_mandir}/man8 +install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig +install -d $RPM_BUILD_ROOT%{_sysconfdir}/init.d %{__make} install \ DESTDIR=$RPM_BUILD_ROOT cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man8/lldp.8 +cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/lldpd +cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/lldpd %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +66,8 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog LICENSE README %attr(755,root,root) %{_sbindir}/lldpd +%attr(754,root,root) %{_sysconfdir}/init.d/lldpd +%{_sysconfdir}/sysconfig/lldpd %{_mandir}/man8/*.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -68,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2008-01-22 12:35:08 glen +- raw update by Ilja Bobkevič + Revision 1.5 2008-01-11 13:32:05 glen - cosmetics - confirmed it works on x86, rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openlldp.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
