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