automatic update by autodist [release 1.4.17-1mamba;Sun Sep 22 2013]
This commit is contained in:
parent
5f911ddfde
commit
7415d699c1
@ -1,2 +1,9 @@
|
||||
# m4
|
||||
|
||||
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.
|
||||
|
||||
|
110
m4.spec
Normal file
110
m4.spec
Normal file
@ -0,0 +1,110 @@
|
||||
Name: m4
|
||||
Version: 1.4.17
|
||||
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
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeoldinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/m4
|
||||
%{_infodir}/%{name}.*
|
||||
%{_mandir}/man1/m4.*
|
||||
%doc BACKLOG ChangeLog COPYING NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Sun Sep 22 2013 Automatic Build System <autodist@mambasoft.it> 1.4.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Mar 02 2011 Automatic Build System <autodist@mambasoft.it> 1.4.16-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Sep 01 2010 Automatic Build System <autodist@mambasoft.it> 1.4.15-1mamba
|
||||
- automatic update to 1.4.15 by autodist
|
||||
|
||||
* Thu Feb 25 2010 Automatic Build System <autodist@mambasoft.it> 1.4.14-1mamba
|
||||
- automatic update to 1.4.14 by autodist
|
||||
|
||||
* Wed Aug 19 2009 Automatic Build System <autodist@mambasoft.it> 1.4.13-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Apr 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.13-1mamba
|
||||
- automatic update to 1.4.13 by autodist
|
||||
|
||||
* Tue Oct 14 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.12-1mamba
|
||||
- automatic update to 1.4.12 by autodist
|
||||
|
||||
* Tue Apr 08 2008 Aleph0 <aleph0@openmamba.org> 1.4.11-1mamba
|
||||
- update to 1.4.11
|
||||
|
||||
* Tue Jul 10 2007 Aleph0 <aleph0@openmamba.org> 1.4.10-1mamba
|
||||
- update to 1.4.10
|
||||
|
||||
* Mon Mar 26 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.9-1qilnx
|
||||
- update to version 1.4.9 by autospec
|
||||
|
||||
* Tue Jan 16 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.8-1qilnx
|
||||
- update to version 1.4.8 by autospec
|
||||
- security update: fixes a exploitable memory allocation overflow bug
|
||||
|
||||
* Wed Oct 04 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.7-1qilnx
|
||||
- update to version 1.4.7 by autospec
|
||||
|
||||
* Mon Aug 28 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.5-1qilnx
|
||||
- update to version 1.4.6 by autospec
|
||||
|
||||
* Fri Oct 21 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.4-1qilnx
|
||||
- update to version 1.4.4 by autospec
|
||||
|
||||
* Thu Sep 29 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.4.3-2qilnx
|
||||
- rebuild
|
||||
|
||||
* Fri Apr 01 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.3-1qilnx
|
||||
- update to version 1.4.3 by autospec
|
||||
- added %%post and %%preun scriptlets
|
||||
- specfile updates
|
||||
|
||||
* Wed Aug 25 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.2-1qilnx
|
||||
- update to version 1.4.2 by autospec
|
||||
|
||||
* Tue Jun 29 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.1-1qilnx
|
||||
- new version rebuild (also fixes a security hole in maketemp)
|
||||
|
||||
* Thu Oct 16 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.4-2qilnx
|
||||
- various specfile improvements and fixes
|
Loading…
Reference in New Issue
Block a user