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