##// END OF EJS Templates
Ready to package
jeandet -
r56:065bb0f80961 socexplorer-plugins-0.6-1 default
parent child
Show More
@@ -1,8 +1,8
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
@@ -20,6 +20,15 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:
@@ -55,6 +64,9 make install INSTALL_ROOT=%{buildroot}
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.
General Comments 0
You need to be logged in to leave comments. Login now