## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 38; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # This file is encoded in UTF-8. -*- coding: utf-8 -*- %bcond gpm %[!(0%{?rhel} >= 10)] %bcond_without gtkx11 %bcond_without lucid %bcond_without nw Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 29.4 Release: %autorelease License: GPL-3.0-or-later AND CC0-1.0 URL: https://www.gnu.org/software/emacs/ Source0: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz Source1: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz.sig Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/17E90D521672C04631B1183EE78DAE0F3115E06B Source3: https://keys.openpgp.org/vks/v1/by-fingerprint/CEA1DE21AB108493CC9C65742E82323B8F4353EE Source4: dotemacs.el Source5: site-start.el Source6: default.el # Emacs Terminal Mode, #551949, #617355 Source7: emacs-terminal.desktop Source8: emacs-terminal.sh Source9: emacs-desktop.sh # Avoid trademark issues Patch: 0001-Pong-and-Tetris-are-excluded.patch # rhbz#713600 Patch: emacs-spellchecker.patch Patch: emacs-system-crypto-policies.patch # causes a dependency on pkgconfig(systemd) # => remove it if we stop using this patch Patch: emacs-libdir-vs-systemd.patch # Avoid using the pure GTK build on X11 where it is unsupported: Patch: emacs-desktop.patch Patch: emacs-pgtk-on-x-error-message.patch # Skip failing tests (patches taken from Emacs Git) Patch: 0001-Fix-failing-help-fns-test.patch Patch: 0001-Fix-flymake-tests-with-GCC-14.patch # Fix intermittently failing test (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72073) Patch: 0001-Fix-wdired-test-unfinished-edit-01-when-temp-dirname.patch # Fix intermittently failing test (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72120) Patch: 0001-Fix-intermittent-failure-of-dired-test-bug27243-02.patch Patch: 0004-Try-harder-to-stabalise-dired-test-bug27243-02.patch # Skip intermittently failing tests Patch: 0002-Test-eshell-test-subcommand-reset-in-pipeline-is-uns.patch Patch: 0003-Mark-multiple-mml-sec-tests-as-unstable-when-built-i.patch # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2276822 # (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63555). If GDK ever # gets any new backends, this patch may need extending. Patch: 0001-Apply-display-kluge-for-PGTK-too.patch Patch: 0002-Fall-back-to-the-terminal-from-pure-GTK-when-no-disp.patch BuildRequires: alsa-lib-devel BuildRequires: atk-devel BuildRequires: autoconf BuildRequires: bzip2 BuildRequires: cairo BuildRequires: cairo-devel BuildRequires: dbus-devel BuildRequires: desktop-file-utils BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: gcc BuildRequires: giflib-devel BuildRequires: glibc-devel BuildRequires: gnupg2 BuildRequires: gnutls-devel BuildRequires: gtk3-devel BuildRequires: gzip BuildRequires: harfbuzz-devel BuildRequires: jansson-devel BuildRequires: libacl-devel BuildRequires: libappstream-glib BuildRequires: libgccjit-devel BuildRequires: libjpeg-turbo BuildRequires: libjpeg-turbo-devel BuildRequires: libotf-devel BuildRequires: libpng-devel BuildRequires: librsvg2-devel BuildRequires: libselinux-devel BuildRequires: libtiff-devel BuildRequires: libtree-sitter-devel BuildRequires: libwebp-devel BuildRequires: libxml2-devel BuildRequires: m17n-lib-devel BuildRequires: make BuildRequires: ncurses-devel BuildRequires: sqlite-devel BuildRequires: systemd-devel BuildRequires: texinfo BuildRequires: zlib-devel %if %{with gpm} BuildRequires: gpm-devel %endif %if %{with lucid} || %{with gtkx11} BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libXdmcp-devel BuildRequires: libXi-devel BuildRequires: libXpm-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: xorg-x11-proto-devel %endif %if %{with lucid} BuildRequires: Xaw3d-devel %endif # for Patch3 BuildRequires: pkgconfig(systemd) %ifarch %{ix86} BuildRequires: util-linux %endif # Emacs doesn't run without a font, rhbz#732422 Requires: google-noto-sans-mono-vf-fonts Requires(preun): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives Requires: emacs-common = %{epoch}:%{version}-%{release} Provides: emacs(bin) = %{epoch}:%{version}-%{release} Supplements: ((libwayland-server and emacs-common) unless emacs-nw) %define site_lisp %{_datadir}/emacs/site-lisp %define site_start_d %{site_lisp}/site-start.d %define pkgconfig %{_datadir}/pkgconfig %define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host} %define native_lisp %{_libdir}/emacs/%{version}/native-lisp %global desc %{expand:GNU Emacs is a powerful, customizable, self-documenting, modeless text editor. It contains special code editing features, a scripting language (elisp), and the capability to read mail, news, and more without leaving the editor. } %description %desc This package provides an emacs binary with support for Wayland, using the GTK toolkit. %if %{with gtkx11} %package gtk+x11 Summary: GNU Emacs text editor with GTK toolkit X support Requires: libgccjit Requires(preun): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives Requires: emacs-common = %{epoch}:%{version}-%{release} Provides: emacs(bin) = %{epoch}:%{version}-%{release} Supplements: ((xorg-x11-server-Xorg and emacs-common) unless emacs-nw) %description gtk+x11 %desc This package provides an emacs-gtk+x11 binary with support for the X Window System, using the GTK toolkit. %endif %if %{with lucid} %package lucid Summary: GNU Emacs text editor with Lucid toolkit X support Requires: google-noto-sans-mono-vf-fonts Requires(preun): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives Requires: emacs-common = %{epoch}:%{version}-%{release} Provides: emacs(bin) = %{epoch}:%{version}-%{release} %description lucid %desc This package provides an emacs-lucid binary with support for the X Window System, using the Lucid toolkit. %endif %if %{with nw} %package nw Summary: GNU Emacs text editor with no window system support Requires(preun): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives Requires: emacs-common = %{epoch}:%{version}-%{release} Provides: emacs(bin) = %{epoch}:%{version}-%{release} Provides: emacs-nox = %{epoch}:%{version}-%{release} Obsoletes: emacs-nox < 1:30 %description nw %desc This package provides an emacs-nw binary without graphical display support, for running on a terminal only. %endif %package -n emacsclient Summary: Remotely control GNU Emacs # This is a moving target whilst Fedora 40 is still receivng updates: Conflicts: emacs-common < %{epoch}:%{version}-%{release} %description -n emacsclient %desc This package provides emacsclient, which can be used to control an Emacs server. %package common Summary: Emacs common files # The entire source code is GPLv3+ except lib-src/etags.c which is # also BSD. Manual (info) is GFDL. License: GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND BSD-3-Clause Requires(preun): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives Requires: /usr/bin/readlink Requires: %{name}-filesystem Requires: emacsclient Requires: libgccjit Recommends: (emacs or emacs-gtk+x11 or emacs-lucid or emacs-nw) Recommends: enchant2 Recommends: info Provides: %{name}-el = %{epoch}:%{version}-%{release} Obsoletes: emacs-el < 1:24.3-29 # transient.el is provided by emacs in lisp/transient.el Provides: emacs-transient = 0.3.7 # the existing emacs-transient package is obsoleted by emacs 28+, last package # version as of the release of emacs 28.1 is obsoleted Obsoletes: emacs-transient < 0.3.0-4 # https://github.com/tree-sitter/tree-sitter/issues/3296 Requires: libtree-sitter >= 0.22.5 # Ideally, we'd package all tree-sitter parsers as RPMs, but, in the # meantime, we need the following packages for # treesit-install-language-grammar to be able to build the parsers for # us at runtime: Recommends: ((gcc and gcc-c++) or clang) Recommends: /usr/bin/git Recommends: libtree-sitter-java %description common %desc This package contains all the common files needed by emacs, emacs-gtk+x11, emacs-lucid, or emacs-nw. %package terminal Summary: A desktop menu item for GNU Emacs terminal. Requires: emacs = %{epoch}:%{version}-%{release} BuildArch: noarch %description terminal Contains a desktop menu item running GNU Emacs terminal. Install emacs-terminal if you need a terminal with Malayalam support. Please note that emacs-terminal is a temporary package and it will be removed when another terminal becomes capable of handling Malayalam. %package devel Summary: Development header files for Emacs %description devel Development header files for Emacs. %prep cat '%{SOURCE2}' '%{SOURCE3}' > keyring %{gpgverify} --keyring=keyring --signature='%{SOURCE1}' --data='%{SOURCE0}' rm keyring %autosetup -p1 # Avoid trademark issues rm lisp/play/pong.el lisp/play/pong.elc \ lisp/play/tetris.el lisp/play/tetris.elc autoconf %ifarch %{ix86} %define setarch setarch %{_arch} -R %else %define setarch %{nil} %endif # Avoid duplicating doc files in the common subpackage ln -s ../../%{name}/%{version}/etc/COPYING doc ln -s ../../%{name}/%{version}/etc/NEWS doc %build export CFLAGS="-DMAIL_USE_LOCKF %{build_cflags}" %set_build_flags %if %{with lucid} # Build Lucid binary mkdir build-lucid && cd build-lucid ln -s ../configure . %configure --with-cairo \ --with-dbus \ --with-gif \ --with-gpm=no \ --with-harfbuzz \ --with-jpeg \ --with-json \ --with-modules \ --with-native-compilation=aot \ --with-png \ --with-rsvg \ --with-sqlite3 \ --with-tiff \ --with-tree-sitter \ --with-webp \ --with-x-toolkit=lucid \ --with-xft \ --with-xinput2 \ --with-xpm %{setarch} %make_build bootstrap %{setarch} %make_build rm src/emacs-%{version}.* cd .. %endif %if %{with nw} # Build binary without X support mkdir build-nw && cd build-nw ln -s ../configure . %configure --with-json \ --with-modules \ --with-native-compilation=aot \ --with-sqlite3 \ --with-tree-sitter \ %if %{without gpm} --with-gpm=no \ %endif --with-x=no %{setarch} %make_build bootstrap %{setarch} %make_build rm src/emacs-%{version}.* cd .. %endif %if %{with gtkx11} # Build GTK/X11 binary mkdir build-gtk+x11 && cd build-gtk+x11 ln -s ../configure . %configure --with-cairo \ --with-dbus \ --with-gif \ --with-gpm=no \ --with-harfbuzz \ --with-jpeg \ --with-json \ --with-modules \ --with-native-compilation=aot \ --with-png \ --with-rsvg \ --with-sqlite3 \ --with-tiff \ --with-tree-sitter \ --with-webp \ --with-x-toolkit=gtk3 \ --with-xinput2 \ --with-xpm %{setarch} %make_build bootstrap %{setarch} %make_build rm src/emacs-%{version}.* cd .. %endif # Build pure GTK binary mkdir build-pgtk && cd build-pgtk ln -s ../configure . %configure --with-cairo \ --with-dbus \ --with-gif \ --with-gpm=no \ --with-harfbuzz \ --with-jpeg \ --with-json \ --with-modules \ --with-native-compilation=aot \ --with-pgtk \ --with-png \ --with-rsvg \ --with-sqlite3 \ --with-tiff \ --with-tree-sitter \ --with-webp \ --with-xpm %{setarch} %make_build bootstrap %{setarch} %make_build rm src/emacs-%{version}.* cd .. # Create pkgconfig file cat > emacs.pc << EOF sitepkglispdir=%{site_lisp} sitestartdir=%{site_start_d} Name: emacs Description: GNU Emacs text editor Version: %{epoch}:%{version} EOF # Create macros.emacs RPM macro file cat > macros.emacs << EOF %%_emacs_version %{version} %%_emacs_ev %{?epoch:%{epoch}:}%{version} %%_emacs_evr %{?epoch:%{epoch}:}%{version}-%{release} %%_emacs_sitelispdir %{site_lisp} %%_emacs_sitestartdir %{site_start_d} %%_emacs_bytecompile(W) /usr/bin/emacs -batch --no-init-file --no-site-file --eval '(push nil load-path)' %%{-W:--eval '(setq byte-compile-error-on-warn t)' }-f batch-byte-compile %%* EOF %install cd build-pgtk %make_install cd .. # Let alternatives manage the symlink rm %{buildroot}%{_bindir}/emacs touch %{buildroot}%{_bindir}/emacs # Do not compress the files which implement compression itself (#484830) gunzip %{buildroot}%{_datadir}/emacs/%{version}/lisp/jka-compr.el.gz gunzip %{buildroot}%{_datadir}/emacs/%{version}/lisp/jka-cmpr-hook.el.gz # Install the emacs binary with pure GTK toolkit mv %{buildroot}%{_bindir}/emacs-%{version} %{buildroot}%{_bindir}/emacs-%{version}-pgtk ln -s emacs-%{version}-pgtk %{buildroot}%{_bindir}/emacs-pgtk %if %{with gtkx11} # Install the emacs binary using mixed GTK and X11 install -p -m 0755 build-gtk+x11/src/emacs %{buildroot}%{_bindir}/emacs-%{version}-gtk+x11 ln -s emacs-%{version}-gtk+x11 %{buildroot}%{_bindir}/emacs-gtk+x11 %endif %if %{with lucid} # Install the emacs with Lucid toolkit install -p -m 0755 build-lucid/src/emacs %{buildroot}%{_bindir}/emacs-%{version}-lucid ln -s emacs-%{version}-lucid %{buildroot}%{_bindir}/emacs-lucid %endif %if %{with nw} # Install the emacs without graphical display install -p -m 0755 build-nw/src/emacs %{buildroot}%{_bindir}/emacs-%{version}-nw ln -s emacs-%{version}-nw %{buildroot}%{_bindir}/emacs-%{version}-nox ln -s emacs-%{version}-nw %{buildroot}%{_bindir}/emacs-nox ln -s emacs-%{version}-nw %{buildroot}%{_bindir}/emacs-nw %endif # Make sure movemail isn't setgid chmod 755 %{buildroot}%{emacs_libexecdir}/movemail mkdir -p %{buildroot}%{site_lisp} install -p -m 0644 %SOURCE5 %{buildroot}%{site_lisp}/site-start.el install -p -m 0644 %SOURCE6 %{buildroot}%{site_lisp} # This solves bz#474958, "update-directory-autoloads" now finally # works the path is different each version, so we'll generate it here echo "(setq source-directory \"%{_datadir}/emacs/%{version}/\")" \ >> %{buildroot}%{site_lisp}/site-start.el mv %{buildroot}%{_bindir}/{etags,etags.emacs} mv %{buildroot}%{_mandir}/man1/{ctags.1.gz,gctags.1.gz} mv %{buildroot}%{_mandir}/man1/{etags.1.gz,etags.emacs.1.gz} mv %{buildroot}%{_bindir}/{ctags,gctags} # BZ 927996 mv %{buildroot}%{_infodir}/{info.info.gz,info.gz} mkdir -p %{buildroot}%{site_lisp}/site-start.d # Default initialization file mkdir -p %{buildroot}%{_sysconfdir}/skel install -p -m 0644 %SOURCE4 %{buildroot}%{_sysconfdir}/skel/.emacs # Install pkgconfig file mkdir -p %{buildroot}/%{pkgconfig} install -p -m 0644 emacs.pc %{buildroot}/%{pkgconfig} # Install rpm macro definition file mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d install -p -m 0644 macros.emacs %{buildroot}%{_rpmconfigdir}/macros.d/ # Installing emacs-terminal binary install -p -m 755 %SOURCE8 %{buildroot}%{_bindir}/emacs-terminal # After everything is installed, remove info dir rm -f %{buildroot}%{_infodir}/dir # Install desktop files desktop-file-install --dir=%{buildroot}%{_datadir}/applications \ %SOURCE7 # Install a wrapper to avoid running the Wayland-only build on X11 install -p -m 0755 %SOURCE9 %{buildroot}%{_bindir}/emacs-desktop # Remove duplicate desktop-related files rm %{buildroot}%{_datadir}/%{name}/%{version}/etc/%{name}.{desktop,metainfo.xml,service} \ %{buildroot}%{_datadir}/%{name}/%{version}/etc/%{name}-mail.desktop \ %{buildroot}%{_datadir}/%{name}/%{version}/etc/org.gnu.emacs.defaults.gschema.xml # We don't ship the client variants yet # https://src.fedoraproject.org/rpms/emacs/pull-request/12 rm %{buildroot}%{_datadir}/applications/emacsclient.desktop rm %{buildroot}%{_datadir}/applications/emacsclient-mail.desktop # # Create file lists # rm -f *-filelist {common,el}-*-files ( TOPDIR=${PWD} cd %{buildroot} find .%{_datadir}/emacs/%{version}/lisp .%{site_lisp} \ \( -type f -name '*.elc' -fprint $TOPDIR/common-lisp-none-elc-files \) -o \( -type d -fprintf $TOPDIR/common-lisp-dir-files "%%%%dir %%p\n" \) -o \( -name '*.el.gz' -fprint $TOPDIR/el-bytecomped-files -o -fprint $TOPDIR/common-not-comped-files \) ) # Sorted list of info files %define info_files auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio eintr elisp emacs-gnutls emacs-mime emacs epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman for info_f in %info_files; do echo "%{_infodir}/${info_f}.info*" >> info-filelist done # info.gz is a rename of info.info.gz and thus needs special handling echo "%{_infodir}/info*" >> info-filelist # Put the lists together after filtering ./usr to /usr sed -i -e "s|\.%{_prefix}|%{_prefix}|" *-files grep -vhE '%{site_lisp}(|/(default\.el|site-start\.d|site-start\.el))$' {common,el}-*-files > common-filelist # Remove old icon rm %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document23.svg # Install the pdmp with fingerprints pgtk_pdmp="emacs-$(./build-pgtk/src/emacs --fingerprint 2>&1 | sed 's/.* //').pdmp" install -p -m 0644 build-pgtk/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${pgtk_pdmp} # Install native compiled Lisp of all builds pgtk_comp_native_ver=$(ls -1 build-pgtk/native-lisp) cp -ar build-pgtk/native-lisp/${pgtk_comp_native_ver} %{buildroot}%{native_lisp} (TOPDIR=${PWD} cd %{buildroot} find .%{native_lisp}/${pgtk_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/pgtk-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/pgtk-dirs "%%%%dir %%p\n" \) ) echo %{emacs_libexecdir}/${pgtk_pdmp} >> pgtk-eln-filelist %if %{with gtkx11} gtkx11_pdmp="emacs-$(./build-gtk+x11/src/emacs --fingerprint 2>&1 | sed 's/.* //').pdmp" install -p -m 0644 build-gtk+x11/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${gtkx11_pdmp} gtkx11_comp_native_ver=$(ls -1 build-gtk+x11/native-lisp) cp -ar build-gtk+x11/native-lisp/${gtkx11_comp_native_ver} %{buildroot}%{native_lisp} (TOPDIR=${PWD} cd %{buildroot} find .%{native_lisp}/${gtkx11_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/gtk+x11-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/gtk+x11-dirs "%%%%dir %%p\n" \) ) echo %{emacs_libexecdir}/${gtkx11_pdmp} >> gtk+x11-eln-filelist %endif %if %{with lucid} lucid_pdmp="emacs-$(./build-lucid/src/emacs --fingerprint 2>&1 | sed 's/.* //').pdmp" install -p -m 0644 build-lucid/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${lucid_pdmp} lucid_comp_native_ver=$(ls -1 build-lucid/native-lisp) cp -ar build-lucid/native-lisp/${lucid_comp_native_ver} %{buildroot}%{native_lisp} (TOPDIR=${PWD} cd %{buildroot} find .%{native_lisp}/${lucid_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/lucid-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/lucid-dirs "%%%%dir %%p\n" \) ) echo %{emacs_libexecdir}/${lucid_pdmp} >> lucid-eln-filelist %endif %if %{with nw} nw_pdmp="emacs-$(./build-nw/src/emacs --fingerprint 2>&1 | sed 's/.* //').pdmp" install -p -m 0644 build-nw/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${nw_pdmp} nw_comp_native_ver=$(ls -1 build-nw/native-lisp) cp -ar build-nw/native-lisp/${nw_comp_native_ver} %{buildroot}%{native_lisp} (TOPDIR=${PWD} cd %{buildroot} find .%{native_lisp}/${nw_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/nw-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/nw-dirs "%%%%dir %%p\n" \) ) echo %{emacs_libexecdir}/${nw_pdmp} >> nw-eln-filelist %endif # remove leading . from filelists sed -i -e "s|\.%{native_lisp}|%{native_lisp}|" *-eln-filelist *-dirs # remove exec permissions from eln files to prevent the debuginfo extractor from # trying to extract debuginfo from them find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs chmod -x # ensure native files are newer than byte-code files # see: https://bugzilla.redhat.com/show_bug.cgi?id=2157979#c11 find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs touch %check # A number of tests that don't work on GNU EMBA are also unstable when # run in Koji. export EMACS_EMBA_CI=1 cd build-pgtk %make_build check cd .. %if %{with gtkx11} cd build-gtk+x11 %make_build check cd .. %endif %if %{with lucid} cd build-lucid %make_build check cd .. %endif %if %{with nw} cd build-nw %make_build check cd .. %endif appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/*.metainfo.xml desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %preun if [ $1 = 0 ]; then /usr/sbin/alternatives --remove emacs %{_bindir}/emacs-pgtk || : fi %posttrans /usr/sbin/alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-pgtk 80 || : %if %{with lucid} %preun lucid if [ $1 = 0 ]; then /usr/sbin/alternatives --remove emacs %{_bindir}/emacs-lucid || : fi %posttrans lucid /usr/sbin/alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-lucid 70 || : # The preun scriptlet of packages before 29.4-5 will remove this symlink # after it has been installed, so we may need to put it back: if [ $1 = 2 -a ! -h %{_bindir}/emacs-lucid ]; then ln -s emacs-%{version}-lucid %{_bindir}/emacs-lucid fi %endif %if %{with gtkx11} %preun gtk+x11 if [ $1 = 0 ]; then /usr/sbin/alternatives --remove emacs %{_bindir}/emacs-gtk+x11 || : fi %posttrans gtk+x11 /usr/sbin/alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-gtk+x11 75 || : # The preun scriptlet of packages before 29.4-5 will remove this symlink # after it has been installed, so we may need to put it back: if [ $1 = 2 -a ! -h %{_bindir}/emacs-gtk+x11 ]; then ln -s emacs-%{version}-gtk+x11 %{_bindir}/emacs-gtk+x11 fi %endif %if %{with nw} %preun nw if [ $1 = 0 ]; then /usr/sbin/alternatives --remove emacs %{_bindir}/emacs-nw || : fi %posttrans nw /usr/sbin/alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-nw 70 || : # The preun scriptlet of packages before 29.4-5 will remove this symlink # after it has been installed, so we may need to put it back: if [ $1 = 2 -a ! -h %{_bindir}/emacs-nw ]; then ln -s emacs-%{version}-nw %{_bindir}/emacs-nw fi %endif %preun common if [ $1 = 0 ]; then /usr/sbin/alternatives --remove emacs.etags %{_bindir}/etags.emacs || : fi %posttrans common /usr/sbin/alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \ --slave %{_mandir}/man1/etags.1.gz emacs.etags.man %{_mandir}/man1/etags.emacs.1.gz || : %files -f pgtk-eln-filelist -f pgtk-dirs %attr(0755,-,-) %ghost %{_bindir}/emacs %{_bindir}/emacs-%{version}-pgtk %{_bindir}/emacs-pgtk %{_datadir}/glib-2.0/schemas/org.gnu.emacs.defaults.gschema.xml %if %{with gtkx11} %files gtk+x11 -f gtk+x11-eln-filelist -f gtk+x11-dirs %attr(0755,-,-) %ghost %{_bindir}/emacs %{_bindir}/emacs-%{version}-gtk+x11 %{_bindir}/emacs-gtk+x11 %endif %if %{with lucid} %files lucid -f lucid-eln-filelist -f lucid-dirs %attr(0755,-,-) %ghost %{_bindir}/emacs %{_bindir}/emacs-%{version}-lucid %{_bindir}/emacs-lucid %endif %if %{with nw} %files nw -f nw-eln-filelist -f nw-dirs %attr(0755,-,-) %ghost %{_bindir}/emacs %{_bindir}/emacs-%{version}-nox %{_bindir}/emacs-%{version}-nw %{_bindir}/emacs-nox %{_bindir}/emacs-nw %endif %files -n emacsclient %license etc/COPYING %{_bindir}/emacsclient %{_mandir}/man1/emacsclient.1* %files common -f common-filelist -f info-filelist %config(noreplace) %{_sysconfdir}/skel/.emacs %{_rpmconfigdir}/macros.d/macros.emacs %license etc/COPYING %doc doc/NEWS BUGS README %{_bindir}/ebrowse %{_bindir}/emacs-desktop %{_bindir}/etags.emacs %{_bindir}/gctags %{_datadir}/applications/emacs.desktop %{_datadir}/applications/emacs-mail.desktop %{_metainfodir}/%{name}.metainfo.xml %{_datadir}/icons/hicolor/*/apps/emacs.png %{_datadir}/icons/hicolor/scalable/apps/emacs.svg %{_datadir}/icons/hicolor/scalable/apps/emacs.ico %{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document.svg %{_mandir}/man1/ebrowse.1* %{_mandir}/man1/emacs.1* %{_mandir}/man1/etags.emacs.1* %{_mandir}/man1/gctags.1* %dir %{_datadir}/emacs/%{version} %{_datadir}/emacs/%{version}/etc %{_datadir}/emacs/%{version}/site-lisp %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/%{version} %dir %{native_lisp} %dir %{_libexecdir}/emacs %dir %{_libexecdir}/emacs/%{version} %dir %{emacs_libexecdir} %{emacs_libexecdir}/movemail %{emacs_libexecdir}/hexl %{emacs_libexecdir}/rcs2log %{_userunitdir}/emacs.service %attr(0644,root,root) %config(noreplace) %{site_lisp}/default.el %attr(0644,root,root) %config %{site_lisp}/site-start.el %{pkgconfig}/emacs.pc %files terminal %{_bindir}/emacs-terminal %{_datadir}/applications/emacs-terminal.desktop %files devel %{_includedir}/emacs-module.h %changelog ## START: Generated by rpmautospec * Wed Oct 09 2024 Peter Oliver - 1:29.4-38 - Skip unstable test mml-secure-key-checks. * Wed Oct 09 2024 Peter Oliver - 1:29.4-37 - Don’t pull in GUI builds if emacs-nw is installed (#2273786). * Thu Oct 03 2024 Peter Oliver - 1:29.4-36 - RPM git-core is sufficient for fetching Tree-sitter grammar source (#2316238) * Thu Sep 26 2024 Peter Oliver - 1:29.4-35 - Don’t mention removed games in menus or documentation. * Tue Sep 24 2024 Peter Oliver - 1:29.4-34 - Rebuild against tree-sitter-0.23.0-2.fc41. * Sun Sep 22 2024 Peter Oliver - 1:29.4-33 - Fix typo. * Sun Sep 22 2024 Peter Oliver - 1:29.4-32 - Drop WebKit, since recent versions are incompatible with Emacs * Wed Aug 28 2024 Peter Oliver - 1:29.4-31 - Relax libtree-sitter requirement. * Thu Aug 22 2024 Jacek Migacz - 1:29.4-30 - Unset custom linker flags * Wed Jul 17 2024 Fedora Release Engineering - 1:29.4-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Peter Oliver - 1:29.4-28 - More test stabilisation. * Tue Jul 16 2024 Peter Oliver - 1:29.4-27 - Try harder to stabalise dired-test-bug27243-02 * Tue Jul 16 2024 Peter Oliver - 1:29.4-26 - Skip another unstable test. * Tue Jul 16 2024 Peter Oliver - 1:29.4-25 - Builds on i686 are working again. * Mon Jul 15 2024 Peter Oliver - 1:29.4-24 - Skip intermittently failing tests. * Mon Jul 15 2024 Peter Oliver - 1:29.4-23 - Fix another intermittent test failure. * Sun Jul 14 2024 Peter Oliver - 1:29.4-22 - Fall back to the terminal from pure GTK when no display is available * Fri Jul 12 2024 Peter Oliver - 1:29.4-21 - Fix typos. * Fri Jul 12 2024 Peter Oliver - 1:29.4-20 - Fix intermittently failing test wdired-test-unfinished-edit-01. * Fri Jul 12 2024 Peter Oliver - 1:29.4-19 - Drop i686, which is currently failing to build. * Thu Jul 11 2024 Peter Oliver - 1:29.4-18 - Restore former alternatives symlinks, if they are missing * Thu Jul 11 2024 Peter Oliver - 1:29.4-17 - Skip tests that are unstable when run on GNU EMBA * Thu Jul 11 2024 Peter Oliver - 1:29.4-16 - Emacs’ -*- line has to come first. * Thu Jul 11 2024 Peter Oliver - 1:29.4-15 - Patches no-longer require numbering. * Thu Jul 11 2024 Peter Oliver - 1:29.4-14 - Don’t explicitly specify a hardened build, since that’s now default. * Thu Jul 11 2024 Peter Oliver - 1:29.4-13 - Don’t pacakge duplicate desktop-related files. * Thu Jul 11 2024 Peter Oliver - 1:29.4-12 - Gitignore more temporary packaging-related files. * Thu Jul 11 2024 Peter Oliver - 1:29.4-11 - Own unowned directories. * Wed Jul 10 2024 Peter Oliver - 1:29.4-10 - Fix another failing test. * Mon Jul 08 2024 Peter Oliver - 1:29.4-9 - Conditionalise build of alternative binaries * Mon Jul 08 2024 Peter Oliver - 1:29.4-8 - Run tests. * Mon Jul 08 2024 Peter Oliver - 1:29.4-7 - Add missing symlink to package. * Wed Jul 03 2024 Peter Oliver - 1:29.4-6 - Reduce use of alternatives * Tue Jul 02 2024 Peter Oliver - 1:29.4-5 - Add Missing Requires for emacs-desktop wrapper * Tue Jul 02 2024 Peter Oliver - 1:29.4-4 - Conflicts of emacsclient should reflect emacs-common in F40. * Sun Jun 23 2024 Peter Oliver - 1:29.4-3 - Remember to commit key. * Sun Jun 23 2024 Peter Oliver - 1:29.4-2 - Emacs 29.4 tarball is signed by Stefan Kangas, not Eli Zaretskii. * Sun Jun 23 2024 Peter Oliver - 1:29.4-1 - Update to version 29.4. * Sat Apr 27 2024 Peter Oliver - 1:29.3-10 - Tweak subpackage summaries and descriptions. * Sat Apr 27 2024 Peter Oliver - 1:29.3-9 - Split emacsclient into a package that can be installed independently * Fri Apr 26 2024 Peter Oliver - 1:29.3-8 - Rebuild Emacs, fixing Tree-sitter crash #2277250. * Tue Apr 23 2024 Pavol Žáčik - 1:29.3-7 - Remove liblockfile dependency * Tue Apr 09 2024 Peter Oliver - 1:29.3-6 - Split emacs-filesystem into a separate source package. * Tue Apr 09 2024 Peter Oliver - 1:29.3-5 - Don’t assume a prerelease Emacs version in emacs-desktop * Mon Apr 08 2024 Peter Oliver - 1:29.3-4 - Use HTTPS for URL. * Fri Apr 05 2024 Peter Oliver - 1:29.3-3 - Require any emacs-filesystem * Wed Apr 03 2024 Peter Oliver - 1:29.3-2 - Obsolete the newer emacs-nox now in F39, fixing system upgrades * Mon Mar 25 2024 Dan Čermák - 1:29.3-1 - New upstream release 29.3, fixes rhbz#2271287 * Tue Feb 06 2024 Yaakov Selkowitz - 1:29.2-4 - Disable gpm on ELN * Wed Jan 24 2024 Fedora Release Engineering - 1:29.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Peter Oliver - 1:29.2-2 - Remember to update sources. * Mon Jan 22 2024 Peter Oliver - 1:29.2-1 - Update to version 29.2 * Wed Jan 17 2024 Tim Landscheidt - 1:29.1-16 - Add -W option to %%_emacs_bytecompile * Fri Jan 05 2024 Lukáš Zaoral - 1:29.1-15 - use correct BuildRequires for SQLite support * Sun Nov 19 2023 Peter Oliver - 1:29.1-14 - Recommend libtree-sitter-java. * Tue Nov 07 2023 Yaakov Selkowitz - 1:29.1-13 - Fix alternatives dependencies * Sat Oct 21 2023 Peter Oliver - 1:29.1-12 - Fix typo. * Sat Oct 21 2023 Peter Oliver - 1:29.1-11 - Fix typo. * Sat Oct 21 2023 Peter Oliver - 1:29.1-10 - RPMAUTOSPEC: unresolvable merge ## END: Generated by rpmautospec