##// END OF EJS Templates
Ready for packaging
Jeandet Alexis -
r98:635be06f6d81 default draft
parent child
Show More
@@ -1,132 +1,139
1 %global upstream_name socexplorer-plugins-0.7-6
1 %global upstream_name socexplorer-plugins-0.7-7
2
2
3 Name: socexplorer-plugins
3 Name: socexplorer-plugins
4 Version: 0.7
4 Version: 0.7
5 Release: 6%{?dist}
5 Release: 7%{?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.7
21 BuildRequires: socexplorer-devel = 0.7
22
22
23 Requires: socexplorer = 0.7
23 Requires: socexplorer = 0.7
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 %global debug_package %{nil}
42 %global debug_package %{nil}
43 %prep
43 %prep
44 %setup -q -n %{upstream_name}
44 %setup -q -n %{upstream_name}
45
45
46 %build
46 %build
47 %{_qt5_qmake}
47 %{_qt5_qmake}
48
48
49 make %{?_smp_mflags}
49 make %{?_smp_mflags}
50
50
51 %install
51 %install
52 make install INSTALL_ROOT=%{buildroot}
52 make install INSTALL_ROOT=%{buildroot}
53
53
54 %post -p /sbin/ldconfig
54 %post -p /sbin/ldconfig
55
55
56 %postun -p /sbin/ldconfig
56 %postun -p /sbin/ldconfig
57
57
58 %files
58 %files
59 %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so*
59 %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so*
60 %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so*
60 %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so*
61 %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so*
61 %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so*
62 %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so*
62 %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so*
63 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
63 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
64 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
64 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
65 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
65 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
66 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
66 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
67
67
68 %changelog
68 %changelog
69 * Tue Dec 13 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-7
70 SpwPlugin:
71 checks now if conected before disconnect.
72 Disconnects before connect if alredy connected.
73 Memchecker:
74 Uses SocExplorerEngine implementation of memory size measurement.
75
69 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-6
76 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-6
70 - dsu3plugin:
77 - dsu3plugin:
71 Increase tempo on memwash.
78 Increase tempo on memwash.
72
79
73 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-5
80 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-5
74 - SpwPlugin:
81 - SpwPlugin:
75 Try to fix thread terminaison.
82 Try to fix thread terminaison.
76
83
77 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-4
84 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-4
78 - dsu3plugin:
85 - dsu3plugin:
79 Added automatic Stack Pointer setting.
86 Added automatic Stack Pointer setting.
80 Skip on unknown memory controller.
87 Skip on unknown memory controller.
81
88
82 * Fri May 13 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-3
89 * Fri May 13 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-3
83 - Fixed another segfault on SpwPlugin.
90 - Fixed another segfault on SpwPlugin.
84
91
85 * Fri May 13 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-2
92 * Fri May 13 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-2
86 - Fixed another segfault on SpwPlugin.
93 - Fixed another segfault on SpwPlugin.
87
94
88 * Thu Apr 21 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-1
95 * Thu Apr 21 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-1
89 - Fixed segfault on SpwPlugin.
96 - Fixed segfault on SpwPlugin.
90
97
91 * Wed Apr 20 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-0
98 * Wed Apr 20 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-0
92 - Updated to SocExplorer 0.7, some work on spwplugin merged.
99 - Updated to SocExplorer 0.7, some work on spwplugin merged.
93
100
94 * Mon Oct 12 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-4
101 * Mon Oct 12 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-4
95 - Added DSU3 cache status readout.
102 - Added DSU3 cache status readout.
96
103
97 * Tue Sep 8 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-3
104 * Tue Sep 8 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-3
98 - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin.
105 - Added spwplugin, improved AHB plugn'play decoding, fixed GUI bug on spwplugin.
99
106
100 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-2
107 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-2
101 - Improved ds3plugin.
108 - Improved ds3plugin.
102
109
103 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-1
110 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-1
104 - Fix some remaining mistakes.
111 - Fix some remaining mistakes.
105
112
106 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-0
113 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6-0
107 -Uses r53 as source.
114 -Uses r53 as source.
108 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
115 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
109
116
110 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
117 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
111 -Uses r51 as source.
118 -Uses r51 as source.
112
119
113 * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
120 * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
114 -Uses r50 as source.
121 -Uses r50 as source.
115
122
116 * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
123 * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
117 -Uses r49 as source.
124 -Uses r49 as source.
118
125
119 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
126 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
120 -Uses r48 as source.
127 -Uses r48 as source.
121
128
122 * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
129 * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
123 -Uses r45 as source.
130 -Uses r45 as source.
124
131
125 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
132 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
126 -Uses r44 as source.
133 -Uses r44 as source.
127
134
128 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
135 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
129 - Uses r42 as source.
136 - Uses r42 as source.
130
137
131 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
138 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
132 - Initial Fedora packaging
139 - Initial Fedora packaging
General Comments 0
You need to be logged in to leave comments. Login now