124 lines
4.0 KiB
RPMSpec
124 lines
4.0 KiB
RPMSpec
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 <silvan.calarco@mambasoft.it>
|
|
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 <autodist@mambasoft.it> 2.69-1mamba
|
|
- update to 2.69
|
|
|
|
* Thu Sep 23 2010 Automatic Build System <autodist@mambasoft.it> 2.68-1mamba
|
|
- automatic update to 2.68 by autodist
|
|
|
|
* Wed Aug 04 2010 Automatic Build System <autodist@mambasoft.it> 2.67-1mamba
|
|
- automatic update to 2.67 by autodist
|
|
|
|
* Sat Jul 03 2010 Automatic Build System <autodist@mambasoft.it> 2.66-1mamba
|
|
- automatic update to 2.66 by autodist
|
|
|
|
* Sun Nov 22 2009 Automatic Build System <autodist@mambasoft.it> 2.65-1mamba
|
|
- automatic update to 2.65 by autodist
|
|
|
|
* Mon Jul 27 2009 Automatic Build System <autodist@mambasoft.it> 2.64-1mamba
|
|
- automatic update to 2.64 by autodist
|
|
|
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.63-2mamba
|
|
- added requirements for ac-archive and autoconf-archive
|
|
|
|
* Thu Sep 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.63-1mamba
|
|
- automatic update to 2.63 by autodist
|
|
|
|
* Wed Apr 09 2008 Aleph0 <aleph0@openmamba.org> 2.62-1mamba
|
|
- update to 2.62
|
|
|
|
* Wed Jan 17 2007 Davide Madrisan <davide.madrisan@qilinux.it> 2.61-1qilnx
|
|
- update to version 2.61 by autospec
|
|
- build requires emacs-bin
|
|
|
|
* Wed Jul 05 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.59-3qilnx
|
|
- back to 2.59 because the KDE programs need a 2.5x version
|
|
|
|
* Wed Jun 28 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.60-1qilnx
|
|
- update to version 2.60 by autospec
|
|
|
|
* Tue Sep 13 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.59-2qilnx
|
|
- specfile fixed
|
|
|
|
* Tue Nov 13 2003 Davide Madrisan <davide.madrisan@qilinux.it> 2.59-1qilnx
|
|
- rebuilt with autoconf 2.59
|
|
|
|
* Wed Nov 05 2003 Davide Madrisan <davide.madrisan@qilinux.it> 2.58-1qilnx
|
|
- rebuilt with autoconf 2.58
|
|
|
|
* Thu Oct 16 2003 Davide Madrisan <davide.madrisan@qilinux.it> 2.57-2qilnx
|
|
- various RPM improvements and fixes
|