14c14
< Source:        ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
---
> Source:        https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
23d22
< %if "%{?stage1}" != "1"
32d30
< %endif
53d50
< %if "%{?stage1}" != "1"
55d51
< %endif
60d55
< %if "%{?stage1}" != "1"
63d57
< %endif
94d87
< 
139,140d131
< #% debug_package
< 
154,163c145,153
< #CONFOPTS="\
< #--build=%{_build} \
< #--host=%{_host} \
< #--prefix=%{_prefix} \
< #--libdir=%{_libdir} \
< #--libexecdir=%{_libdir} \
< #--mandir=%{_mandir} \
< #--infodir=%{_infodir} \
< #--sharedstatedir=/var \
< #--with-pop"
---
> CONFOPTS="\
>    --disable-build-details \
>    --with-modules \
>    --with-harfbuzz \
>    --with-libsystemd \
>    --with-cairo \
>    --with-json \
>    --with-native-compilation=aot \
>    --with-tree-sitter"
173,176c163,169
<    --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
<    --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \
<    --with-xwidgets --with-modules --with-harfbuzz --with-cairo --with-json \
<    --with-sound \
---
>    --with-dbus \
>    --with-gif \
>    --with-jpeg \
>    --with-png \
>    --with-rsvg \
>    --with-tiff \
>    --with-x-toolkit=gtk3 \
193,194c186
<    --with-modules \
<    --with-json
---
>    --without-sound
213,218d204
< 
< #\
< #   sharedstatedir=%{buildroot}/var \
< #   libexecdir=%{buildroot}%{_libdir} \
< #   systemdunitdir=%{_userunitdir}
< 
