##// END OF EJS Templates
Ready for packaging
jeandet -
r61:888c83cb1957 socexplorer-plugins-0.6-2 default
parent child
Show More
@@ -1,8 +1,8
1 %global upstream_name socexplorer-plugins-0.6-1
1 %global upstream_name socexplorer-plugins-0.6-2
2
2
3 Name: socexplorer-plugins
3 Name: socexplorer-plugins
4 Version: 0.6
4 Version: 0.6
5 Release: 1%{?dist}
5 Release: 2%{?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
@@ -65,6 +65,9 make install INSTALL_ROOT=%{buildroot}
65
65
66 %changelog
66 %changelog
67 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
67 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
68 - Improved ds3plugin.
69
70 * Fri Apr 3 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
68 - Fix some remaining mistakes.
71 - Fix some remaining mistakes.
69
72
70 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
73 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
@@ -10,7 +10,7 TEMPLATE = lib
10 QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
10 QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
11 QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
11 QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
12
12
13 VERSION=0.3.0
13 VERSION=0.4.0
14 TARGET = dsu3plugin #$${DEBUG_EXT}
14 TARGET = dsu3plugin #$${DEBUG_EXT}
15
15
16 DEFINES += PLUGIN=dsu3plugin
16 DEFINES += PLUGIN=dsu3plugin
General Comments 0
You need to be logged in to leave comments. Login now