##// END OF EJS Templates
Ready for packaging.
Jeandet Alexis -
r92:7f21c0e03b63 socexplorer-plugins-0.7-5 default draft
parent child
Show More
@@ -1,8 +1,8
1 %global upstream_name socexplorer-plugins-0.7-4
1 %global upstream_name socexplorer-plugins-0.7-5
2
2
3 Name: socexplorer-plugins
3 Name: socexplorer-plugins
4 Version: 0.7
4 Version: 0.7
5 Release: 4%{?dist}
5 Release: 5%{?dist}
6 Summary: Base plugins for SocExplorer.
6 Summary: Base plugins for SocExplorer.
7 Group: Development/Tools
7 Group: Development/Tools
8 License: GPLv2
8 License: GPLv2
@@ -66,6 +66,10 make install INSTALL_ROOT=%{buildroot}
66 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
66 %{_qt5_libdir}/SocExplorer/plugins/libspwplugin.so*
67
67
68 %changelog
68 %changelog
69 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-5
70 - SpwPlugin:
71 Try to fix thread terminaison.
72
69 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-4
73 * Fri Dec 9 2016 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.7-4
70 - dsu3plugin:
74 - dsu3plugin:
71 Added automatic Stack Pointer setting.
75 Added automatic Stack Pointer setting.
@@ -12,7 +12,7 QMAKE_CFLAGS += -std=c++11
12
12
13 win32:CONFIG += dll
13 win32:CONFIG += dll
14 win32:CONFIG -= static
14 win32:CONFIG -= static
15 VERSION=0.6.2
15 VERSION=0.6.3
16 TARGET = spwplugin
16 TARGET = spwplugin
17 DEFINES += PLUGIN=spwplugin
17 DEFINES += PLUGIN=spwplugin
18 DEFINES += PLUGINHEADER="\"\\\"spwplugin.h"\\\"\"
18 DEFINES += PLUGINHEADER="\"\\\"spwplugin.h"\\\"\"
General Comments 0
You need to be logged in to leave comments. Login now