automatic version update by autodist [release 29.1-1mamba;Sun Aug 13 2023]
This commit is contained in:
parent
16648ba28e
commit
93243c1297
17
emacs.spec
17
emacs.spec
@ -3,13 +3,13 @@
|
||||
|
||||
%define dirver %(echo %version | sed "s|[a-z]$||")
|
||||
Name: emacs
|
||||
Version: 28.2
|
||||
Version: 29.1
|
||||
Release: 1mamba
|
||||
Summary: Common files needed to run the GNU Emacs text editor
|
||||
Group: Applications/Text
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnu.org/software/emacs/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
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
|
||||
#./autogen.sh
|
||||
|
||||
# don't strip
|
||||
sed -i "s|INSTALL_STRIP=-s|INSTALL_STRIP=|" Makefile.in
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
CFLAGSEXTRA="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216"
|
||||
@ -216,8 +219,7 @@ ARCHDIR=%{_arch}-pc-linux-gnu
|
||||
%endif
|
||||
|
||||
%makeinstall -C build-%{opt_build} \
|
||||
systemdunitdir=%{_userunitdir} \
|
||||
INSTALL_STRIP=
|
||||
systemdunitdir=%{_userunitdir}
|
||||
|
||||
#\
|
||||
# sharedstatedir=%{buildroot}/var \
|
||||
@ -225,8 +227,8 @@ ARCHDIR=%{_arch}-pc-linux-gnu
|
||||
# systemdunitdir=%{_userunitdir}
|
||||
|
||||
|
||||
# Remove emacs.pdmp from common
|
||||
rm %{buildroot}%{_libdir}/emacs/%{dirver}/%{_host}/emacs.pdmp
|
||||
## Remove emacs.pdmp from common
|
||||
#rm %{buildroot}%{_libdir}/emacs/%{dirver}/%{_host}/emacs.pdmp
|
||||
|
||||
# Install emacs.pdmp of the emacs with GTK+
|
||||
install -p -m 0644 build-withx/src/emacs.pdmp %{buildroot}%{_bindir}/emacs-%{dirver}.pdmp
|
||||
@ -413,6 +415,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user