[iperf/f16] include man page with build (BZ 756794)

Gabriel L. Somlo somlo at fedoraproject.org
Mon Nov 28 13:43:57 UTC 2011


commit faa96986108811b2658cb61b86612c6be6e81235
Author: Gabriel L. Somlo <somlo at hedwig.ini.cmu.edu>
Date:   Mon Nov 28 08:43:55 2011 -0500

    include man page with build (BZ 756794)

 iperf.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/iperf.spec b/iperf.spec
index f02a000..05c4301 100644
--- a/iperf.spec
+++ b/iperf.spec
@@ -1,6 +1,6 @@
 Name: iperf
 Version: 2.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
@@ -26,7 +26,7 @@ jitter, datagram loss.
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
+%make_install
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -35,8 +35,12 @@ jitter, datagram loss.
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README doc/*.gif doc/*.html
 %{_bindir}/iperf
+%{_mandir}/man*/*
 
 %changelog
+* Mon Nov 28 2011 Gabriel Somlo <somlo at cmu.edu> 2.0.5-3
+- include man page with build (BZ 756794)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list