Changes of Revision 71
kodi-noX-raspberry-pi.spec
Changed
x
1
2
%endif
3
%endif
4
%endif
5
-%if %{kodi_player} == "omxplayer"
6
+%if "%{kodi_player}" == "omxplayer"
7
Requires: omxplayer
8
%endif
9
BuildRequires: cmake
10
11
#
12
Obsoletes: xbmc < %{version}
13
Provides: xbmc = %{version}
14
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
15
%if %{with kodi_with_X11}
16
Conflicts: kodi
17
%else
18
19
%service_del_postun kodi.service
20
21
%files
22
-%defattr(-,root,root)
23
%doc version.txt
24
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d
25
%{_bindir}/kodi
26
27
28
29
%files devel
30
-%defattr(-,root,root)
31
%dir %{_includedir}/kodi
32
%{_includedir}/kodi/xbmc_epg_types.h
33
%{_includedir}/kodi/xbmc_addon_dll.h
34
kodi-noX-raspberry-pi2.spec
Changed
34
1
2
%endif
3
%endif
4
%endif
5
-%if %{kodi_player} == "omxplayer"
6
+%if "%{kodi_player}" == "omxplayer"
7
Requires: omxplayer
8
%endif
9
BuildRequires: cmake
10
11
#
12
Obsoletes: xbmc < %{version}
13
Provides: xbmc = %{version}
14
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
15
%if %{with kodi_with_X11}
16
Conflicts: kodi
17
%else
18
19
%service_del_postun kodi.service
20
21
%files
22
-%defattr(-,root,root)
23
%doc version.txt
24
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d
25
%{_bindir}/kodi
26
27
28
29
%files devel
30
-%defattr(-,root,root)
31
%dir %{_includedir}/kodi
32
%{_includedir}/kodi/xbmc_epg_types.h
33
%{_includedir}/kodi/xbmc_addon_dll.h
34
kodi-noX.spec
Changed
34
1
2
%endif
3
%endif
4
%endif
5
-%if %{kodi_player} == "omxplayer"
6
+%if "%{kodi_player}" == "omxplayer"
7
Requires: omxplayer
8
%endif
9
BuildRequires: cmake
10
11
#
12
Obsoletes: xbmc < %{version}
13
Provides: xbmc = %{version}
14
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
15
%if %{with kodi_with_X11}
16
Conflicts: kodi
17
%else
18
19
%service_del_postun kodi.service
20
21
%files
22
-%defattr(-,root,root)
23
%doc version.txt
24
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d
25
%{_bindir}/kodi
26
27
28
29
%files devel
30
-%defattr(-,root,root)
31
%dir %{_includedir}/kodi
32
%{_includedir}/kodi/xbmc_epg_types.h
33
%{_includedir}/kodi/xbmc_addon_dll.h
34
kodi.spec
Changed
34
1
2
%endif
3
%endif
4
%endif
5
-%if %{kodi_player} == "omxplayer"
6
+%if "%{kodi_player}" == "omxplayer"
7
Requires: omxplayer
8
%endif
9
BuildRequires: cmake
10
11
#
12
Obsoletes: xbmc < %{version}
13
Provides: xbmc = %{version}
14
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
15
%if %{with kodi_with_X11}
16
Conflicts: kodi
17
%else
18
19
%service_del_postun kodi.service
20
21
%files
22
-%defattr(-,root,root)
23
%doc version.txt
24
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d
25
%{_bindir}/kodi
26
27
28
29
%files devel
30
-%defattr(-,root,root)
31
%dir %{_includedir}/kodi
32
%{_includedir}/kodi/xbmc_epg_types.h
33
%{_includedir}/kodi/xbmc_addon_dll.h
34