]> git.pld-linux.org Git - packages/uhd.git/blobdiff - uhd.spec
new sonames
[packages/uhd.git] / uhd.spec
index 975710e260c5e046d525fdfb2edaaff3f5404fd8..3a154a7091d3646a2cabef4bfa536536841892aa 100644 (file)
--- a/uhd.spec
+++ b/uhd.spec
@@ -170,8 +170,7 @@ Biblioteka USRP Module Peripheral Manager dla Pythona.
 %{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' host/examples/python/*.py
 %{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' host/utils/{converter_benchmark.py,usrp2_{card_burner,card_burner_gui,recovery}.py}
 %{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' host/utils/latency/graph.py
-%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' mpm/python/{n3xx_bist,usrp_hwd.py,usrp_update_fs}
-%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' mpm/tools/mpm_{debug,shell}.py
+grep -rl '/usr/bin/env python3' . | xargs %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},'
 
 %build
 install -d build-{host,mpm}
@@ -268,7 +267,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libuhd.so.3.15.0
+%attr(755,root,root) %{_libdir}/libuhd.so.4.1.0
 %dir %{_libdir}/%{name}
 
 %files devel
@@ -317,7 +316,7 @@ rm -rf $RPM_BUILD_ROOT
 %files mpm-libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libusrp-periphs.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libusrp-periphs.so.3
+%attr(755,root,root) %ghost %{_libdir}/libusrp-periphs.so.4
 
 %files mpm-devel
 %defattr(644,root,root,755)
This page took 0.067729 seconds and 4 git commands to generate.