]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- readded tc-hfsc(7) man page
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Aug 2012 19:19:40 +0000 (21:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Aug 2012 19:19:40 +0000 (21:19 +0200)
iproute2.spec

index 7abc6fee649c852e1eac5ad36ccc9ba9ed391131..215de4b4c3fcc2a99a393bb1b1c8b21b00b49d00 100644 (file)
@@ -156,6 +156,9 @@ install -d $RPM_BUILD_ROOT%{_includedir}
        LIBDIR=%{_libdir} \
        DESTDIR=$RPM_BUILD_ROOT
 
+# omitted by make install
+install -Dp man/man7/tc-hfsc.7 $RPM_BUILD_ROOT%{_mandir}/man7/tc-hfsc.7
+
 # arpd is not packaged here
 %{__rm} $RPM_BUILD_ROOT%{_sbindir}/arpd $RPM_BUILD_ROOT%{_mandir}/man8/arpd.8
 
@@ -215,6 +218,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/tc
 %attr(755,root,root) %{_libdir}/tc/*.so
 %{_libdir}/tc/*.dist
+%{_mandir}/man7/tc-hfsc.7*
 %{_mandir}/man8/tc.8*
 %{_mandir}/man8/tc-*.8*
 %endif
This page took 0.154403 seconds and 4 git commands to generate.