SPECS: iproute2.spec - added missing files (by Pawel Nogas)

twittner twittner at pld-linux.org
Thu Mar 15 20:56:53 CET 2007


Author: twittner                     Date: Thu Mar 15 19:56:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added missing files (by Pawel Nogas)

---- Files affected:
SPECS:
   iproute2.spec (1.162 -> 1.163) 

---- Diffs:

================================================================
Index: SPECS/iproute2.spec
diff -u SPECS/iproute2.spec:1.162 SPECS/iproute2.spec:1.163
--- SPECS/iproute2.spec:1.162	Tue Feb 13 09:06:35 2007
+++ SPECS/iproute2.spec	Thu Mar 15 20:56:48 2007
@@ -128,7 +128,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir},%{_mandir}/man8,%{_libdir},%{_includedir}}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir},%{_mandir}/man8,%{_libdir},%{_includedir},%{?with_tc:%{_libdir}/tc}}
 
 install ip/{ip,rtmon,routel} %{?with_tc:tc/tc} misc/{ifstat,lnstat,nstat,rtacct,ss} $RPM_BUILD_ROOT%{_sbindir}
 install etc/iproute2/rt_protos \
@@ -143,6 +143,7 @@
 
 install lib/libnetlink.a $RPM_BUILD_ROOT%{_libdir}
 install include/libnetlink.h $RPM_BUILD_ROOT%{_includedir}
+%{?with_tc:install tc/*.so $RPM_BUILD_ROOT%{_libdir}/tc}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -155,6 +156,8 @@
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %{_mandir}/man8/*
+%{?with_tc:%dir %{_libdir}/tc}
+%{?with_tc:%attr(755,root,root) %{_libdir}/tc/*.so}
 
 %files -n libnetlink-devel
 %defattr(644,root,root,755)
@@ -167,6 +170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.163  2007/03/15 19:56:48  twittner
+- added missing files (by Pawel Nogas)
+
 Revision 1.162  2007/02/13 08:06:35  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/iproute2.spec?r1=1.162&r2=1.163&f=u



More information about the pld-cvs-commit mailing list