automatic version update by autodist [release 27.2-1mamba;Sun Mar 28 2021]

This commit is contained in:
Automatic Build System 2024-01-05 22:04:55 +01:00
parent a8b012b690
commit daffca3f26

View File

@ -3,14 +3,14 @@
%define dirver %(echo %version | sed "s|[a-z]$||")
Name: emacs
Version: 27.1
Release: 2mamba
Version: 27.2
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>
URL: http://www.gnu.org/software/emacs/
URL: https://www.gnu.org/software/emacs/
Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}-xemacs.desktop
Source2: %{name}-xemacs.png
@ -80,7 +80,6 @@ BuildRequires: pkgconfig
BuildRequires: texinfo
Requires: debianutils
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Emacs is a powerful, customizable, self-documenting, modeless text editor.
@ -142,7 +141,7 @@ Install emacs-X11 if you're going to use Emacs with the X Window System.
You should also install emacs-X11 if you're going to run Emacs both with and without X (it will work fine both ways).
You'll also need to install the emacs package in order to run Emacs.
%debug_package
#% debug_package
%prep
%setup -q -n %{name}-%{dirver}
@ -217,8 +216,8 @@ ARCHDIR=%{_arch}-pc-linux-gnu
%endif
%makeinstall -C build-%{opt_build} \
systemdunitdir=%{_userunitdir}
systemdunitdir=%{_userunitdir} \
INSTALL_STRIP=
#\
# sharedstatedir=%{buildroot}/var \
@ -411,6 +410,9 @@ exit 0
%endif
%changelog
* Sun Mar 28 2021 Automatic Build System <autodist@mambasoft.it> 27.2-1mamba
- automatic version update by autodist
* Sat Oct 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 27.1-2mamba
- remove emacs.pdmp causing conflicts when using differant emacs x/nox target
- update configure (with gtk3) and specfile cleanups