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