@@ -1,103 +1,106 | |||||
1 |
%global upstream_name socexplorer-plugins-0.6- |
|
1 | %global upstream_name socexplorer-plugins-0.6-4 | |
2 |
|
2 | |||
3 | Name: socexplorer-plugins |
|
3 | Name: socexplorer-plugins | |
4 | Version: 0.6 |
|
4 | Version: 0.6 | |
5 |
Release: |
|
5 | Release: 4%{?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 | |
9 | URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer |
|
9 | URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer | |
10 | Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/381/%{upstream_name}.zip |
|
10 | Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/381/%{upstream_name}.zip | |
11 |
|
11 | |||
12 | BuildRequires: python2-devel |
|
12 | BuildRequires: python2-devel | |
13 | BuildRequires: qt5-qtbase-devel |
|
13 | BuildRequires: qt5-qtbase-devel | |
14 | BuildRequires: qt5-qtwebkit-devel |
|
14 | BuildRequires: qt5-qtwebkit-devel | |
15 | BuildRequires: qt5-qttools-static |
|
15 | BuildRequires: qt5-qttools-static | |
16 | BuildRequires: qt5-qttools-devel |
|
16 | BuildRequires: qt5-qttools-devel | |
17 | BuildRequires: qt5-qtsvg-devel |
|
17 | BuildRequires: qt5-qtsvg-devel | |
18 | BuildRequires: qt5-qtxmlpatterns-devel |
|
18 | BuildRequires: qt5-qtxmlpatterns-devel | |
19 | BuildRequires: elfutils-libelf-devel |
|
19 | 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 |
|
23 | Requires: socexplorer = 0.6 | |
24 | Requires: qt5-pythonqt |
|
24 | Requires: qt5-pythonqt | |
25 | Requires: python2 |
|
25 | Requires: python2 | |
26 | Requires: qt5-qtwebkit |
|
26 | Requires: qt5-qtwebkit | |
27 | Requires: qt5-qttools |
|
27 | Requires: qt5-qttools | |
28 | Requires: qt5-qtsvg |
|
28 | Requires: qt5-qtsvg | |
29 | Requires: qt5-qtxmlpatterns |
|
29 | Requires: qt5-qtxmlpatterns | |
30 | Requires: elfutils-libelf |
|
30 | Requires: elfutils-libelf | |
31 |
|
31 | |||
32 | %description |
|
32 | %description | |
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. |
|
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. | |
34 | You will get: |
|
34 | You will get: | |
35 | - AHB UART plugin |
|
35 | - AHB UART plugin | |
36 | - APB UART plugin |
|
36 | - APB UART plugin | |
37 | - AMBA plugin |
|
37 | - AMBA plugin | |
38 | - DSU3 plugin |
|
38 | - DSU3 plugin | |
39 | - Generic rw plugin |
|
39 | - Generic rw plugin | |
40 | - Memcheck & Memectr plugins |
|
40 | - Memcheck & Memectr plugins | |
41 |
|
41 | |||
42 | %prep |
|
42 | %prep | |
43 | %setup -q -n %{upstream_name} |
|
43 | %setup -q -n %{upstream_name} | |
44 |
|
44 | |||
45 | %build |
|
45 | %build | |
46 | %{_qt5_qmake} |
|
46 | %{_qt5_qmake} | |
47 |
|
47 | |||
48 | make %{?_smp_mflags} |
|
48 | make %{?_smp_mflags} | |
49 |
|
49 | |||
50 | %install |
|
50 | %install | |
51 | make install INSTALL_ROOT=%{buildroot} |
|
51 | make install INSTALL_ROOT=%{buildroot} | |
52 |
|
52 | |||
53 | %post -p /sbin/ldconfig |
|
53 | %post -p /sbin/ldconfig | |
54 |
|
54 | |||
55 | %postun -p /sbin/ldconfig |
|
55 | %postun -p /sbin/ldconfig | |
56 |
|
56 | |||
57 | %files |
|
57 | %files | |
58 | %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so* |
|
58 | %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so* | |
59 | %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so* |
|
59 | %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so* | |
60 | %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so* |
|
60 | %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so* | |
61 | %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so* |
|
61 | %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so* | |
62 | %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so* |
|
62 | %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so* | |
63 | %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so* |
|
63 | %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so* | |
64 | %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so* |
|
64 | %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so* | |
65 | %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so* |
|
65 | %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so* | |
66 |
|
66 | |||
67 | %changelog |
|
67 | %changelog | |
68 |
* |
|
68 | * Mon Oct 12 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-4 | |
|
69 | - Added DSU3 cache status readout. | |||
|
70 | ||||
|
71 | * Tue Sep 8 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-3 | |||
69 | - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin. |
|
72 | - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin. | |
70 |
|
73 | |||
71 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
74 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-2 | |
72 | - Improved ds3plugin. |
|
75 | - Improved ds3plugin. | |
73 |
|
76 | |||
74 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
77 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-1 | |
75 | - Fix some remaining mistakes. |
|
78 | - Fix some remaining mistakes. | |
76 |
|
79 | |||
77 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
80 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-0 | |
78 | -Uses r53 as source. |
|
81 | -Uses r53 as source. | |
79 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. |
|
82 | -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python. | |
80 |
|
83 | |||
81 | * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5 |
|
84 | * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5 | |
82 | -Uses r51 as source. |
|
85 | -Uses r51 as source. | |
83 |
|
86 | |||
84 | * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
87 | * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
85 | -Uses r50 as source. |
|
88 | -Uses r50 as source. | |
86 |
|
89 | |||
87 | * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
90 | * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
88 | -Uses r49 as source. |
|
91 | -Uses r49 as source. | |
89 |
|
92 | |||
90 | * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
93 | * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
91 | -Uses r48 as source. |
|
94 | -Uses r48 as source. | |
92 |
|
95 | |||
93 | * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
96 | * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
94 | -Uses r45 as source. |
|
97 | -Uses r45 as source. | |
95 |
|
98 | |||
96 | * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
99 | * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
97 | -Uses r44 as source. |
|
100 | -Uses r44 as source. | |
98 |
|
101 | |||
99 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
102 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
100 | - Uses r42 as source. |
|
103 | - Uses r42 as source. | |
101 |
|
104 | |||
102 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
105 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
103 | - Initial Fedora packaging |
|
106 | - Initial Fedora packaging |
General Comments 0
You need to be logged in to leave comments.
Login now