autoconf-archive/autoconf-archive.spec

123 lines
3.9 KiB
RPMSpec

Name: autoconf-archive
Version: 2017.03.21
Release: 1mamba
Epoch: 1
Summary: Autoconf Macro Archive for developers
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/autoconf-archive/
Source: http://mirror2.mirror.garr.it/mirrors/gnuftp/gnu/autoconf-archive/autoconf-archive-%{version}.tar.xz
Patch: ac-archive-2007.0205-ncurses.patch
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: aspell
BuildRequires: aspell-en
Requires(post): %{__install_info}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The SF Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself.
%package doc
Summary: Autoconf extension archive documentation
Group: Documentation
%description doc
The SF Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself.
This package installs the documentation extracted from macros.
%prep
%setup -q
#%patch -p1
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
%install_info %{name}.info
%install_info %{name}-1.info
%install_info %{name}-2.info
%install_info %{name}-3.info
%install_info %{name}-4.info
:
%preun
%uninstall_info %{name}.info
%uninstall_info %{name}-1.info
%uninstall_info %{name}-2.info
%uninstall_info %{name}-3.info
%uninstall_info %{name}-4.info
:
%files
%defattr(-,root,root)
%{_datadir}/aclocal/*.m4
%{_datadir}/autoconf-archive/AUTHORS
%{_datadir}/autoconf-archive/COPYING
%{_datadir}/autoconf-archive/README
%{_datadir}/autoconf-archive/COPYING.EXCEPTION
%{_datadir}/info/autoconf-archive.info*.gz
#%files doc
#%defattr(-,root,root)
#%{_datadir}/autoconf-archive/html/*
#%{_datadir}/omf/ac-archive/
%changelog
* Fri Mar 24 2017 Automatic Build System <autodist@mambasoft.it> 2017.03.21-1mamba
- automatic version update by autodist
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 2016.09.16-1mamba
- automatic version update by autodist
* Tue Mar 22 2016 Automatic Build System <autodist@mambasoft.it> 2016.03.20-1mamba
- automatic version update by autodist
* Sun Sep 27 2015 Automatic Build System <autodist@mambasoft.it> 2015.09.25-1mamba
- automatic version update by autodist
* Sat Feb 28 2015 Automatic Build System <autodist@mambasoft.it> 2015.02.24-1mamba
- automatic version update by autodist
* Sun Feb 08 2015 Automatic Build System <autodist@mambasoft.it> 2015.02.04-1mamba
- automatic version update by autodist
* Fri Oct 17 2014 Automatic Build System <autodist@mambasoft.it> 2014.10.15-1mamba
- automatic version update by autodist
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 2014.02.28-1mamba
- automatic version update by autodist
* Sun Nov 03 2013 Automatic Build System <autodist@mambasoft.it> 2013.11.01-1mamba
- automatic update by autodist
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 2013.06.09-1mamba
- automatic version update by autodist
* Wed Apr 10 2013 Automatic Build System <autodist@mambasoft.it> 2013.04.06-1mamba
- automatic version update by autodist
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 2013.02.02-1mamba
- automatic version update by autodist
* Tue Nov 20 2012 Automatic Build System <autodist@mambasoft.it> 2012.11.14-1mamba
- update to 2012.11.14
* Sat Jul 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2012.04.07-1mamba
- update to 2012.04.07
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2008.11.07-1mamba
- package created