##// END OF EJS Templates
Ready for packaging
jeandet -
r67:262a79eb1d04 socexplorer-plugins-0.6-3 default
parent child
Show More
@@ -1,8 +1,8
1 %global upstream_name socexplorer-plugins-0.6-2
1 %global upstream_name socexplorer-plugins-0.6-3
2 2
3 3 Name: socexplorer-plugins
4 4 Version: 0.6
5 Release: 2%{?dist}
5 Release: 3%{?dist}
6 6 Summary: Base plugins for SocExplorer.
7 7 Group: Development/Tools
8 8 License: GPLv2
@@ -62,8 +62,12 make install INSTALL_ROOT=%{buildroot}
62 62 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
63 63 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
64 64 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
65 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
65 66
66 67 %changelog
68 * Tue Sep 8 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
69 - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin.
70
67 71 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
68 72 - Improved ds3plugin.
69 73
@@ -24,10 +24,10 DEFINES += driver_can_be_child=0
24 24 DEFINES += driver_VID=0
25 25 DEFINES += driver_PID=0
26 26
27 STARTDUNDEEPATH=/home/spacewire/usb/spw_usb_driver_v2.68/
27 #STARTDUNDEEPATH=/home/spacewire/usb/spw_usb_driver_v2.68/
28 28
29 LIBS += $$STARTDUNDEEPATH/lib/x86_64/libSpaceWireUSBAPI.so \
30 $$STARTDUNDEEPATH/lib/x86_64/libConfigLibraryUSB.so
29 #LIBS += $$STARTDUNDEEPATH/lib/x86_64/libSpaceWireUSBAPI.so \
30 # $$STARTDUNDEEPATH/lib/x86_64/libConfigLibraryUSB.so
31 31
32 32 INCLUDEPATH += \
33 33 $${PWD} \
General Comments 0
You need to be logged in to leave comments. Login now