##// END OF EJS Templates
Fixes on spec file for rpm packaging
jeandet -
r54:db83593ce722 default
parent child
Show More
@@ -1,84 +1,84
1 %global upstream_name socexplorer-plugins-0.6
1 %global upstream_name socexplorer-plugins-0.6-0
2
2
3 Name: socexplorer-plugins
3 Name: socexplorer-plugins
4 Version: 0.6
4 Version: 0.6
5 Release: 0%{?dist}
5 Release: 0%{?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
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/381/socexplorer-plugins-0.5.zip
10 Source0: https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/381/%{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: elfutils-libelf-devel
19 BuildRequires: elfutils-libelf-devel
20 BuildRequires: qt5-pythonqt-devel
20 BuildRequires: qt5-pythonqt-devel
21 BuildRequires: socexplorer-devel-0.6-0
21 BuildRequires: socexplorer-devel = 0.6
22
22
23 %description
23 %description
24 SocExplorer is an open source generic System On Chip testing software/framework. This package contains the base plugins for SocExplorer such as AHBUARTplugin for connecting to any grlib based design with an AHBUART.
24 SocExplorer is an open source generic System On Chip testing software/framework. This package contains the base plugins for SocExplorer such as AHBUARTplugin for connecting to any grlib based design with an AHBUART.
25 You will get:
25 You will get:
26 - AHB UART plugin
26 - AHB UART plugin
27 - APB UART plugin
27 - APB UART plugin
28 - AMBA plugin
28 - AMBA plugin
29 - DSU3 plugin
29 - DSU3 plugin
30 - Generic rw plugin
30 - Generic rw plugin
31 - Memcheck & Memectr plugins
31 - Memcheck & Memectr plugins
32
32
33 %prep
33 %prep
34 %setup -q -n %{upstream_name}
34 %setup -q -n %{upstream_name}
35
35
36 %build
36 %build
37 %{_qt5_qmake}
37 %{_qt5_qmake}
38
38
39 make %{?_smp_mflags}
39 make %{?_smp_mflags}
40
40
41 %install
41 %install
42 make install INSTALL_ROOT=%{buildroot}
42 make install INSTALL_ROOT=%{buildroot}
43
43
44 %post -p /sbin/ldconfig
44 %post -p /sbin/ldconfig
45
45
46 %postun -p /sbin/ldconfig
46 %postun -p /sbin/ldconfig
47
47
48 %files
48 %files
49 %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so*
49 %{_qt5_libdir}/SocExplorer/plugins/libApbUartPlugin.so*
50 %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so*
50 %{_qt5_libdir}/SocExplorer/plugins/libahbuartplugin.so*
51 %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so*
51 %{_qt5_libdir}/SocExplorer/plugins/libambaplugin.so*
52 %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so*
52 %{_qt5_libdir}/SocExplorer/plugins/libdsu3plugin.so*
53 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
53 %{_qt5_libdir}/SocExplorer/plugins/libgenericrwplugin.so*
54 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
54 %{_qt5_libdir}/SocExplorer/plugins/libmemcheckplugin.so*
55 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
55 %{_qt5_libdir}/SocExplorer/plugins/libmemctrlrplugin.so*
56
56
57 %changelog
57 %changelog
58 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
58 * Thu Apr 2 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.6
59 -Uses r53 as source.
59 -Uses r53 as source.
60 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
60 -Removed GenericPySysdriver interface, now socexplorer plugins can be subclassed in python.
61
61
62 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
62 * Thu Mar 26 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.5
63 -Uses r51 as source.
63 -Uses r51 as source.
64
64
65 * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
65 * Wed Mar 25 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
66 -Uses r50 as source.
66 -Uses r50 as source.
67
67
68 * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
68 * Fri Mar 20 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
69 -Uses r49 as source.
69 -Uses r49 as source.
70
70
71 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
71 * Mon Mar 9 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
72 -Uses r48 as source.
72 -Uses r48 as source.
73
73
74 * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
74 * Wed Feb 18 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
75 -Uses r45 as source.
75 -Uses r45 as source.
76
76
77 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
77 * Tue Feb 10 2015 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
78 -Uses r44 as source.
78 -Uses r44 as source.
79
79
80 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
80 * Tue Dec 30 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
81 - Uses r42 as source.
81 - Uses r42 as source.
82
82
83 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
83 * Sat Jun 28 2014 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 0.4
84 - Initial Fedora packaging
84 - Initial Fedora packaging
General Comments 0
You need to be logged in to leave comments. Login now