@@ -1,8 +1,8 | |||||
1 |
%global upstream_name socexplorer-plugins-0.6- |
|
1 | %global upstream_name socexplorer-plugins-0.6-1 | |
2 |
|
2 | |||
3 | Name: socexplorer-plugins |
|
3 | Name: socexplorer-plugins | |
4 | Version: 0.6 |
|
4 | Version: 0.6 | |
5 |
Release: |
|
5 | Release: 1%{?dist} | |
6 | Summary: Base plugins for SocExplorer. |
|
6 | Summary: Base plugins for SocExplorer. | |
7 | Group: Development/Tools |
|
7 | Group: Development/Tools | |
8 | License: GPLv2 |
|
8 | License: GPLv2 | |
@@ -20,6 +20,15 BuildRequires: elfutils-libelf-devel | |||||
20 | BuildRequires: qt5-pythonqt-devel |
|
20 | BuildRequires: qt5-pythonqt-devel | |
21 | BuildRequires: socexplorer-devel = 0.6 |
|
21 | BuildRequires: socexplorer-devel = 0.6 | |
22 |
|
22 | |||
|
23 | Requires: socexplorer = 0.6 | |||
|
24 | Requires: qt5-pythonqt | |||
|
25 | Requires: python2 | |||
|
26 | Requires: qt5-qtwebkit | |||
|
27 | Requires: qt5-qttools | |||
|
28 | Requires: qt5-qtsvg | |||
|
29 | Requires: qt5-qtxmlpatterns | |||
|
30 | Requires: elfutils-libelf | |||
|
31 | ||||
23 | %description |
|
32 | %description | |
24 | 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. |
|
33 | 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. | |
25 | You will get: |
|
34 | You will get: | |
@@ -55,6 +64,9 make install INSTALL_ROOT=%{buildroot} | |||||
55 | %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so* |
|
64 | %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so* | |
56 |
|
65 | |||
57 | %changelog |
|
66 | %changelog | |
|
67 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |||
|
68 | - Fix some remaining mistakes. | |||
|
69 | ||||
58 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
70 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
59 | -Uses r53 as source. |
|
71 | -Uses r53 as source. | |
60 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. |
|
72 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. |
General Comments 0
You need to be logged in to leave comments.
Login now