%global upstream_name socexplorer-plugins-0.7-7 Name: socexplorer-plugins Version: 0.7 Release: 7%{?dist} Summary: Base plugins for SocExplorer. Group: Development/Tools License: GPLv2 URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/381/%{upstream_name}.zip BuildRequires: python2-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtwebkit-devel BuildRequires: qt5-qttools-static BuildRequires: qt5-qttools-devel BuildRequires: qt5-qtsvg-devel BuildRequires: qt5-qtxmlpatterns-devel BuildRequires: elfutils-libelf-devel BuildRequires: qt5-pythonqt-devel BuildRequires: socexplorer-devel = 0.7 Requires: socexplorer = 0.7 Requires: qt5-pythonqt Requires: python2 Requires: qt5-qtwebkit Requires: qt5-qttools Requires: qt5-qtsvg Requires: qt5-qtxmlpatterns Requires: elfutils-libelf %description SocExplorer is an open source generic System On Chip testing software/framework. This package contains the base plugins for SocExplorer such as AHBUARTplugin for connecting to any grlib based design with an AHBUART. You will get: - AHB UART plugin - APB UART plugin - AMBA plugin - DSU3 plugin - Generic rw plugin - Memcheck & Memectr plugins %global debug_package %{nil} %prep %setup -q -n %{upstream_name} %build %{_qt5_qmake} make %{?_smp_mflags} %install make install INSTALL_ROOT=%{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so* %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so* %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so* %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so* %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so* %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so* %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so* %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so* %changelog * Tue Dec 13 2016 Alexis Jeandet - 0.7-7 SpwPlugin: checks now if conected before disconnect. Disconnects before connect if alredy connected. Memchecker: Uses SocExplorerEngine implementation of memory size measurement. * Fri Dec 9 2016 Alexis Jeandet - 0.7-6 - dsu3plugin: Increase tempo on memwash. * Fri Dec 9 2016 Alexis Jeandet - 0.7-5 - SpwPlugin: Try to fix thread terminaison. * Fri Dec 9 2016 Alexis Jeandet - 0.7-4 - dsu3plugin: Added automatic Stack Pointer setting. Skip on unknown memory controller. * Fri May 13 2016 Alexis Jeandet - 0.7-3 - Fixed another segfault on SpwPlugin. * Fri May 13 2016 Alexis Jeandet - 0.7-2 - Fixed another segfault on SpwPlugin. * Thu Apr 21 2016 Alexis Jeandet - 0.7-1 - Fixed segfault on SpwPlugin. * Wed Apr 20 2016 Alexis Jeandet - 0.7-0 - Updated to SocExplorer 0.7, some work on spwplugin merged. * Mon Oct 12 2015 Alexis Jeandet - 0.6-4 - Added DSU3 cache status readout. * Tue Sep 8 2015 Alexis Jeandet - 0.6-3 - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin. * Fri Apr 3 2015 Alexis Jeandet - 0.6-2 - Improved ds3plugin. * Fri Apr 3 2015 Alexis Jeandet - 0.6-1 - Fix some remaining mistakes. * Thu Apr 2 2015 Alexis Jeandet - 0.6-0 -Uses r53 as source. -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. * Thu Mar 26 2015 Alexis Jeandet - 0.5 -Uses r51 as source. * Wed Mar 25 2015 Alexis Jeandet - 0.4 -Uses r50 as source. * Fri Mar 20 2015 Alexis Jeandet - 0.4 -Uses r49 as source. * Mon Mar 9 2015 Alexis Jeandet - 0.4 -Uses r48 as source. * Wed Feb 18 2015 Alexis Jeandet - 0.4 -Uses r45 as source. * Tue Feb 10 2015 Alexis Jeandet - 0.4 -Uses r44 as source. * Tue Dec 30 2014 Alexis Jeandet - 0.4 - Uses r42 as source. * Sat Jun 28 2014 Alexis Jeandet - 0.4 - Initial Fedora packaging