Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 31
View file
kodi-noX.spec
Changed
@@ -43,6 +43,7 @@ Group: Productivity/Multimedia/Video/Players Url: http://kodi.tv/ Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{kodi_version}.tar.gz +Source1: kodi.SuSEFirewall2 Source2: pvr-addons.tar.bz2 Source3: kodi-platform-054a42f66.tar.gz Patch1: no-xbmc-symbolic-link.patch @@ -250,7 +251,7 @@ %patch3 %patch4 %patch5 -%patch6 -p1 +%patch6 # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') @@ -360,6 +361,9 @@ %install make DESTDIR=%{buildroot} install %{?_smp_mflags} +# SuSEfirewall service description +install -D -m 644 %{_sourcedir}/kodi.SuSEfirewall2 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/kodi + # remove the doc files from unversioned /usr/share/doc/kodi, they should be in versioned docdir rm -r %{buildroot}/%{_datadir}/doc/ @@ -399,6 +403,7 @@ %files %defattr(-,root,root) %doc copying.txt LICENSE.GPL docs/README.linux +%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/kodi %{_bindir}/kodi %dir %{_libdir}/kodi %{_libdir}/kodi/kodi.bin
View file
kodi.spec
Changed
@@ -43,6 +43,7 @@ Group: Productivity/Multimedia/Video/Players Url: http://kodi.tv/ Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{kodi_version}.tar.gz +Source1: kodi.SuSEFirewall2 Source2: pvr-addons.tar.bz2 Source3: kodi-platform-054a42f66.tar.gz Patch1: no-xbmc-symbolic-link.patch @@ -250,7 +251,7 @@ %patch3 %patch4 %patch5 -%patch6 -p1 +%patch6 # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') @@ -360,6 +361,9 @@ %install make DESTDIR=%{buildroot} install %{?_smp_mflags} +# SuSEfirewall service description +install -D -m 644 %{_sourcedir}/kodi.SuSEfirewall2 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/kodi + # remove the doc files from unversioned /usr/share/doc/kodi, they should be in versioned docdir rm -r %{buildroot}/%{_datadir}/doc/ @@ -399,6 +403,7 @@ %files %defattr(-,root,root) %doc copying.txt LICENSE.GPL docs/README.linux +%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/kodi %{_bindir}/kodi %dir %{_libdir}/kodi %{_libdir}/kodi/kodi.bin
View file
kodi.SuSEfirewall2
Added
@@ -0,0 +1,9 @@ +## Name: Kodi web server interface +## Description: opens ports for kodi in order to allow other hosts connect to it + +# space separated list of allowed TCP ports +TCP="1084 1131 1308 8080" + +# space separated list of allowed UDP ports +UDP="1900 9777 12374" +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.