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 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. 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. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts.
Install m4 if you need a macro processor. Install m4 if you need a macro processor.

22
m4.spec
View File

@ -1,36 +1,32 @@
Name: m4 Name: m4
Version: 1.4.18 Version: 1.4.19
Release: 2mamba Release: 1mamba
Summary: The GNU macro processor Summary: The GNU macro processor
Group: Applications/Text Group: Applications/Text
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: ftp://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
Patch0: m4-1.4.18-glibc-2.32.patch Patch0: m4-1.4.18-glibc-2.32.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libsigsegv-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires(post):%{__install_info} Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A GNU implementation of the traditional UNIX macro processor. 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 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. 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. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts.
Install m4 if you need a macro processor. Install m4 if you need a macro processor.
%debug_package %debug_package
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
%build %build
%configure %configure
@ -40,17 +36,20 @@ Install m4 if you need a macro processor.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeoldinstall %makeoldinstall
%find_lang %{name}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post %post
%install_info %{name}.info %install_info %{name}.info
:
%preun %preun
%uninstall_info %{name}.info %uninstall_info %{name}.info
exit 0 :
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/m4 %{_bindir}/m4
%{_infodir}/%{name}.* %{_infodir}/%{name}.*
@ -59,6 +58,9 @@ exit 0
#BACKLOG ChangeLog NEWS README THANKS TODO #BACKLOG ChangeLog NEWS README THANKS TODO
%changelog %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 * Wed Nov 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.18-2mamba
- rebuilt with debug package, patch against glibc, specfile review - rebuilt with debug package, patch against glibc, specfile review