##// END OF EJS Templates
Updated rpm spec files for Fedora 23
Alexis Jeandet -
r104:15a9528f5add socexplorer-0.6-4 0.6
parent child
Show More
@@ -1,174 +1,174
1 1 SOCEXPLORER_ROOT = \"$${PWD}/../..\"
2 2
3 3 include($${PWD}/../../build_cfg/socexplorer.pri)
4 4
5 5 TARGET = socexplorerengine$${DEBUG_EXT}
6 6 TEMPLATE = lib
7 7
8 8 #more verbose plugin loader to debug plugin loading issues such as dependencies issues
9 9 SOCEXPLORER_PLUGIN_LOADER="custom"
10 10
11 11 SOCEXPLORER_CHAGESETNUM=$$system(hg id)
12 12 isEmpty(SOCEXPLORER_CHAGESETNUM){
13 SOCEXPLORER_CHAGESETNUM=3440ba47d0f1+
13 SOCEXPLORER_CHAGESETNUM=c258386c3c39+
14 14 }
15 15 SOCEXPLORER_CHAGESETNUMSTR = '\\"$${SOCEXPLORER_CHAGESETNUM}\\"'
16 16 SOCEXPLORER_BRANCH=$$system(hg branch)
17 17 isEmpty(SOCEXPLORER_BRANCH){
18 18 SOCEXPLORER_BRANCH=default
19 19 }
20 20 SOCEXPLORER_BRANCHSTR = '\\"$${SOCEXPLORER_BRANCH}\\"'
21 21
22 DEFINES += SOCEXPLORER_VERSION="\"\\\"0.6.0"\\\"\"
22 DEFINES += SOCEXPLORER_VERSION="\"\\\"0.6.4"\\\"\"
23 23 DEFINES += SOCEXPLORER_CHAGESET=\"$${SOCEXPLORER_CHAGESETNUMSTR}\"
24 24 DEFINES += SOCEXPLORER_BRANCH=\"$${SOCEXPLORER_BRANCHSTR}\"
25 25
26 26
27 27 message("Building SOCEXPLORER changeset $${SOCEXPLORER_CHAGESETNUM}")
28 28
29 29 DEFINES += SOCEXPLORER_EXPORTS
30 30
31 31 include ( plugins/socexplorerplugin.prf )
32 32 include ( PeripheralWidget/PeripheralWidget.pri)
33 33
34 34 win32:CONFIG += dll
35 35 win32:CONFIG -= static
36 36 win32:LIBS+=-L$${SOCEXPLORER_ROOT}/bin/win32 -lsocexplorercommon$${DEBUG_EXT}
37 37
38 38 contains(SOCEXPLORER_PLUGIN_LOADER,"custom")
39 39 {
40 40 unix:LIBS+= -ldl
41 41 unix:DEFINES += SOCEXPLORER_CUSTOM_PLUGIN_LOADER
42 42 unix:HEADERS += \
43 43 pluginloader/unix/unixpluginloader.h
44 44 unix:SOURCES += \
45 45 pluginloader/unix/unixpluginloader.cpp
46 46 }
47 47
48 48 target.path = $$[QT_INSTALL_LIBS]
49 49 isEmpty(target.path) {
50 50 error(can\'t get QT_INSTALL_LIBS)
51 51 }
52 52
53 53 header.path = $$[QT_INSTALL_HEADERS]/SocExplorer
54 54 header.files = engine/socexplorerengine.h \
55 55 pluginloader/pluginscache.h \
56 56 plugins/socexplorerplugin.h \
57 57 proxy/socexplorerproxy.h \
58 58 engine/socexplorerxmlfile.h \
59 59 SOC/socexplorerenumdevice.h \
60 60 XmlEngine/XMLmodel.h \
61 61 XmlEngine/XMLdata.h \
62 62 XmlEngine/xmldriver.h \
63 63 SOC/socmodel.h \
64 64 SOC/registerdata.h \
65 65 SOC/socclk.h \
66 66 PeripheralWidget/src/peripheralwidget.h \
67 67 PeripheralWidget/src/registerwidget.h \
68 68 PeripheralWidget/src/socregsviewer.h \
69 69 PeripheralWidget/src/socregsviewernew.h \
70 70 memtester/memtester.h
71 71
72 72
73 73
74 74 isEmpty(header.path) {
75 75 error(can\'t get QT_INSTALL_HEADERS)
76 76 }
77 77
78 78 pluginif.files = pluginsInterface/*.h \
79 79 pluginsInterface/*.cpp
80 80
81 81 pluginif.path = $$[QT_INSTALL_HEADERS]/SocExplorer/pluginsInterface
82 82
83 83
84 84 INSTALLS += target header pluginif
85 85
86 86 INCLUDEPATH += engine \
87 87 pluginloader \
88 88 pluginsInterface \
89 89 proxy \
90 90 plugins \
91 91 pluginManagerWdgt \
92 92 ../common \
93 93 ../common/genericBinaryFiles \
94 94 ../ \
95 95 RegisterMVS \
96 96 XmlEngine \
97 97 SOC \
98 98 PeripheralWidget/src \
99 99 memtester
100 100
101 101
102 102 HEADERS += \
103 103 pluginloader/pluginscache.h \
104 104 pluginloader/pluginloader.h \
105 105 pluginManagerWdgt/plugintree.h \
106 106 pluginManagerWdgt/pluginmanagerWDGT.h \
107 107 pluginManagerWdgt/pluginlist.h \
108 108 pluginManagerWdgt/plugininfoswdgt.h \
109 109 XmlEngine/XMLmodel.h \
110 110 XmlEngine/XMLdata.h \
111 111 SOC/socmodel.h \
112 112 SOC/registerdata.h \
113 113 XmlEngine/xmldriver.h \
114 114 PeripheralWidget/src/peripheralwidget.h \
115 115 PeripheralWidget/src/registerwidget.h \
116 116 PeripheralWidget/src/socregsviewer.h \
117 117 SOC/socclk.h \
118 118 engine/socexplorerengine.h \
119 119 engine/socexplorerxmlfile.h \
120 120 plugins/socexplorerplugin.h \
121 121 pluginsInterface/socexplorerplugininterface.h \
122 122 pluginsInterface/socexplorerplugininterface_global.h \
123 123 proxy/socexplorerproxy.h \
124 124 SOC/socexplorerenumdevice.h \
125 125 PySocExplorerEngine.h \
126 126 memtester/memtester.h\
127 127 PeripheralWidget/src/socregsviewernew.h \
128 128 PeripheralWidget/src/collapsableperipheralwidget.h
129 129
130 130
131 131
132 132
133 133
134 134
135 135 SOURCES += \
136 136 pluginloader/pluginscache.cpp \
137 137 pluginloader/pluginloader.cpp \
138 138 pluginManagerWdgt/plugintree.cpp \
139 139 pluginManagerWdgt/pluginmanagerWDGT.cpp \
140 140 pluginManagerWdgt/pluginlist.cpp \
141 141 pluginManagerWdgt/plugininfoswdgt.cpp \
142 142 XmlEngine/XMLmodel.cpp \
143 143 XmlEngine/XMLdata.cpp \
144 144 SOC/socmodel.cpp \
145 145 SOC/registerdata.cpp \
146 146 XmlEngine/xmldriver.cpp \
147 147 PeripheralWidget/src/peripheralwidget.cpp \
148 148 PeripheralWidget/src/registerwidget.cpp \
149 149 PeripheralWidget/src/socregsviewer.cpp \
150 150 SOC/socclk.cpp \
151 151 engine/socexplorerengine.cpp \
152 152 engine/socexplorerxmlfile.cpp \
153 153 proxy/socexplorerproxy.cpp \
154 154 SOC/socexplorerenumdevice.cpp \
155 155 plugins/socexplorerplugin.cpp \
156 156 memtester/memtester.cpp \
157 157 PeripheralWidget/src/socregsviewernew.cpp \
158 158 PeripheralWidget/src/collapsableperipheralwidget.cpp
159 159
160 160
161 161 OTHER_FILES += \
162 162 plugins/socexplorerplugin.cpp \
163 163 pluginsInterface/socexplorerplugininterface.cpp \
164 164 plugins/socexplorerplugin.prf \
165 165 pythongenerator.sh \
166 166 pythonQtgeneratorCfg.txt
167 167
168 168 FORMS += \
169 169 PeripheralWidget/src/socregsviewernew.ui \
170 170 PeripheralWidget/src/collapsableperipheralwidget.ui
171 171
172 172
173 173 RESOURCES += \
174 174 PeripheralWidget/ressources/peripheralwidget.qrc
@@ -1,357 +1,369
1 %global upstream_name socexplorer-0.6-3
1 %global upstream_name socexplorer-0.6-4
2 2
3 3 Name: socexplorer
4 4 Version: 0.6
5 Release: 3%{?dist}
5 Release: 4%{?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+
9 9 URL: https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer
10 10 Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/376/%{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: qt5-qtmultimedia-devel
20 20 BuildRequires: elfutils-libelf-devel
21 21 BuildRequires: qt5-pythonqt-devel
22 22 BuildRequires: mercurial
23 %if 0%{?fedora} <= 22
23 24 BuildRequires: appdata-tools
25 %endif
26 %if 0%{?fedora} >= 23
27 BuildRequires: libappstream-glib
28 %endif
24 29 BuildRequires: desktop-file-utils
25 30
26 31 Requires(post): python2
27 32 Requires(post): qt5-qtbase
28 33 Requires(post): qt5-qtwebkit
29 34 Requires(post): qt5-qtsvg
30 35 Requires(post): qt5-qtxmlpatterns
31 36 Requires(post): elfutils-libelf
32 37 Requires(post): qt5-pythonqt
33 38
34 Provides: socexplorer = 0.6-3
35 Obsoletes: socexplorer < 0.6-2
39 Provides: socexplorer = 0.6-4
36 40
37 41 %description
38 42 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 43
40 44 %package devel
41 45 Summary: SocExplorer is an open source generic System On Chip testing software/framework.
42 46 Group: Development/Tools
43 47 Requires: %{name}%{?_isa} = %{version}-%{release}
44 48 Requires: python2-devel
45 49 Requires: qt5-qtbase-devel
46 50 Requires: qt5-qtwebkit-devel
47 51 Requires: qt5-qttools-static
48 52 Requires: qt5-qttools-devel
49 53 Requires: qt5-qtsvg-devel
50 54 Requires: qt5-qtxmlpatterns-devel
51 55 Requires: qt5-qtmultimedia-devel
52 56 Requires: elfutils-libelf-devel
53 57 Requires: qt5-pythonqt-devel
54 58 Requires: mercurial
59 %if 0%{?fedora} <= 22
55 60 Requires: appdata-tools
61 %endif
62 %if 0%{?fedora} >= 23
63 Requires: libappstream-glib
64 %endif
56 65 Requires: desktop-file-utils
57 66
58 67 %description devel
59 68 Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework.
60 69
61 70 %prep
62 71 %setup -q -n %{upstream_name}
63 72
64 73
65 74
66 75 %build
67 76 %{_qt5_qmake}
68 77
69 78 make %{?_smp_mflags}
70 79
71 80 %install
72 81 make install INSTALL_ROOT=%{buildroot}
73 appdata-validate --nonet %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml
82 appstream-util validate-relax %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml
74 83 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/socexplorer.desktop
75 84
76 85 %post -p /sbin/ldconfig
77 86
78 87 %postun -p /sbin/ldconfig
79 88
80 89 %files
81 90 /etc/SocExplorer/python/PygmentsHighlighter.py
82 91 /etc/SocExplorer/python/PygmentsHighlighter.pyc
83 92 /etc/SocExplorer/python/PygmentsHighlighter.pyo
84 93 /etc/SocExplorer/python/PythonCompleter.py
85 94 /etc/SocExplorer/python/PythonCompleter.pyc
86 95 /etc/SocExplorer/python/PythonCompleter.pyo
87 96 /etc/SocExplorer/python/module_completion.py
88 97 /etc/SocExplorer/python/module_completion.pyc
89 98 /etc/SocExplorer/python/module_completion.pyo
90 99 /etc/SocExplorer/python/pygments/__init__.py
91 100 /etc/SocExplorer/python/pygments/__init__.pyc
92 101 /etc/SocExplorer/python/pygments/__init__.pyo
93 102 /etc/SocExplorer/python/pygments/cmdline.py
94 103 /etc/SocExplorer/python/pygments/cmdline.pyc
95 104 /etc/SocExplorer/python/pygments/cmdline.pyo
96 105 /etc/SocExplorer/python/pygments/console.py
97 106 /etc/SocExplorer/python/pygments/console.pyc
98 107 /etc/SocExplorer/python/pygments/console.pyo
99 108 /etc/SocExplorer/python/pygments/filter.py
100 109 /etc/SocExplorer/python/pygments/filter.pyc
101 110 /etc/SocExplorer/python/pygments/filter.pyo
102 111 /etc/SocExplorer/python/pygments/filters/__init__.py
103 112 /etc/SocExplorer/python/pygments/filters/__init__.pyc
104 113 /etc/SocExplorer/python/pygments/filters/__init__.pyo
105 114 /etc/SocExplorer/python/pygments/formatter.py
106 115 /etc/SocExplorer/python/pygments/formatter.pyc
107 116 /etc/SocExplorer/python/pygments/formatter.pyo
108 117 /etc/SocExplorer/python/pygments/formatters/__init__.py
109 118 /etc/SocExplorer/python/pygments/formatters/__init__.pyc
110 119 /etc/SocExplorer/python/pygments/formatters/__init__.pyo
111 120 /etc/SocExplorer/python/pygments/formatters/_mapping.py
112 121 /etc/SocExplorer/python/pygments/formatters/_mapping.pyc
113 122 /etc/SocExplorer/python/pygments/formatters/_mapping.pyo
114 123 /etc/SocExplorer/python/pygments/formatters/bbcode.py
115 124 /etc/SocExplorer/python/pygments/formatters/bbcode.pyc
116 125 /etc/SocExplorer/python/pygments/formatters/bbcode.pyo
117 126 /etc/SocExplorer/python/pygments/formatters/html.py
118 127 /etc/SocExplorer/python/pygments/formatters/html.pyc
119 128 /etc/SocExplorer/python/pygments/formatters/html.pyo
120 129 /etc/SocExplorer/python/pygments/formatters/img.py
121 130 /etc/SocExplorer/python/pygments/formatters/img.pyc
122 131 /etc/SocExplorer/python/pygments/formatters/img.pyo
123 132 /etc/SocExplorer/python/pygments/formatters/latex.py
124 133 /etc/SocExplorer/python/pygments/formatters/latex.pyc
125 134 /etc/SocExplorer/python/pygments/formatters/latex.pyo
126 135 /etc/SocExplorer/python/pygments/formatters/other.py
127 136 /etc/SocExplorer/python/pygments/formatters/other.pyc
128 137 /etc/SocExplorer/python/pygments/formatters/other.pyo
129 138 /etc/SocExplorer/python/pygments/formatters/rtf.py
130 139 /etc/SocExplorer/python/pygments/formatters/rtf.pyc
131 140 /etc/SocExplorer/python/pygments/formatters/rtf.pyo
132 141 /etc/SocExplorer/python/pygments/formatters/svg.py
133 142 /etc/SocExplorer/python/pygments/formatters/svg.pyc
134 143 /etc/SocExplorer/python/pygments/formatters/svg.pyo
135 144 /etc/SocExplorer/python/pygments/formatters/terminal.py
136 145 /etc/SocExplorer/python/pygments/formatters/terminal.pyc
137 146 /etc/SocExplorer/python/pygments/formatters/terminal.pyo
138 147 /etc/SocExplorer/python/pygments/formatters/terminal256.py
139 148 /etc/SocExplorer/python/pygments/formatters/terminal256.pyc
140 149 /etc/SocExplorer/python/pygments/formatters/terminal256.pyo
141 150 /etc/SocExplorer/python/pygments/lexer.py
142 151 /etc/SocExplorer/python/pygments/lexer.pyc
143 152 /etc/SocExplorer/python/pygments/lexer.pyo
144 153 /etc/SocExplorer/python/pygments/lexers/__init__.py
145 154 /etc/SocExplorer/python/pygments/lexers/__init__.pyc
146 155 /etc/SocExplorer/python/pygments/lexers/__init__.pyo
147 156 /etc/SocExplorer/python/pygments/lexers/_asybuiltins.py
148 157 /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyc
149 158 /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyo
150 159 /etc/SocExplorer/python/pygments/lexers/_clbuiltins.py
151 160 /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyc
152 161 /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyo
153 162 /etc/SocExplorer/python/pygments/lexers/_luabuiltins.py
154 163 /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyc
155 164 /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyo
156 165 /etc/SocExplorer/python/pygments/lexers/_mapping.py
157 166 /etc/SocExplorer/python/pygments/lexers/_mapping.pyc
158 167 /etc/SocExplorer/python/pygments/lexers/_mapping.pyo
159 168 /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.py
160 169 /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyc
161 170 /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyo
162 171 /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.py
163 172 /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyc
164 173 /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyo
165 174 /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.py
166 175 /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyc
167 176 /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyo
168 177 /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.py
169 178 /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyc
170 179 /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyo
171 180 /etc/SocExplorer/python/pygments/lexers/agile.py
172 181 /etc/SocExplorer/python/pygments/lexers/agile.pyc
173 182 /etc/SocExplorer/python/pygments/lexers/agile.pyo
174 183 /etc/SocExplorer/python/pygments/lexers/asm.py
175 184 /etc/SocExplorer/python/pygments/lexers/asm.pyc
176 185 /etc/SocExplorer/python/pygments/lexers/asm.pyo
177 186 /etc/SocExplorer/python/pygments/lexers/compiled.py
178 187 /etc/SocExplorer/python/pygments/lexers/compiled.pyc
179 188 /etc/SocExplorer/python/pygments/lexers/compiled.pyo
180 189 /etc/SocExplorer/python/pygments/lexers/dotnet.py
181 190 /etc/SocExplorer/python/pygments/lexers/dotnet.pyc
182 191 /etc/SocExplorer/python/pygments/lexers/dotnet.pyo
183 192 /etc/SocExplorer/python/pygments/lexers/functional.py
184 193 /etc/SocExplorer/python/pygments/lexers/functional.pyc
185 194 /etc/SocExplorer/python/pygments/lexers/functional.pyo
186 195 /etc/SocExplorer/python/pygments/lexers/hdl.py
187 196 /etc/SocExplorer/python/pygments/lexers/hdl.pyc
188 197 /etc/SocExplorer/python/pygments/lexers/hdl.pyo
189 198 /etc/SocExplorer/python/pygments/lexers/jvm.py
190 199 /etc/SocExplorer/python/pygments/lexers/jvm.pyc
191 200 /etc/SocExplorer/python/pygments/lexers/jvm.pyo
192 201 /etc/SocExplorer/python/pygments/lexers/math.py
193 202 /etc/SocExplorer/python/pygments/lexers/math.pyc
194 203 /etc/SocExplorer/python/pygments/lexers/math.pyo
195 204 /etc/SocExplorer/python/pygments/lexers/other.py
196 205 /etc/SocExplorer/python/pygments/lexers/other.pyc
197 206 /etc/SocExplorer/python/pygments/lexers/other.pyo
198 207 /etc/SocExplorer/python/pygments/lexers/parsers.py
199 208 /etc/SocExplorer/python/pygments/lexers/parsers.pyc
200 209 /etc/SocExplorer/python/pygments/lexers/parsers.pyo
201 210 /etc/SocExplorer/python/pygments/lexers/shell.py
202 211 /etc/SocExplorer/python/pygments/lexers/shell.pyc
203 212 /etc/SocExplorer/python/pygments/lexers/shell.pyo
204 213 /etc/SocExplorer/python/pygments/lexers/special.py
205 214 /etc/SocExplorer/python/pygments/lexers/special.pyc
206 215 /etc/SocExplorer/python/pygments/lexers/special.pyo
207 216 /etc/SocExplorer/python/pygments/lexers/sql.py
208 217 /etc/SocExplorer/python/pygments/lexers/sql.pyc
209 218 /etc/SocExplorer/python/pygments/lexers/sql.pyo
210 219 /etc/SocExplorer/python/pygments/lexers/templates.py
211 220 /etc/SocExplorer/python/pygments/lexers/templates.pyc
212 221 /etc/SocExplorer/python/pygments/lexers/templates.pyo
213 222 /etc/SocExplorer/python/pygments/lexers/text.py
214 223 /etc/SocExplorer/python/pygments/lexers/text.pyc
215 224 /etc/SocExplorer/python/pygments/lexers/text.pyo
216 225 /etc/SocExplorer/python/pygments/lexers/web.py
217 226 /etc/SocExplorer/python/pygments/lexers/web.pyc
218 227 /etc/SocExplorer/python/pygments/lexers/web.pyo
219 228 /etc/SocExplorer/python/pygments/plugin.py
220 229 /etc/SocExplorer/python/pygments/plugin.pyc
221 230 /etc/SocExplorer/python/pygments/plugin.pyo
222 231 /etc/SocExplorer/python/pygments/scanner.py
223 232 /etc/SocExplorer/python/pygments/scanner.pyc
224 233 /etc/SocExplorer/python/pygments/scanner.pyo
225 234 /etc/SocExplorer/python/pygments/style.py
226 235 /etc/SocExplorer/python/pygments/style.pyc
227 236 /etc/SocExplorer/python/pygments/style.pyo
228 237 /etc/SocExplorer/python/pygments/styles/__init__.py
229 238 /etc/SocExplorer/python/pygments/styles/__init__.pyc
230 239 /etc/SocExplorer/python/pygments/styles/__init__.pyo
231 240 /etc/SocExplorer/python/pygments/styles/autumn.py
232 241 /etc/SocExplorer/python/pygments/styles/autumn.pyc
233 242 /etc/SocExplorer/python/pygments/styles/autumn.pyo
234 243 /etc/SocExplorer/python/pygments/styles/borland.py
235 244 /etc/SocExplorer/python/pygments/styles/borland.pyc
236 245 /etc/SocExplorer/python/pygments/styles/borland.pyo
237 246 /etc/SocExplorer/python/pygments/styles/bw.py
238 247 /etc/SocExplorer/python/pygments/styles/bw.pyc
239 248 /etc/SocExplorer/python/pygments/styles/bw.pyo
240 249 /etc/SocExplorer/python/pygments/styles/colorful.py
241 250 /etc/SocExplorer/python/pygments/styles/colorful.pyc
242 251 /etc/SocExplorer/python/pygments/styles/colorful.pyo
243 252 /etc/SocExplorer/python/pygments/styles/default.py
244 253 /etc/SocExplorer/python/pygments/styles/default.pyc
245 254 /etc/SocExplorer/python/pygments/styles/default.pyo
246 255 /etc/SocExplorer/python/pygments/styles/emacs.py
247 256 /etc/SocExplorer/python/pygments/styles/emacs.pyc
248 257 /etc/SocExplorer/python/pygments/styles/emacs.pyo
249 258 /etc/SocExplorer/python/pygments/styles/friendly.py
250 259 /etc/SocExplorer/python/pygments/styles/friendly.pyc
251 260 /etc/SocExplorer/python/pygments/styles/friendly.pyo
252 261 /etc/SocExplorer/python/pygments/styles/fruity.py
253 262 /etc/SocExplorer/python/pygments/styles/fruity.pyc
254 263 /etc/SocExplorer/python/pygments/styles/fruity.pyo
255 264 /etc/SocExplorer/python/pygments/styles/manni.py
256 265 /etc/SocExplorer/python/pygments/styles/manni.pyc
257 266 /etc/SocExplorer/python/pygments/styles/manni.pyo
258 267 /etc/SocExplorer/python/pygments/styles/monokai.py
259 268 /etc/SocExplorer/python/pygments/styles/monokai.pyc
260 269 /etc/SocExplorer/python/pygments/styles/monokai.pyo
261 270 /etc/SocExplorer/python/pygments/styles/murphy.py
262 271 /etc/SocExplorer/python/pygments/styles/murphy.pyc
263 272 /etc/SocExplorer/python/pygments/styles/murphy.pyo
264 273 /etc/SocExplorer/python/pygments/styles/native.py
265 274 /etc/SocExplorer/python/pygments/styles/native.pyc
266 275 /etc/SocExplorer/python/pygments/styles/native.pyo
267 276 /etc/SocExplorer/python/pygments/styles/pastie.py
268 277 /etc/SocExplorer/python/pygments/styles/pastie.pyc
269 278 /etc/SocExplorer/python/pygments/styles/pastie.pyo
270 279 /etc/SocExplorer/python/pygments/styles/perldoc.py
271 280 /etc/SocExplorer/python/pygments/styles/perldoc.pyc
272 281 /etc/SocExplorer/python/pygments/styles/perldoc.pyo
273 282 /etc/SocExplorer/python/pygments/styles/rrt.py
274 283 /etc/SocExplorer/python/pygments/styles/rrt.pyc
275 284 /etc/SocExplorer/python/pygments/styles/rrt.pyo
276 285 /etc/SocExplorer/python/pygments/styles/tango.py
277 286 /etc/SocExplorer/python/pygments/styles/tango.pyc
278 287 /etc/SocExplorer/python/pygments/styles/tango.pyo
279 288 /etc/SocExplorer/python/pygments/styles/trac.py
280 289 /etc/SocExplorer/python/pygments/styles/trac.pyc
281 290 /etc/SocExplorer/python/pygments/styles/trac.pyo
282 291 /etc/SocExplorer/python/pygments/styles/vim.py
283 292 /etc/SocExplorer/python/pygments/styles/vim.pyc
284 293 /etc/SocExplorer/python/pygments/styles/vim.pyo
285 294 /etc/SocExplorer/python/pygments/styles/vs.py
286 295 /etc/SocExplorer/python/pygments/styles/vs.pyc
287 296 /etc/SocExplorer/python/pygments/styles/vs.pyo
288 297 /etc/SocExplorer/python/pygments/token.py
289 298 /etc/SocExplorer/python/pygments/token.pyc
290 299 /etc/SocExplorer/python/pygments/token.pyo
291 300 /etc/SocExplorer/python/pygments/unistring.py
292 301 /etc/SocExplorer/python/pygments/unistring.pyc
293 302 /etc/SocExplorer/python/pygments/unistring.pyo
294 303 /etc/SocExplorer/python/pygments/util.py
295 304 /etc/SocExplorer/python/pygments/util.pyc
296 305 /etc/SocExplorer/python/pygments/util.pyo
297 306 /etc/SocExplorer/plugin.conf.d/plugins.conf
298 307 %{_bindir}/SocExplorer_TCP_Terminal
299 308 %{_bindir}/socexplorer
300 309 %{_datadir}/SocExplorer/icon.png
301 310 %{_datadir}/SocExplorer/Grlib.xml
302 311 %{_datadir}/SocExplorer/LPP.xml
303 312 %{_datadir}/SocExplorer/IAP.xml
304 313 %{_datadir}/applications/socexplorer.desktop
305 314 %{_datadir}/appdata/socexplorer.appdata.xml
306 315 %{_qt5_libdir}/libsocexplorercommon.so*
307 316 %{_qt5_libdir}/libsocexplorerengine.so*
308 317
309 318
310 319 %files devel
311 320 %{_qt5_headerdir}/SocExplorer/
312 321 %{_qt5_archdatadir}/mkspecs/features/socexplorerplugin.prf
313 322 /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.cpp
314 323 /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.h
315 324 /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/project.pro
316 325 /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/wizard.xml
317 326
318 327
319 328 %changelog
329 * Fri Jan 22 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
330 - Added Fedora 23 support.
331
320 332 * Mon Oct 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
321 333 - Updated LPP IPs registers definition list(LPP.xml).
322 334
323 335 * Fri Apr 17 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
324 336 - Updated abstractbinary file lib to expose new feature.
325 337
326 338 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
327 339 - Fix some remaining mistakes.
328 340
329 341 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
330 342 -Uses r80 as source.
331 343 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
332 344
333 345 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
334 346 -Uses r77 as source.
335 347
336 348 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
337 349 - Uses r75 as source.
338 350
339 351 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
340 352 - Uses r74 as source.
341 353
342 354 * Fri Feb 6 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
343 355 - Reseted patches uses r73 as source.
344 356
345 357 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
346 358 - Reseted patches uses r72 as source.
347 359
348 360 * Sun Jun 29 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
349 361 - Reseted patches uses r69 as source.
350 362
351 363 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
352 364 - Applied patch r65 to install also plugin as RPM
353 365 - Applied patch r66 to install xml soc descriptions in /usr/share/SocExplorer
354 366 - Applied patch r67 to add appdata for gnome-software visibility
355 367
356 368 * Tue Jun 24 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
357 369 - Initial Fedora packaging
@@ -1,25 +1,25
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <!-- Copyright 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> -->
3 3 <application>
4 4 <id type="desktop">socexplorer.desktop</id>
5 5 <metadata_license>CC0-1.0</metadata_license>
6 6 <project_license>GPL-2.0+</project_license>
7 7 <name>SocExplorer</name>
8 8 <summary>SocExplorer is an open source generic System On Chip testing software/framework</summary>
9 9 <description>
10 10 <p>
11 11 SocExplorer is an open source generic System On Chip testing software/framework.
12 12 </p>
13 13 <p>
14 14 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.
15 15 </p>
16 16 <p>
17 17 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.
18 18 </p>
19 19 </description>
20 20 <screenshots>
21 <screenshot type="default" width="800" height="600">https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png</screenshot>
21 <screenshot type="default" width="1920" height="1079">https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/384/SocExplorer_ScreenShot1.png</screenshot>
22 22 </screenshots>
23 23 <url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url>
24 24 <updatecontact>alexis.jeandet@member.fsf.org</updatecontact>
25 25 </application>
General Comments 0
You need to be logged in to leave comments. Login now