automatic version update by autodist [release 29.1-1mamba;Sun Aug 13 2023]

This commit is contained in:
Automatic Build System 2024-01-05 22:04:57 +01:00
parent 16648ba28e
commit 93243c1297

View File

@ -3,13 +3,13 @@
%define dirver %(echo %version | sed "s|[a-z]$||") %define dirver %(echo %version | sed "s|[a-z]$||")
Name: emacs Name: emacs
Version: 28.2 Version: 29.1
Release: 1mamba Release: 1mamba
Summary: Common files needed to run the GNU Emacs text editor Summary: Common files needed to run the GNU Emacs text editor
Group: Applications/Text Group: Applications/Text
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gnu.org/software/emacs/ URL: https://www.gnu.org/software/emacs/
Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}-xemacs.desktop Source1: %{name}-xemacs.desktop
@ -155,6 +155,9 @@ You'll also need to install the emacs package in order to run Emacs.
#sed -i 's/ctags/gctags/g' etc/etags.1 #sed -i 's/ctags/gctags/g' etc/etags.1
#./autogen.sh #./autogen.sh
# don't strip
sed -i "s|INSTALL_STRIP=-s|INSTALL_STRIP=|" Makefile.in
%build %build
#:<< _EOF #:<< _EOF
CFLAGSEXTRA="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216" CFLAGSEXTRA="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216"
@ -216,8 +219,7 @@ ARCHDIR=%{_arch}-pc-linux-gnu
%endif %endif
%makeinstall -C build-%{opt_build} \ %makeinstall -C build-%{opt_build} \
systemdunitdir=%{_userunitdir} \ systemdunitdir=%{_userunitdir}
INSTALL_STRIP=
#\ #\
# sharedstatedir=%{buildroot}/var \ # sharedstatedir=%{buildroot}/var \
@ -225,8 +227,8 @@ ARCHDIR=%{_arch}-pc-linux-gnu
# systemdunitdir=%{_userunitdir} # systemdunitdir=%{_userunitdir}
# Remove emacs.pdmp from common ## Remove emacs.pdmp from common
rm %{buildroot}%{_libdir}/emacs/%{dirver}/%{_host}/emacs.pdmp #rm %{buildroot}%{_libdir}/emacs/%{dirver}/%{_host}/emacs.pdmp
# Install emacs.pdmp of the emacs with GTK+ # Install emacs.pdmp of the emacs with GTK+
install -p -m 0644 build-withx/src/emacs.pdmp %{buildroot}%{_bindir}/emacs-%{dirver}.pdmp install -p -m 0644 build-withx/src/emacs.pdmp %{buildroot}%{_bindir}/emacs-%{dirver}.pdmp
@ -413,6 +415,9 @@ exit 0
%endif %endif
%changelog %changelog
* Sun Aug 13 2023 Automatic Build System <autodist@mambasoft.it> 29.1-1mamba
- automatic version update by autodist
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 28.2-1mamba * Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 28.2-1mamba
- automatic version update by autodist - automatic version update by autodist