##// END OF EJS Templates
Ready to package
jeandet -
r56:065bb0f80961 socexplorer-plugins-0.6-1 default
parent child
Show More
@@ -1,84 +1,96
1 %global upstream_name socexplorer-plugins-0.6-0
1 %global upstream_name socexplorer-plugins-0.6-1
2 2
3 3 Name: socexplorer-plugins
4 4 Version: 0.6
5 Release: 0%{?dist}
5 Release: 1%{?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.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 32 %description
24 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 34 You will get:
26 35 - AHB UART plugin
27 36 - APB UART plugin
28 37 - AMBA plugin
29 38 - DSU3 plugin
30 39 - Generic rw plugin
31 40 - Memcheck & Memectr plugins
32 41
33 42 %prep
34 43 %setup -q -n %{upstream_name}
35 44
36 45 %build
37 46 %{_qt5_qmake}
38 47
39 48 make %{?_smp_mflags}
40 49
41 50 %install
42 51 make install INSTALL_ROOT=%{buildroot}
43 52
44 53 %post -p /sbin/ldconfig
45 54
46 55 %postun -p /sbin/ldconfig
47 56
48 57 %files
49 58 %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so*
50 59 %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so*
51 60 %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so*
52 61 %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so*
53 62 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
54 63 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
55 64 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
56 65
57 66 %changelog
67 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
68 - Fix some remaining mistakes.
69
58 70 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
59 71 -Uses r53 as source.
60 72 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
61 73
62 74 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
63 75 -Uses r51 as source.
64 76
65 77 * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
66 78 -Uses r50 as source.
67 79
68 80 * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
69 81 -Uses r49 as source.
70 82
71 83 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
72 84 -Uses r48 as source.
73 85
74 86 * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
75 87 -Uses r45 as source.
76 88
77 89 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
78 90 -Uses r44 as source.
79 91
80 92 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
81 93 - Uses r42 as source.
82 94
83 95 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
84 96 - Initial Fedora packaging
General Comments 0
You need to be logged in to leave comments. Login now