SPECS (AC-branch): iproute2.spec - added missing files (by Pawel N...
twittner
twittner at pld-linux.org
Thu Mar 15 20:50:10 CET 2007
Author: twittner Date: Thu Mar 15 19:50:10 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- added missing files (by Pawel Nogas)
---- Files affected:
SPECS:
iproute2.spec (1.153 -> 1.153.2.1)
---- Diffs:
================================================================
Index: SPECS/iproute2.spec
diff -u SPECS/iproute2.spec:1.153 SPECS/iproute2.spec:1.153.2.1
--- SPECS/iproute2.spec:1.153 Tue Jan 10 22:16:48 2006
+++ SPECS/iproute2.spec Thu Mar 15 20:50:05 2007
@@ -113,7 +113,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 \
@@ -128,6 +128,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
@@ -140,6 +141,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)
@@ -152,6 +155,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.153.2.1 2007/03/15 19:50:05 twittner
+- added missing files (by Pawel Nogas)
+
Revision 1.153 2006/01/10 21:16:48 arekm
- updated to 2.6.15-060110
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/iproute2.spec?r1=1.153&r2=1.153.2.1&f=u
More information about the pld-cvs-commit
mailing list