Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
iperf3
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
Renamed
iperf3.changes
[-]
[+]
Changed
iperf3.spec
^
@@ -51,11 +51,11 @@ Note that iperf3 is NOT backwards compatible with the original iperf. -%package -n lib%{name}%{soname} +%package -n lib%{srcname}%{soname} Summary: A library to measure network performance Group: Development/Libraries/C and C++ -%description -n lib%{name}%{soname} +%description -n lib%{srcname}%{soname} lib%{name} gives you access to all the functionality of the iperf3 network testing tool. You can build it directly into your own program, instead of having @@ -92,9 +92,9 @@ %install make DESTDIR=%{buildroot} install %{?_smp_mflags} -%post -n lib%{name}%{soname} -p /sbin/ldconfig +%post -n lib%{srcname}%{soname} -p /sbin/ldconfig -%postun -n lib%{name}%{soname} -p /sbin/ldconfig +%postun -n lib%{srcname}%{soname} -p /sbin/ldconfig %files %defattr(-, root, root) @@ -102,7 +102,7 @@ %{_bindir}/%{name} %doc %{_mandir}/man1/%{name}.1%{ext_man} -%files -n lib%{name}%{soname} +%files -n lib%{srcname}%{soname} %defattr(-, root, root) %doc LICENSE %{_libdir}/lib%{srcname}.so.*