From 13f524f169e024efcd25f833ebc5fc4c186855b2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:40:57 +0100 Subject: [PATCH] update to 2.69 [release 2.69-1mamba;Wed Apr 25 2012] --- README.md | 8 ++++ autoconf.spec | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 autoconf.spec diff --git a/README.md b/README.md index ec83c24..2ee50cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # autoconf +GNU's Autoconf is a tool for configuring source code and Makefiles. +Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. + +You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. +If you are installing Autoconf, you will also need to install the GNU m4 package. + +Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. + diff --git a/autoconf.spec b/autoconf.spec new file mode 100644 index 0000000..a3b5015 --- /dev/null +++ b/autoconf.spec @@ -0,0 +1,123 @@ +Name: autoconf +Version: 2.69 +Release: 1mamba +Epoch: 1 +Summary: A GNU tool for automatically configuring source code +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnu.org/software/autoconf/ +Source: ftp://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz +License: GPL +BuildRequires: m4 +%if "%{stage1}" != "1" +BuildRequires: perl-devel +BuildRequires: emacs +BuildRequires: emacs-bin +%endif +Requires(post):%{__install_info} +Requires: m4, perl +Requires: autoconf-archive +Requires: ac-archive +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GNU's Autoconf is a tool for configuring source code and Makefiles. +Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. + +You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. +If you are installing Autoconf, you will also need to install the GNU m4 package. + +Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. + +%prep +%setup -q + +%build +%configure +%make -j1 + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +# conflicts with same file (but more recent) from binutils-2.14 +rm -f %{buildroot}%{_infodir}/standards.info + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +%install_info %{name}.info + +%preun +%uninstall_info %{name}.info +exit 0 + +%files +%defattr(-,root,root) +%{_bindir}/* +%dir %{_datadir}/autoconf +%{_datadir}/autoconf/Autom4te/* +%{_datadir}/autoconf/INSTALL +%{_datadir}/autoconf/autoconf* +%{_datadir}/autoconf/autom4te.cfg +%{_datadir}/autoconf/autoscan/* +%{_datadir}/autoconf/autotest/* +%{_datadir}/autoconf/m4sugar/* +%{_datadir}/emacs/site-lisp/* +%{_infodir}/autoconf.* +%{_mandir}/man1/* +%doc AUTHORS ChangeLog BUGS COPYING NEWS README THANKS TODO + +%changelog +* Wed Apr 25 2012 Automatic Build System 2.69-1mamba +- update to 2.69 + +* Thu Sep 23 2010 Automatic Build System 2.68-1mamba +- automatic update to 2.68 by autodist + +* Wed Aug 04 2010 Automatic Build System 2.67-1mamba +- automatic update to 2.67 by autodist + +* Sat Jul 03 2010 Automatic Build System 2.66-1mamba +- automatic update to 2.66 by autodist + +* Sun Nov 22 2009 Automatic Build System 2.65-1mamba +- automatic update to 2.65 by autodist + +* Mon Jul 27 2009 Automatic Build System 2.64-1mamba +- automatic update to 2.64 by autodist + +* Wed Dec 10 2008 Silvan Calarco 2.63-2mamba +- added requirements for ac-archive and autoconf-archive + +* Thu Sep 11 2008 Silvan Calarco 2.63-1mamba +- automatic update to 2.63 by autodist + +* Wed Apr 09 2008 Aleph0 2.62-1mamba +- update to 2.62 + +* Wed Jan 17 2007 Davide Madrisan 2.61-1qilnx +- update to version 2.61 by autospec +- build requires emacs-bin + +* Wed Jul 05 2006 Davide Madrisan 2.59-3qilnx +- back to 2.59 because the KDE programs need a 2.5x version + +* Wed Jun 28 2006 Davide Madrisan 2.60-1qilnx +- update to version 2.60 by autospec + +* Tue Sep 13 2005 Davide Madrisan 2.59-2qilnx +- specfile fixed + +* Tue Nov 13 2003 Davide Madrisan 2.59-1qilnx +- rebuilt with autoconf 2.59 + +* Wed Nov 05 2003 Davide Madrisan 2.58-1qilnx +- rebuilt with autoconf 2.58 + +* Thu Oct 16 2003 Davide Madrisan 2.57-2qilnx +- various RPM improvements and fixes