ALT Linux Bugzilla
– Attachment 9641 Details for
Bug 40869
проблемы упаковки
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
kitty.spec.diff
kitty.spec.diff (text/plain), 1.06 KB, created by
Michael Shigorin
on 2021-09-06 23:00:46 MSK
(
hide
)
Description:
kitty.spec.diff
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2021-09-06 23:00:46 MSK
Size:
1.06 KB
patch
obsolete
>diff --git a/.gear/kitty.spec b/.gear/kitty.spec >index a241e34b..6d660014 100644 >--- a/.gear/kitty.spec >+++ b/.gear/kitty.spec >@@ -27,7 +27,6 @@ BuildRequires: ncurses > > # For tests > BuildRequires: /proc >-BuildRequires: kitty > BuildRequires: fonts-ttf-gnu-freefont-mono > > %add_python3_path %_libexecdir/%name >@@ -79,10 +78,20 @@ The terminfo file for kitty > %setup > > # Changing shebangs to python3 >-find -type f -name "*.py" -exec sed -e 's|/usr/bin/env python3|%{__python3}|g' \ >- -e 's|/usr/bin/env python|%{__python3}|g' \ >+find -type f -name "*.py" -exec sed -e 's|/usr/bin/env python3|%__python3|g' \ >+ -e 's|/usr/bin/env python|%__python3|g' \ > -i "{}" \; > >+%ifarch %e2k >+# ftbfs workaround with lcc 1.25.17: >+# kitty/screen.c:1437,1463: pointless comparison of unsigned integer with zero >+sed -i "s/-Werror//g" setup.py >+%endif >+ >+# TODO: proper 'install' target >+#build >+#python3_build_debug >+ > %install > mkdir -p %buildroot%_prefix > python3 setup.py linux-package \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40869
: 9641