@@ -1,94 +1,95 | |||||
1 | #------------------------------------------------- |
|
1 | #------------------------------------------------- | |
2 | # |
|
2 | # | |
3 | # Project created by QtCreator 2011-09-19T22:52:10 |
|
3 | # Project created by QtCreator 2011-09-19T22:52:10 | |
4 | # |
|
4 | # | |
5 | #------------------------------------------------- |
|
5 | #------------------------------------------------- | |
6 |
|
6 | |||
7 | TEMPLATE = subdirs |
|
7 | TEMPLATE = subdirs | |
8 | CONFIG += ordered release |
|
8 | CONFIG += ordered release | |
9 |
|
9 | |||
10 | SUBDIRS = \ |
|
10 | SUBDIRS = \ | |
11 | src/common \ |
|
11 | src/common \ | |
12 | src/SocExplorerEngine \ |
|
12 | src/SocExplorerEngine \ | |
13 | src \ |
|
13 | src \ | |
14 | src/SocExplorer_TCP_Terminal |
|
14 | src/SocExplorer_TCP_Terminal | |
15 |
|
15 | |||
16 |
|
16 | |||
17 | socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features |
|
17 | socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features | |
18 | socexplorercfg.files = \ |
|
18 | socexplorercfg.files = \ | |
19 | src/SocExplorerEngine/plugins/socexplorerplugin.prf |
|
19 | src/SocExplorerEngine/plugins/socexplorerplugin.prf | |
20 |
|
20 | |||
21 |
|
21 | |||
22 | unix{ |
|
22 | unix{ | |
23 | SocExplorerLauncher.path = /usr/share/applications/ |
|
23 | SocExplorerLauncher.path = /usr/share/applications/ | |
24 | SocExplorerLauncher.files = unixcfg/socexplorer.desktop |
|
24 | SocExplorerLauncher.files = unixcfg/socexplorer.desktop | |
25 | SocExplorerAppData.path = /usr/share/appdata/ |
|
25 | SocExplorerAppData.path = /usr/share/appdata/ | |
26 | SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml |
|
26 | SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml | |
27 | PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/ |
|
27 | PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/ | |
28 | PluginConfPath.files = unixcfg/plugins.conf |
|
28 | PluginConfPath.files = unixcfg/plugins.conf | |
29 | share.path = /usr/share/SocExplorer |
|
29 | share.path = /usr/share/SocExplorer | |
30 | share.files = ressources/images/icon.png \ |
|
30 | share.files = ressources/images/icon.png \ | |
31 | ressources/Grlib.xml \ |
|
31 | ressources/Grlib.xml \ | |
32 | ressources/LPP.xml \ |
|
32 | ressources/LPP.xml \ | |
33 | ressources/IAP.xml |
|
33 | ressources/IAP.xml | |
34 |
|
34 | |||
35 | Wizard.path = /usr/share/qtcreator/templates/wizards/SocExplorerPlugin |
|
35 | Wizard.path = /usr/share/qtcreator/templates/wizards/SocExplorerPlugin | |
36 | Wizard.files = Qt_Creator_Wizard/SocExplorerPlugin/logo-lpp-cutted.png \ |
|
36 | Wizard.files = Qt_Creator_Wizard/SocExplorerPlugin/logo-lpp-cutted.png \ | |
37 | Qt_Creator_Wizard/SocExplorerPlugin/plugin.cpp \ |
|
37 | Qt_Creator_Wizard/SocExplorerPlugin/plugin.cpp \ | |
38 | Qt_Creator_Wizard/SocExplorerPlugin/plugin.h \ |
|
38 | Qt_Creator_Wizard/SocExplorerPlugin/plugin.h \ | |
39 | Qt_Creator_Wizard/SocExplorerPlugin/project.pro \ |
|
39 | Qt_Creator_Wizard/SocExplorerPlugin/project.pro \ | |
40 | Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml |
|
40 | Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml | |
41 | INSTALLS+=Wizard SocExplorerLauncher share PluginConfPath SocExplorerAppData |
|
41 | INSTALLS+=Wizard SocExplorerLauncher share PluginConfPath SocExplorerAppData | |
|
42 | OTHER_FILES += unixcfg/SocExplorer.spec | |||
42 | } |
|
43 | } | |
43 | INSTALLS+=socexplorercfg |
|
44 | INSTALLS+=socexplorercfg | |
44 |
|
45 | |||
45 |
|
46 | |||
46 |
|
47 | |||
47 |
|
48 | |||
48 |
|
49 | |||
49 |
|
50 | |||
50 |
|
51 | |||
51 |
|
52 | |||
52 |
|
53 | |||
53 |
|
54 | |||
54 |
|
55 | |||
55 |
|
56 | |||
56 |
|
57 | |||
57 |
|
58 | |||
58 |
|
59 | |||
59 |
|
60 | |||
60 |
|
61 | |||
61 |
|
62 | |||
62 |
|
63 | |||
63 |
|
64 | |||
64 |
|
65 | |||
65 |
|
66 | |||
66 |
|
67 | |||
67 |
|
68 | |||
68 |
|
69 | |||
69 |
|
70 | |||
70 |
|
71 | |||
71 |
|
72 | |||
72 |
|
73 | |||
73 |
|
74 | |||
74 |
|
75 | |||
75 |
|
76 | |||
76 |
|
77 | |||
77 |
|
78 | |||
78 |
|
79 | |||
79 |
|
80 | |||
80 |
|
81 | |||
81 |
|
82 | |||
82 |
|
83 | |||
83 |
|
84 | |||
84 |
|
85 | |||
85 |
|
86 | |||
86 |
|
87 | |||
87 |
|
88 | |||
88 |
|
89 | |||
89 |
|
90 | |||
90 |
|
91 | |||
91 |
|
92 | |||
92 |
|
93 | |||
93 |
|
94 | |||
94 |
|
95 |
@@ -1,325 +1,332 | |||||
1 | %global upstream_name socexplorer-0.4 |
|
1 | %global upstream_name socexplorer-0.4 | |
2 |
|
2 | |||
3 | Name: socexplorer |
|
3 | Name: socexplorer | |
4 | Version: 0.4 |
|
4 | Version: 0.4 | |
5 |
Release: |
|
5 | Release: 8%{?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/socexplorer-0.4.zip |
|
10 | Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/376/socexplorer-0.4.zip | |
11 |
# |
|
11 | # | |
12 | #Patch0: socexplorer_desktop.patch |
|
12 | #Patch0: socexplorer_desktop.patch | |
13 |
|
13 | |||
14 |
|
14 | |||
15 | BuildRequires: python2-devel |
|
15 | BuildRequires: python2-devel | |
16 | BuildRequires: qt5-qtbase-devel |
|
16 | BuildRequires: qt5-qtbase-devel | |
17 | BuildRequires: qt5-qtwebkit-devel |
|
17 | BuildRequires: qt5-qtwebkit-devel | |
18 | BuildRequires: qt5-qttools-static |
|
18 | BuildRequires: qt5-qttools-static | |
19 | BuildRequires: qt5-qttools-devel |
|
19 | BuildRequires: qt5-qttools-devel | |
20 | BuildRequires: qt5-qtsvg-devel |
|
20 | BuildRequires: qt5-qtsvg-devel | |
21 | BuildRequires: qt5-qtxmlpatterns-devel |
|
21 | BuildRequires: qt5-qtxmlpatterns-devel | |
22 | BuildRequires: qt5-qtmultimedia-devel |
|
22 | BuildRequires: qt5-qtmultimedia-devel | |
23 | BuildRequires: elfutils-libelf-devel |
|
23 | BuildRequires: elfutils-libelf-devel | |
24 | BuildRequires: qt5-pythonqt-devel |
|
24 | BuildRequires: qt5-pythonqt-devel | |
25 | BuildRequires: mercurial |
|
25 | BuildRequires: mercurial | |
26 | BuildRequires: appdata-tools |
|
26 | BuildRequires: appdata-tools | |
27 | BuildRequires: desktop-file-utils |
|
27 | BuildRequires: desktop-file-utils | |
28 |
|
28 | |||
29 | Requires(post): python2 |
|
29 | Requires(post): python2 | |
30 | Requires(post): qt5-qtbase |
|
30 | Requires(post): qt5-qtbase | |
31 | Requires(post): qt5-qtwebkit |
|
31 | Requires(post): qt5-qtwebkit | |
32 | Requires(post): qt5-qtsvg |
|
32 | Requires(post): qt5-qtsvg | |
33 | Requires(post): qt5-qtxmlpatterns |
|
33 | Requires(post): qt5-qtxmlpatterns | |
34 | Requires(post): elfutils-libelf |
|
34 | Requires(post): elfutils-libelf | |
35 | Requires(post): qt5-pythonqt |
|
35 | Requires(post): qt5-pythonqt | |
36 |
|
36 | |||
37 | Provides: socexplorer = 0.4-6 |
|
37 | Provides: socexplorer = 0.4-6 | |
38 | Obsoletes: socexplorer < 0.4-5 |
|
38 | Obsoletes: socexplorer < 0.4-5 | |
39 |
|
39 | |||
40 | %description |
|
40 | %description | |
41 | 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. |
|
41 | 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 |
|
42 | |||
43 | %package devel |
|
43 | %package devel | |
44 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. |
|
44 | Summary: SocExplorer is an open source generic System On Chip testing software/framework. | |
45 | Group: Development/Tools |
|
45 | Group: Development/Tools | |
46 | Requires: %{name}%{?_isa} = %{version}-%{release} |
|
46 | Requires: %{name}%{?_isa} = %{version}-%{release} | |
47 |
|
47 | |||
48 | %description devel |
|
48 | %description devel | |
49 | Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework. |
|
49 | Header files and development libraries for SocExplorer package. SocExplorer is an open source generic System On Chip testing software/framework. | |
50 |
|
50 | |||
51 | %prep |
|
51 | %prep | |
52 | %setup -q -n %{upstream_name} |
|
52 | %setup -q -n %{upstream_name} | |
53 | #%patch0 -p1 -b .desktop |
|
53 | #%patch0 -p1 -b .desktop | |
54 |
|
54 | |||
55 |
|
55 | |||
56 |
|
56 | |||
57 | %build |
|
57 | %build | |
58 |
%{_qt5_qmake} |
|
58 | %{_qt5_qmake} | |
59 |
|
59 | |||
60 | make %{?_smp_mflags} |
|
60 | make %{?_smp_mflags} | |
61 |
|
61 | |||
62 | %install |
|
62 | %install | |
63 | make install INSTALL_ROOT=%{buildroot} |
|
63 | make install INSTALL_ROOT=%{buildroot} | |
64 | appdata-validate --nonet %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml |
|
64 | appdata-validate --nonet %{buildroot}/%{_datadir}/appdata/socexplorer.appdata.xml | |
65 | desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/socexplorer.desktop |
|
65 | desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/socexplorer.desktop | |
66 |
|
66 | |||
67 | %post -p /sbin/ldconfig |
|
67 | %post -p /sbin/ldconfig | |
68 |
|
68 | |||
69 | %postun -p /sbin/ldconfig |
|
69 | %postun -p /sbin/ldconfig | |
70 |
|
70 | |||
71 | %files |
|
71 | %files | |
72 | /etc/SocExplorer/python/PygmentsHighlighter.py |
|
72 | /etc/SocExplorer/python/PygmentsHighlighter.py | |
73 | /etc/SocExplorer/python/PygmentsHighlighter.pyc |
|
73 | /etc/SocExplorer/python/PygmentsHighlighter.pyc | |
74 | /etc/SocExplorer/python/PygmentsHighlighter.pyo |
|
74 | /etc/SocExplorer/python/PygmentsHighlighter.pyo | |
75 | /etc/SocExplorer/python/PythonCompleter.py |
|
75 | /etc/SocExplorer/python/PythonCompleter.py | |
76 | /etc/SocExplorer/python/PythonCompleter.pyc |
|
76 | /etc/SocExplorer/python/PythonCompleter.pyc | |
77 | /etc/SocExplorer/python/PythonCompleter.pyo |
|
77 | /etc/SocExplorer/python/PythonCompleter.pyo | |
78 | /etc/SocExplorer/python/module_completion.py |
|
78 | /etc/SocExplorer/python/module_completion.py | |
79 | /etc/SocExplorer/python/module_completion.pyc |
|
79 | /etc/SocExplorer/python/module_completion.pyc | |
80 | /etc/SocExplorer/python/module_completion.pyo |
|
80 | /etc/SocExplorer/python/module_completion.pyo | |
81 | /etc/SocExplorer/python/pygments/__init__.py |
|
81 | /etc/SocExplorer/python/pygments/__init__.py | |
82 | /etc/SocExplorer/python/pygments/__init__.pyc |
|
82 | /etc/SocExplorer/python/pygments/__init__.pyc | |
83 | /etc/SocExplorer/python/pygments/__init__.pyo |
|
83 | /etc/SocExplorer/python/pygments/__init__.pyo | |
84 | /etc/SocExplorer/python/pygments/cmdline.py |
|
84 | /etc/SocExplorer/python/pygments/cmdline.py | |
85 | /etc/SocExplorer/python/pygments/cmdline.pyc |
|
85 | /etc/SocExplorer/python/pygments/cmdline.pyc | |
86 | /etc/SocExplorer/python/pygments/cmdline.pyo |
|
86 | /etc/SocExplorer/python/pygments/cmdline.pyo | |
87 | /etc/SocExplorer/python/pygments/console.py |
|
87 | /etc/SocExplorer/python/pygments/console.py | |
88 | /etc/SocExplorer/python/pygments/console.pyc |
|
88 | /etc/SocExplorer/python/pygments/console.pyc | |
89 | /etc/SocExplorer/python/pygments/console.pyo |
|
89 | /etc/SocExplorer/python/pygments/console.pyo | |
90 | /etc/SocExplorer/python/pygments/filter.py |
|
90 | /etc/SocExplorer/python/pygments/filter.py | |
91 | /etc/SocExplorer/python/pygments/filter.pyc |
|
91 | /etc/SocExplorer/python/pygments/filter.pyc | |
92 | /etc/SocExplorer/python/pygments/filter.pyo |
|
92 | /etc/SocExplorer/python/pygments/filter.pyo | |
93 | /etc/SocExplorer/python/pygments/filters/__init__.py |
|
93 | /etc/SocExplorer/python/pygments/filters/__init__.py | |
94 | /etc/SocExplorer/python/pygments/filters/__init__.pyc |
|
94 | /etc/SocExplorer/python/pygments/filters/__init__.pyc | |
95 | /etc/SocExplorer/python/pygments/filters/__init__.pyo |
|
95 | /etc/SocExplorer/python/pygments/filters/__init__.pyo | |
96 | /etc/SocExplorer/python/pygments/formatter.py |
|
96 | /etc/SocExplorer/python/pygments/formatter.py | |
97 | /etc/SocExplorer/python/pygments/formatter.pyc |
|
97 | /etc/SocExplorer/python/pygments/formatter.pyc | |
98 | /etc/SocExplorer/python/pygments/formatter.pyo |
|
98 | /etc/SocExplorer/python/pygments/formatter.pyo | |
99 | /etc/SocExplorer/python/pygments/formatters/__init__.py |
|
99 | /etc/SocExplorer/python/pygments/formatters/__init__.py | |
100 | /etc/SocExplorer/python/pygments/formatters/__init__.pyc |
|
100 | /etc/SocExplorer/python/pygments/formatters/__init__.pyc | |
101 | /etc/SocExplorer/python/pygments/formatters/__init__.pyo |
|
101 | /etc/SocExplorer/python/pygments/formatters/__init__.pyo | |
102 | /etc/SocExplorer/python/pygments/formatters/_mapping.py |
|
102 | /etc/SocExplorer/python/pygments/formatters/_mapping.py | |
103 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyc |
|
103 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyc | |
104 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyo |
|
104 | /etc/SocExplorer/python/pygments/formatters/_mapping.pyo | |
105 | /etc/SocExplorer/python/pygments/formatters/bbcode.py |
|
105 | /etc/SocExplorer/python/pygments/formatters/bbcode.py | |
106 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyc |
|
106 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyc | |
107 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyo |
|
107 | /etc/SocExplorer/python/pygments/formatters/bbcode.pyo | |
108 | /etc/SocExplorer/python/pygments/formatters/html.py |
|
108 | /etc/SocExplorer/python/pygments/formatters/html.py | |
109 | /etc/SocExplorer/python/pygments/formatters/html.pyc |
|
109 | /etc/SocExplorer/python/pygments/formatters/html.pyc | |
110 | /etc/SocExplorer/python/pygments/formatters/html.pyo |
|
110 | /etc/SocExplorer/python/pygments/formatters/html.pyo | |
111 | /etc/SocExplorer/python/pygments/formatters/img.py |
|
111 | /etc/SocExplorer/python/pygments/formatters/img.py | |
112 | /etc/SocExplorer/python/pygments/formatters/img.pyc |
|
112 | /etc/SocExplorer/python/pygments/formatters/img.pyc | |
113 | /etc/SocExplorer/python/pygments/formatters/img.pyo |
|
113 | /etc/SocExplorer/python/pygments/formatters/img.pyo | |
114 | /etc/SocExplorer/python/pygments/formatters/latex.py |
|
114 | /etc/SocExplorer/python/pygments/formatters/latex.py | |
115 | /etc/SocExplorer/python/pygments/formatters/latex.pyc |
|
115 | /etc/SocExplorer/python/pygments/formatters/latex.pyc | |
116 | /etc/SocExplorer/python/pygments/formatters/latex.pyo |
|
116 | /etc/SocExplorer/python/pygments/formatters/latex.pyo | |
117 | /etc/SocExplorer/python/pygments/formatters/other.py |
|
117 | /etc/SocExplorer/python/pygments/formatters/other.py | |
118 | /etc/SocExplorer/python/pygments/formatters/other.pyc |
|
118 | /etc/SocExplorer/python/pygments/formatters/other.pyc | |
119 | /etc/SocExplorer/python/pygments/formatters/other.pyo |
|
119 | /etc/SocExplorer/python/pygments/formatters/other.pyo | |
120 | /etc/SocExplorer/python/pygments/formatters/rtf.py |
|
120 | /etc/SocExplorer/python/pygments/formatters/rtf.py | |
121 | /etc/SocExplorer/python/pygments/formatters/rtf.pyc |
|
121 | /etc/SocExplorer/python/pygments/formatters/rtf.pyc | |
122 | /etc/SocExplorer/python/pygments/formatters/rtf.pyo |
|
122 | /etc/SocExplorer/python/pygments/formatters/rtf.pyo | |
123 | /etc/SocExplorer/python/pygments/formatters/svg.py |
|
123 | /etc/SocExplorer/python/pygments/formatters/svg.py | |
124 | /etc/SocExplorer/python/pygments/formatters/svg.pyc |
|
124 | /etc/SocExplorer/python/pygments/formatters/svg.pyc | |
125 | /etc/SocExplorer/python/pygments/formatters/svg.pyo |
|
125 | /etc/SocExplorer/python/pygments/formatters/svg.pyo | |
126 | /etc/SocExplorer/python/pygments/formatters/terminal.py |
|
126 | /etc/SocExplorer/python/pygments/formatters/terminal.py | |
127 | /etc/SocExplorer/python/pygments/formatters/terminal.pyc |
|
127 | /etc/SocExplorer/python/pygments/formatters/terminal.pyc | |
128 | /etc/SocExplorer/python/pygments/formatters/terminal.pyo |
|
128 | /etc/SocExplorer/python/pygments/formatters/terminal.pyo | |
129 | /etc/SocExplorer/python/pygments/formatters/terminal256.py |
|
129 | /etc/SocExplorer/python/pygments/formatters/terminal256.py | |
130 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyc |
|
130 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyc | |
131 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyo |
|
131 | /etc/SocExplorer/python/pygments/formatters/terminal256.pyo | |
132 | /etc/SocExplorer/python/pygments/lexer.py |
|
132 | /etc/SocExplorer/python/pygments/lexer.py | |
133 | /etc/SocExplorer/python/pygments/lexer.pyc |
|
133 | /etc/SocExplorer/python/pygments/lexer.pyc | |
134 | /etc/SocExplorer/python/pygments/lexer.pyo |
|
134 | /etc/SocExplorer/python/pygments/lexer.pyo | |
135 | /etc/SocExplorer/python/pygments/lexers/__init__.py |
|
135 | /etc/SocExplorer/python/pygments/lexers/__init__.py | |
136 | /etc/SocExplorer/python/pygments/lexers/__init__.pyc |
|
136 | /etc/SocExplorer/python/pygments/lexers/__init__.pyc | |
137 | /etc/SocExplorer/python/pygments/lexers/__init__.pyo |
|
137 | /etc/SocExplorer/python/pygments/lexers/__init__.pyo | |
138 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.py |
|
138 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.py | |
139 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyc |
|
139 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyc | |
140 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyo |
|
140 | /etc/SocExplorer/python/pygments/lexers/_asybuiltins.pyo | |
141 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.py |
|
141 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.py | |
142 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyc |
|
142 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyc | |
143 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyo |
|
143 | /etc/SocExplorer/python/pygments/lexers/_clbuiltins.pyo | |
144 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.py |
|
144 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.py | |
145 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyc |
|
145 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyc | |
146 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyo |
|
146 | /etc/SocExplorer/python/pygments/lexers/_luabuiltins.pyo | |
147 | /etc/SocExplorer/python/pygments/lexers/_mapping.py |
|
147 | /etc/SocExplorer/python/pygments/lexers/_mapping.py | |
148 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyc |
|
148 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyc | |
149 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyo |
|
149 | /etc/SocExplorer/python/pygments/lexers/_mapping.pyo | |
150 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.py |
|
150 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.py | |
151 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyc |
|
151 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyc | |
152 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyo |
|
152 | /etc/SocExplorer/python/pygments/lexers/_phpbuiltins.pyo | |
153 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.py |
|
153 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.py | |
154 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyc |
|
154 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyc | |
155 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyo |
|
155 | /etc/SocExplorer/python/pygments/lexers/_postgres_builtins.pyo | |
156 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.py |
|
156 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.py | |
157 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyc |
|
157 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyc | |
158 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyo |
|
158 | /etc/SocExplorer/python/pygments/lexers/_scilab_builtins.pyo | |
159 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.py |
|
159 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.py | |
160 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyc |
|
160 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyc | |
161 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyo |
|
161 | /etc/SocExplorer/python/pygments/lexers/_vimbuiltins.pyo | |
162 | /etc/SocExplorer/python/pygments/lexers/agile.py |
|
162 | /etc/SocExplorer/python/pygments/lexers/agile.py | |
163 | /etc/SocExplorer/python/pygments/lexers/agile.pyc |
|
163 | /etc/SocExplorer/python/pygments/lexers/agile.pyc | |
164 | /etc/SocExplorer/python/pygments/lexers/agile.pyo |
|
164 | /etc/SocExplorer/python/pygments/lexers/agile.pyo | |
165 | /etc/SocExplorer/python/pygments/lexers/asm.py |
|
165 | /etc/SocExplorer/python/pygments/lexers/asm.py | |
166 | /etc/SocExplorer/python/pygments/lexers/asm.pyc |
|
166 | /etc/SocExplorer/python/pygments/lexers/asm.pyc | |
167 | /etc/SocExplorer/python/pygments/lexers/asm.pyo |
|
167 | /etc/SocExplorer/python/pygments/lexers/asm.pyo | |
168 | /etc/SocExplorer/python/pygments/lexers/compiled.py |
|
168 | /etc/SocExplorer/python/pygments/lexers/compiled.py | |
169 | /etc/SocExplorer/python/pygments/lexers/compiled.pyc |
|
169 | /etc/SocExplorer/python/pygments/lexers/compiled.pyc | |
170 | /etc/SocExplorer/python/pygments/lexers/compiled.pyo |
|
170 | /etc/SocExplorer/python/pygments/lexers/compiled.pyo | |
171 | /etc/SocExplorer/python/pygments/lexers/dotnet.py |
|
171 | /etc/SocExplorer/python/pygments/lexers/dotnet.py | |
172 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyc |
|
172 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyc | |
173 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyo |
|
173 | /etc/SocExplorer/python/pygments/lexers/dotnet.pyo | |
174 | /etc/SocExplorer/python/pygments/lexers/functional.py |
|
174 | /etc/SocExplorer/python/pygments/lexers/functional.py | |
175 | /etc/SocExplorer/python/pygments/lexers/functional.pyc |
|
175 | /etc/SocExplorer/python/pygments/lexers/functional.pyc | |
176 | /etc/SocExplorer/python/pygments/lexers/functional.pyo |
|
176 | /etc/SocExplorer/python/pygments/lexers/functional.pyo | |
177 | /etc/SocExplorer/python/pygments/lexers/hdl.py |
|
177 | /etc/SocExplorer/python/pygments/lexers/hdl.py | |
178 | /etc/SocExplorer/python/pygments/lexers/hdl.pyc |
|
178 | /etc/SocExplorer/python/pygments/lexers/hdl.pyc | |
179 | /etc/SocExplorer/python/pygments/lexers/hdl.pyo |
|
179 | /etc/SocExplorer/python/pygments/lexers/hdl.pyo | |
180 | /etc/SocExplorer/python/pygments/lexers/jvm.py |
|
180 | /etc/SocExplorer/python/pygments/lexers/jvm.py | |
181 | /etc/SocExplorer/python/pygments/lexers/jvm.pyc |
|
181 | /etc/SocExplorer/python/pygments/lexers/jvm.pyc | |
182 | /etc/SocExplorer/python/pygments/lexers/jvm.pyo |
|
182 | /etc/SocExplorer/python/pygments/lexers/jvm.pyo | |
183 | /etc/SocExplorer/python/pygments/lexers/math.py |
|
183 | /etc/SocExplorer/python/pygments/lexers/math.py | |
184 | /etc/SocExplorer/python/pygments/lexers/math.pyc |
|
184 | /etc/SocExplorer/python/pygments/lexers/math.pyc | |
185 | /etc/SocExplorer/python/pygments/lexers/math.pyo |
|
185 | /etc/SocExplorer/python/pygments/lexers/math.pyo | |
186 | /etc/SocExplorer/python/pygments/lexers/other.py |
|
186 | /etc/SocExplorer/python/pygments/lexers/other.py | |
187 | /etc/SocExplorer/python/pygments/lexers/other.pyc |
|
187 | /etc/SocExplorer/python/pygments/lexers/other.pyc | |
188 | /etc/SocExplorer/python/pygments/lexers/other.pyo |
|
188 | /etc/SocExplorer/python/pygments/lexers/other.pyo | |
189 | /etc/SocExplorer/python/pygments/lexers/parsers.py |
|
189 | /etc/SocExplorer/python/pygments/lexers/parsers.py | |
190 | /etc/SocExplorer/python/pygments/lexers/parsers.pyc |
|
190 | /etc/SocExplorer/python/pygments/lexers/parsers.pyc | |
191 | /etc/SocExplorer/python/pygments/lexers/parsers.pyo |
|
191 | /etc/SocExplorer/python/pygments/lexers/parsers.pyo | |
192 | /etc/SocExplorer/python/pygments/lexers/shell.py |
|
192 | /etc/SocExplorer/python/pygments/lexers/shell.py | |
193 | /etc/SocExplorer/python/pygments/lexers/shell.pyc |
|
193 | /etc/SocExplorer/python/pygments/lexers/shell.pyc | |
194 | /etc/SocExplorer/python/pygments/lexers/shell.pyo |
|
194 | /etc/SocExplorer/python/pygments/lexers/shell.pyo | |
195 | /etc/SocExplorer/python/pygments/lexers/special.py |
|
195 | /etc/SocExplorer/python/pygments/lexers/special.py | |
196 | /etc/SocExplorer/python/pygments/lexers/special.pyc |
|
196 | /etc/SocExplorer/python/pygments/lexers/special.pyc | |
197 | /etc/SocExplorer/python/pygments/lexers/special.pyo |
|
197 | /etc/SocExplorer/python/pygments/lexers/special.pyo | |
198 | /etc/SocExplorer/python/pygments/lexers/sql.py |
|
198 | /etc/SocExplorer/python/pygments/lexers/sql.py | |
199 | /etc/SocExplorer/python/pygments/lexers/sql.pyc |
|
199 | /etc/SocExplorer/python/pygments/lexers/sql.pyc | |
200 | /etc/SocExplorer/python/pygments/lexers/sql.pyo |
|
200 | /etc/SocExplorer/python/pygments/lexers/sql.pyo | |
201 | /etc/SocExplorer/python/pygments/lexers/templates.py |
|
201 | /etc/SocExplorer/python/pygments/lexers/templates.py | |
202 | /etc/SocExplorer/python/pygments/lexers/templates.pyc |
|
202 | /etc/SocExplorer/python/pygments/lexers/templates.pyc | |
203 | /etc/SocExplorer/python/pygments/lexers/templates.pyo |
|
203 | /etc/SocExplorer/python/pygments/lexers/templates.pyo | |
204 | /etc/SocExplorer/python/pygments/lexers/text.py |
|
204 | /etc/SocExplorer/python/pygments/lexers/text.py | |
205 | /etc/SocExplorer/python/pygments/lexers/text.pyc |
|
205 | /etc/SocExplorer/python/pygments/lexers/text.pyc | |
206 | /etc/SocExplorer/python/pygments/lexers/text.pyo |
|
206 | /etc/SocExplorer/python/pygments/lexers/text.pyo | |
207 | /etc/SocExplorer/python/pygments/lexers/web.py |
|
207 | /etc/SocExplorer/python/pygments/lexers/web.py | |
208 | /etc/SocExplorer/python/pygments/lexers/web.pyc |
|
208 | /etc/SocExplorer/python/pygments/lexers/web.pyc | |
209 | /etc/SocExplorer/python/pygments/lexers/web.pyo |
|
209 | /etc/SocExplorer/python/pygments/lexers/web.pyo | |
210 | /etc/SocExplorer/python/pygments/plugin.py |
|
210 | /etc/SocExplorer/python/pygments/plugin.py | |
211 | /etc/SocExplorer/python/pygments/plugin.pyc |
|
211 | /etc/SocExplorer/python/pygments/plugin.pyc | |
212 | /etc/SocExplorer/python/pygments/plugin.pyo |
|
212 | /etc/SocExplorer/python/pygments/plugin.pyo | |
213 | /etc/SocExplorer/python/pygments/scanner.py |
|
213 | /etc/SocExplorer/python/pygments/scanner.py | |
214 | /etc/SocExplorer/python/pygments/scanner.pyc |
|
214 | /etc/SocExplorer/python/pygments/scanner.pyc | |
215 | /etc/SocExplorer/python/pygments/scanner.pyo |
|
215 | /etc/SocExplorer/python/pygments/scanner.pyo | |
216 | /etc/SocExplorer/python/pygments/style.py |
|
216 | /etc/SocExplorer/python/pygments/style.py | |
217 | /etc/SocExplorer/python/pygments/style.pyc |
|
217 | /etc/SocExplorer/python/pygments/style.pyc | |
218 | /etc/SocExplorer/python/pygments/style.pyo |
|
218 | /etc/SocExplorer/python/pygments/style.pyo | |
219 | /etc/SocExplorer/python/pygments/styles/__init__.py |
|
219 | /etc/SocExplorer/python/pygments/styles/__init__.py | |
220 | /etc/SocExplorer/python/pygments/styles/__init__.pyc |
|
220 | /etc/SocExplorer/python/pygments/styles/__init__.pyc | |
221 | /etc/SocExplorer/python/pygments/styles/__init__.pyo |
|
221 | /etc/SocExplorer/python/pygments/styles/__init__.pyo | |
222 | /etc/SocExplorer/python/pygments/styles/autumn.py |
|
222 | /etc/SocExplorer/python/pygments/styles/autumn.py | |
223 | /etc/SocExplorer/python/pygments/styles/autumn.pyc |
|
223 | /etc/SocExplorer/python/pygments/styles/autumn.pyc | |
224 | /etc/SocExplorer/python/pygments/styles/autumn.pyo |
|
224 | /etc/SocExplorer/python/pygments/styles/autumn.pyo | |
225 | /etc/SocExplorer/python/pygments/styles/borland.py |
|
225 | /etc/SocExplorer/python/pygments/styles/borland.py | |
226 | /etc/SocExplorer/python/pygments/styles/borland.pyc |
|
226 | /etc/SocExplorer/python/pygments/styles/borland.pyc | |
227 | /etc/SocExplorer/python/pygments/styles/borland.pyo |
|
227 | /etc/SocExplorer/python/pygments/styles/borland.pyo | |
228 | /etc/SocExplorer/python/pygments/styles/bw.py |
|
228 | /etc/SocExplorer/python/pygments/styles/bw.py | |
229 | /etc/SocExplorer/python/pygments/styles/bw.pyc |
|
229 | /etc/SocExplorer/python/pygments/styles/bw.pyc | |
230 | /etc/SocExplorer/python/pygments/styles/bw.pyo |
|
230 | /etc/SocExplorer/python/pygments/styles/bw.pyo | |
231 | /etc/SocExplorer/python/pygments/styles/colorful.py |
|
231 | /etc/SocExplorer/python/pygments/styles/colorful.py | |
232 | /etc/SocExplorer/python/pygments/styles/colorful.pyc |
|
232 | /etc/SocExplorer/python/pygments/styles/colorful.pyc | |
233 | /etc/SocExplorer/python/pygments/styles/colorful.pyo |
|
233 | /etc/SocExplorer/python/pygments/styles/colorful.pyo | |
234 | /etc/SocExplorer/python/pygments/styles/default.py |
|
234 | /etc/SocExplorer/python/pygments/styles/default.py | |
235 | /etc/SocExplorer/python/pygments/styles/default.pyc |
|
235 | /etc/SocExplorer/python/pygments/styles/default.pyc | |
236 | /etc/SocExplorer/python/pygments/styles/default.pyo |
|
236 | /etc/SocExplorer/python/pygments/styles/default.pyo | |
237 | /etc/SocExplorer/python/pygments/styles/emacs.py |
|
237 | /etc/SocExplorer/python/pygments/styles/emacs.py | |
238 | /etc/SocExplorer/python/pygments/styles/emacs.pyc |
|
238 | /etc/SocExplorer/python/pygments/styles/emacs.pyc | |
239 | /etc/SocExplorer/python/pygments/styles/emacs.pyo |
|
239 | /etc/SocExplorer/python/pygments/styles/emacs.pyo | |
240 | /etc/SocExplorer/python/pygments/styles/friendly.py |
|
240 | /etc/SocExplorer/python/pygments/styles/friendly.py | |
241 | /etc/SocExplorer/python/pygments/styles/friendly.pyc |
|
241 | /etc/SocExplorer/python/pygments/styles/friendly.pyc | |
242 | /etc/SocExplorer/python/pygments/styles/friendly.pyo |
|
242 | /etc/SocExplorer/python/pygments/styles/friendly.pyo | |
243 | /etc/SocExplorer/python/pygments/styles/fruity.py |
|
243 | /etc/SocExplorer/python/pygments/styles/fruity.py | |
244 | /etc/SocExplorer/python/pygments/styles/fruity.pyc |
|
244 | /etc/SocExplorer/python/pygments/styles/fruity.pyc | |
245 | /etc/SocExplorer/python/pygments/styles/fruity.pyo |
|
245 | /etc/SocExplorer/python/pygments/styles/fruity.pyo | |
246 | /etc/SocExplorer/python/pygments/styles/manni.py |
|
246 | /etc/SocExplorer/python/pygments/styles/manni.py | |
247 | /etc/SocExplorer/python/pygments/styles/manni.pyc |
|
247 | /etc/SocExplorer/python/pygments/styles/manni.pyc | |
248 | /etc/SocExplorer/python/pygments/styles/manni.pyo |
|
248 | /etc/SocExplorer/python/pygments/styles/manni.pyo | |
249 | /etc/SocExplorer/python/pygments/styles/monokai.py |
|
249 | /etc/SocExplorer/python/pygments/styles/monokai.py | |
250 | /etc/SocExplorer/python/pygments/styles/monokai.pyc |
|
250 | /etc/SocExplorer/python/pygments/styles/monokai.pyc | |
251 | /etc/SocExplorer/python/pygments/styles/monokai.pyo |
|
251 | /etc/SocExplorer/python/pygments/styles/monokai.pyo | |
252 | /etc/SocExplorer/python/pygments/styles/murphy.py |
|
252 | /etc/SocExplorer/python/pygments/styles/murphy.py | |
253 | /etc/SocExplorer/python/pygments/styles/murphy.pyc |
|
253 | /etc/SocExplorer/python/pygments/styles/murphy.pyc | |
254 | /etc/SocExplorer/python/pygments/styles/murphy.pyo |
|
254 | /etc/SocExplorer/python/pygments/styles/murphy.pyo | |
255 | /etc/SocExplorer/python/pygments/styles/native.py |
|
255 | /etc/SocExplorer/python/pygments/styles/native.py | |
256 | /etc/SocExplorer/python/pygments/styles/native.pyc |
|
256 | /etc/SocExplorer/python/pygments/styles/native.pyc | |
257 | /etc/SocExplorer/python/pygments/styles/native.pyo |
|
257 | /etc/SocExplorer/python/pygments/styles/native.pyo | |
258 | /etc/SocExplorer/python/pygments/styles/pastie.py |
|
258 | /etc/SocExplorer/python/pygments/styles/pastie.py | |
259 | /etc/SocExplorer/python/pygments/styles/pastie.pyc |
|
259 | /etc/SocExplorer/python/pygments/styles/pastie.pyc | |
260 | /etc/SocExplorer/python/pygments/styles/pastie.pyo |
|
260 | /etc/SocExplorer/python/pygments/styles/pastie.pyo | |
261 | /etc/SocExplorer/python/pygments/styles/perldoc.py |
|
261 | /etc/SocExplorer/python/pygments/styles/perldoc.py | |
262 | /etc/SocExplorer/python/pygments/styles/perldoc.pyc |
|
262 | /etc/SocExplorer/python/pygments/styles/perldoc.pyc | |
263 | /etc/SocExplorer/python/pygments/styles/perldoc.pyo |
|
263 | /etc/SocExplorer/python/pygments/styles/perldoc.pyo | |
264 | /etc/SocExplorer/python/pygments/styles/rrt.py |
|
264 | /etc/SocExplorer/python/pygments/styles/rrt.py | |
265 | /etc/SocExplorer/python/pygments/styles/rrt.pyc |
|
265 | /etc/SocExplorer/python/pygments/styles/rrt.pyc | |
266 | /etc/SocExplorer/python/pygments/styles/rrt.pyo |
|
266 | /etc/SocExplorer/python/pygments/styles/rrt.pyo | |
267 | /etc/SocExplorer/python/pygments/styles/tango.py |
|
267 | /etc/SocExplorer/python/pygments/styles/tango.py | |
268 | /etc/SocExplorer/python/pygments/styles/tango.pyc |
|
268 | /etc/SocExplorer/python/pygments/styles/tango.pyc | |
269 | /etc/SocExplorer/python/pygments/styles/tango.pyo |
|
269 | /etc/SocExplorer/python/pygments/styles/tango.pyo | |
270 | /etc/SocExplorer/python/pygments/styles/trac.py |
|
270 | /etc/SocExplorer/python/pygments/styles/trac.py | |
271 | /etc/SocExplorer/python/pygments/styles/trac.pyc |
|
271 | /etc/SocExplorer/python/pygments/styles/trac.pyc | |
272 | /etc/SocExplorer/python/pygments/styles/trac.pyo |
|
272 | /etc/SocExplorer/python/pygments/styles/trac.pyo | |
273 | /etc/SocExplorer/python/pygments/styles/vim.py |
|
273 | /etc/SocExplorer/python/pygments/styles/vim.py | |
274 | /etc/SocExplorer/python/pygments/styles/vim.pyc |
|
274 | /etc/SocExplorer/python/pygments/styles/vim.pyc | |
275 | /etc/SocExplorer/python/pygments/styles/vim.pyo |
|
275 | /etc/SocExplorer/python/pygments/styles/vim.pyo | |
276 | /etc/SocExplorer/python/pygments/styles/vs.py |
|
276 | /etc/SocExplorer/python/pygments/styles/vs.py | |
277 | /etc/SocExplorer/python/pygments/styles/vs.pyc |
|
277 | /etc/SocExplorer/python/pygments/styles/vs.pyc | |
278 | /etc/SocExplorer/python/pygments/styles/vs.pyo |
|
278 | /etc/SocExplorer/python/pygments/styles/vs.pyo | |
279 | /etc/SocExplorer/python/pygments/token.py |
|
279 | /etc/SocExplorer/python/pygments/token.py | |
280 | /etc/SocExplorer/python/pygments/token.pyc |
|
280 | /etc/SocExplorer/python/pygments/token.pyc | |
281 | /etc/SocExplorer/python/pygments/token.pyo |
|
281 | /etc/SocExplorer/python/pygments/token.pyo | |
282 | /etc/SocExplorer/python/pygments/unistring.py |
|
282 | /etc/SocExplorer/python/pygments/unistring.py | |
283 | /etc/SocExplorer/python/pygments/unistring.pyc |
|
283 | /etc/SocExplorer/python/pygments/unistring.pyc | |
284 | /etc/SocExplorer/python/pygments/unistring.pyo |
|
284 | /etc/SocExplorer/python/pygments/unistring.pyo | |
285 | /etc/SocExplorer/python/pygments/util.py |
|
285 | /etc/SocExplorer/python/pygments/util.py | |
286 | /etc/SocExplorer/python/pygments/util.pyc |
|
286 | /etc/SocExplorer/python/pygments/util.pyc | |
287 | /etc/SocExplorer/python/pygments/util.pyo |
|
287 | /etc/SocExplorer/python/pygments/util.pyo | |
288 | /etc/SocExplorer/plugin.conf.d/plugins.conf |
|
288 | /etc/SocExplorer/plugin.conf.d/plugins.conf | |
289 | %{_bindir}/SocExplorer_TCP_Terminal |
|
289 | %{_bindir}/SocExplorer_TCP_Terminal | |
290 | %{_bindir}/socexplorer |
|
290 | %{_bindir}/socexplorer | |
291 | %{_datadir}/SocExplorer/icon.png |
|
291 | %{_datadir}/SocExplorer/icon.png | |
292 | %{_datadir}/SocExplorer/Grlib.xml |
|
292 | %{_datadir}/SocExplorer/Grlib.xml | |
293 | %{_datadir}/SocExplorer/LPP.xml |
|
293 | %{_datadir}/SocExplorer/LPP.xml | |
294 | %{_datadir}/SocExplorer/IAP.xml |
|
294 | %{_datadir}/SocExplorer/IAP.xml | |
295 | %{_datadir}/applications/socexplorer.desktop |
|
295 | %{_datadir}/applications/socexplorer.desktop | |
296 | %{_datadir}/appdata/socexplorer.appdata.xml |
|
296 | %{_datadir}/appdata/socexplorer.appdata.xml | |
297 | %{_qt5_libdir}/libsocexplorercommon.so* |
|
297 | %{_qt5_libdir}/libsocexplorercommon.so* | |
298 | %{_qt5_libdir}/libsocexplorerengine.so* |
|
298 | %{_qt5_libdir}/libsocexplorerengine.so* | |
299 |
|
299 | |||
300 |
|
300 | |||
301 | %files devel |
|
301 | %files devel | |
302 | %{_qt5_headerdir}/SocExplorer/ |
|
302 | %{_qt5_headerdir}/SocExplorer/ | |
303 | %{_qt5_archdatadir}/mkspecs/features/socexplorerplugin.prf |
|
303 | %{_qt5_archdatadir}/mkspecs/features/socexplorerplugin.prf | |
304 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.cpp |
|
304 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.cpp | |
305 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.h |
|
305 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/plugin.h | |
306 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/project.pro |
|
306 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/project.pro | |
307 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/wizard.xml |
|
307 | /usr/share/qtcreator/templates/wizards/SocExplorerPlugin/wizard.xml | |
308 |
|
308 | |||
309 |
|
309 | |||
310 | %changelog |
|
310 | %changelog | |
|
311 | * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |||
|
312 | - Uses r75 as source. | |||
|
313 | ||||
|
314 | * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |||
|
315 | - Uses r74 as source. | |||
|
316 | ||||
311 | * Fri Feb 6 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
317 | * Fri Feb 6 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
312 | - Reseted patches uses r73 as source. |
|
318 | - Reseted patches uses r73 as source. | |
|
319 | ||||
313 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
320 | * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
314 | - Reseted patches uses r72 as source. |
|
321 | - Reseted patches uses r72 as source. | |
315 |
|
322 | |||
316 | * Sun Jun 29 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
323 | * Sun Jun 29 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
317 | - Reseted patches uses r69 as source. |
|
324 | - Reseted patches uses r69 as source. | |
318 |
|
325 | |||
319 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
326 | * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
320 | - Applied patch r65 to install also plugin as RPM |
|
327 | - Applied patch r65 to install also plugin as RPM | |
321 | - Applied patch r66 to install xml soc descriptions in /usr/share/SocExplorer |
|
328 | - Applied patch r66 to install xml soc descriptions in /usr/share/SocExplorer | |
322 | - Applied patch r67 to add appdata for gnome-software visibility |
|
329 | - Applied patch r67 to add appdata for gnome-software visibility | |
323 |
|
330 | |||
324 | * Tue Jun 24 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 |
|
331 | * Tue Jun 24 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4 | |
325 | - Initial Fedora packaging |
|
332 | - Initial Fedora packaging |
General Comments 0
You need to be logged in to leave comments.
Login now