Changes of Revision 2
kodi-noX-raspberry-pi.spec
Changed
x
1
2
%patch8 -p1
3
4
# Remove build time references so build-compare can do its work
5
+date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE
6
FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes)
7
for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do
8
sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
9
kodi-noX-raspberry-pi2.spec
Changed
9
1
2
%patch8 -p1
3
4
# Remove build time references so build-compare can do its work
5
+date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE
6
FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes)
7
for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do
8
sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
9
kodi-noX.spec
Changed
9
1
2
%patch8 -p1
3
4
# Remove build time references so build-compare can do its work
5
+date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE
6
FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes)
7
for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do
8
sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
9
kodi.spec
Changed
9
1
2
%patch8 -p1
3
4
# Remove build time references so build-compare can do its work
5
+date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE
6
FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes)
7
for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do
8
sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
9