@@ -1,8 +1,8 | |||
|
1 |
%global upstream_name socexplorer-0.6- |
|
|
1 | %global upstream_name socexplorer-0.6-1 | |
|
2 | 2 | |
|
3 | 3 | Name: socexplorer |
|
4 | 4 | Version: 0.6 |
|
5 |
Release: |
|
|
5 | Release: 1%{?dist} | |
|
6 | 6 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. |
|
7 | 7 | Group: Development/Tools |
|
8 | 8 | License: GPLv2+ |
@@ -31,16 +31,29 Requires(post): qt5-qtxmlpatterns | |||
|
31 | 31 | Requires(post): elfutils-libelf |
|
32 | 32 | Requires(post): qt5-pythonqt |
|
33 | 33 | |
|
34 |
Provides: socexplorer = 0.6- |
|
|
35 |
Obsoletes: socexplorer < 0. |
|
|
34 | Provides: socexplorer = 0.6-1 | |
|
35 | Obsoletes: socexplorer < 0.6-0 | |
|
36 | 36 | |
|
37 | 37 | %description |
|
38 | 38 | SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device. |
|
39 | 39 | |
|
40 | 40 | %package devel |
|
41 |
Summary: |
|
|
42 |
Group: |
|
|
43 |
Requires: |
|
|
41 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. | |
|
42 | Group: Development/Tools | |
|
43 | Requires: %{name}%{?_isa} = %{version}-%{release} | |
|
44 | Requires: python2-devel | |
|
45 | Requires: qt5-qtbase-devel | |
|
46 | Requires: qt5-qtwebkit-devel | |
|
47 | Requires: qt5-qttools-static | |
|
48 | Requires: qt5-qttools-devel | |
|
49 | Requires: qt5-qtsvg-devel | |
|
50 | Requires: qt5-qtxmlpatterns-devel | |
|
51 | Requires: qt5-qtmultimedia-devel | |
|
52 | Requires: elfutils-libelf-devel | |
|
53 | Requires: qt5-pythonqt-devel | |
|
54 | Requires: mercurial | |
|
55 | Requires: appdata-tools | |
|
56 | Requires: desktop-file-utils | |
|
44 | 57 | |
|
45 | 58 | %description devel |
|
46 | 59 | Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework. |
@@ -304,6 +317,8 desktop-file-validate $RPM_BUILD_ROOT%{_ | |||
|
304 | 317 | |
|
305 | 318 | |
|
306 | 319 | %changelog |
|
320 | * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 | |
|
321 | - Fix some remaining mistakes. | |
|
307 | 322 | * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6 |
|
308 | 323 | -Uses r80 as source. |
|
309 | 324 | -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