From 6c230bcd93202cde2b322e4cae703e554686b4f0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:41:15 +0100 Subject: [PATCH] automatic rebuild by autodist [release 2.13-4mamba;Fri Aug 02 2013] --- README.md | 8 ++++++ autoconf2.13.spec | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 autoconf2.13.spec diff --git a/README.md b/README.md index 6eee839..4c00b8f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # autoconf2.13 +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/autoconf2.13.spec b/autoconf2.13.spec new file mode 100644 index 0000000..8808165 --- /dev/null +++ b/autoconf2.13.spec @@ -0,0 +1,62 @@ +Name: autoconf2.13 +Version: 2.13 +Release: 4mamba +Summary: A GNU tool for automatically configuring source code +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnu.org/directory/GNU/autoconf.html +Source: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz +License: GPL +BuildArch: noarch +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END +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 -n autoconf-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall + +find %{buildroot}%{_bindir}/* -exec mv {} {}-%{version} \; + +rm -rf %{buildroot}%{_infodir} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/* +%dir %{_datadir}/autoconf +%{_datadir}/autoconf/* + +%changelog +* Fri Aug 02 2013 Automatic Build System 2.13-4mamba +- automatic rebuild by autodist + +* Sat Jun 13 2009 Silvan Calarco 2.13-3mamba +- specfile updated and rebuilt + +* Mon Oct 10 2005 Davide Madrisan 2.13-2qilnx +- specfile fixes: use rpm macros, buildarch is now noarch + +* Tue May 13 2003 Silvan Calarco 2.13-1qilnx +- first build of compatibility version 2.13