Skip to content

Commit

Permalink
Fix problems in RPM spec file.
Browse files Browse the repository at this point in the history
Specifically, remove an unneeded dependency on libuuid and fix up
set of doc files to be installed to match reality.

Tested on CentOS 6.
  • Loading branch information
bmah888 committed Jul 7, 2015
1 parent 466a86f commit ba6cd6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iperf3.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%if 0%{?el5}
BuildRequires: e2fsprogs-devel
%else
BuildRequires: libuuid-devel
%endif

%description
Expand Down Expand Up @@ -45,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS INSTALL
%%doc README.md INSTALL LICENSE RELEASE_NOTES
%{_mandir}/man1/iperf3.1.gz
%{_mandir}/man3/libiperf.3.gz
%{_bindir}/iperf3
Expand Down

0 comments on commit ba6cd6a

Please sign in to comment.