automatic version update by autodist [release 1.4.19-1mamba;Sun May 30 2021]

This commit is contained in:
Automatic Build System 2024-01-06 06:39:07 +01:00
parent d13fe325e8
commit af01a499e0
2 changed files with 12 additions and 11 deletions

View File

@ -4,6 +4,5 @@ A GNU implementation of the traditional UNIX macro processor.
M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process.
M4 has built-in functions for including files, running shell commands, doing arithmetic, etc.
The autoconf program needs m4 for generating configure scripts, but not for running configure scripts.
Install m4 if you need a macro processor.

22
m4.spec
View File

@ -1,36 +1,32 @@
Name: m4
Version: 1.4.18
Release: 2mamba
Version: 1.4.19
Release: 1mamba
Summary: The GNU macro processor
Group: Applications/Text
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/m4
URL: http://www.gnu.org/software/m4/
Source: ftp://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
Patch0: m4-1.4.18-glibc-2.32.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libsigsegv-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A GNU implementation of the traditional UNIX macro processor.
M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process.
M4 has built-in functions for including files, running shell commands, doing arithmetic, etc.
The autoconf program needs m4 for generating configure scripts, but not for running configure scripts.
Install m4 if you need a macro processor.
%debug_package
%prep
%setup -q
%patch0 -p1
#%patch0 -p1
%build
%configure
@ -40,17 +36,20 @@ Install m4 if you need a macro processor.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeoldinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
%install_info %{name}.info
:
%preun
%uninstall_info %{name}.info
exit 0
:
%files
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/m4
%{_infodir}/%{name}.*
@ -59,6 +58,9 @@ exit 0
#BACKLOG ChangeLog NEWS README THANKS TODO
%changelog
* Sun May 30 2021 Automatic Build System <autodist@mambasoft.it> 1.4.19-1mamba
- automatic version update by autodist
* Wed Nov 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.18-2mamba
- rebuilt with debug package, patch against glibc, specfile review